diff --git a/charts/coralogix-operator/Chart.yaml b/charts/coralogix-operator/Chart.yaml index 3b2f92f..02d7121 100644 --- a/charts/coralogix-operator/Chart.yaml +++ b/charts/coralogix-operator/Chart.yaml @@ -8,8 +8,8 @@ maintainers: name: coralogix-operator sources: - https://github.com/coralogix/coralogix-operator -version: 0.2.0 -appVersion: 0.1.20 +version: 0.2.1 +appVersion: 0.2.0 kubeVersion: ">=1.16.0-0" home: https://github.com/coralogix/coralogix-operator keywords: diff --git a/charts/coralogix-operator/templates/deployment.yaml b/charts/coralogix-operator/templates/deployment.yaml index d019812..9083f4b 100644 --- a/charts/coralogix-operator/templates/deployment.yaml +++ b/charts/coralogix-operator/templates/deployment.yaml @@ -50,11 +50,10 @@ spec: {{- toYaml .Values.kubeRbacProxy.resources | nindent 12 }} - name: {{ .Chart.Name }} args: - - /manager - - --health-probe-bind-address=:8081 - - --metrics-bind-address=127.0.0.1:8080 - - --leader-elect - - --prometheus-rule-controller={{.Values.coralogixOperator.prometheusRules.enabled}} + - -health-probe-bind-address=:8081 + - -metrics-bind-address=127.0.0.1:8080 + - -leader-elect + - -prometheus-rule-controller={{.Values.coralogixOperator.prometheusRules.enabled}} env: - name: CORALOGIX_REGION value: {{ .Values.coralogixOperator.region | quote }}