Skip to content

Commit

Permalink
Merge branch 'main' into aylei/rollout-outdated-direct-pod
Browse files Browse the repository at this point in the history
  • Loading branch information
aylei authored Aug 22, 2024
2 parents 3396226 + 90cbe43 commit a845c70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/matrixone-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: matrixone-operator
description: Matrixone Kubernetes Operator
type: application
version: 1.2.0-alpha.7
version: 1.2.0-alpha.8
appVersion: 0.1.0
kubeVersion: ">=1.19.0-0"
icon: https://raw.githubusercontent.com/matrixorigin/artwork/main/docs/overview/logo.png
Expand Down
4 changes: 3 additions & 1 deletion charts/matrixone-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ spec:
image: {{ include "matrixone-operator.image" . }}
command:
- /manager
{{- with .Values.args }}
args:
- -leader-elect
{{- toYaml . | nindent 12 }}
{{- end }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
{{- range $key, $value := .Values.env }}
Expand Down
4 changes: 4 additions & 0 deletions charts/matrixone-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ kruise:
image:
repository: openkruise/kruise-manager

# operator arguments
args:
- -leader-elect

defaultArgs:
- name: logService
values:
Expand Down

0 comments on commit a845c70

Please sign in to comment.