Skip to content

Commit

Permalink
[CHORE] upgrading helm chart (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Takashi <nicolas.takashi@coralogix.com>
  • Loading branch information
nicolastakashi authored Jul 4, 2024
1 parent d63821f commit 212e8bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/coralogix-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 4 additions & 5 deletions charts/coralogix-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 212e8bd

Please sign in to comment.