diff --git a/charts/random-ingress-operator/Chart.yaml b/charts/random-ingress-operator/Chart.yaml index c494b1e..8c60562 100644 --- a/charts/random-ingress-operator/Chart.yaml +++ b/charts/random-ingress-operator/Chart.yaml @@ -7,7 +7,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/random-ingress-operator/templates/deployment.yaml b/charts/random-ingress-operator/templates/deployment.yaml index 22a31bc..98e02bd 100644 --- a/charts/random-ingress-operator/templates/deployment.yaml +++ b/charts/random-ingress-operator/templates/deployment.yaml @@ -27,7 +27,8 @@ spec: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: - name: {{ .Chart.Name }} - command: "/manager" + command: + - "/manager" args: - "--leader-elect" image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"