Skip to content

Commit 9913baf

Browse files
Merge branch 'main' into feat/multi-runtime
2 parents ef69f9b + f46ef82 commit 9913baf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to keep the separation of components as pseudo library charts, they are defined
88
CF_CA_CERT: {{ printf "/app/config/codefresh-tls/%s" .Values.global.codefresh.tls.caCerts.secretKeyRef.key }}
99
{{- end }}
1010
CF_URL: {{ .Values.global.codefresh.url }}
11-
GITOPS_OPERATOR_VERSION: {{ .Chart.AppVersion }}
11+
GITOPS_OPERATOR_VERSION: {{ .Values.image.tag }}
1212
RUNTIME: {{ .Values.global.runtime.name }}
1313
TASK_POLLING_INTERVAL: {{ .Values.config.taskPollingInterval }}
1414
COMMIT_STATUS_POLLING_INTERVAL: {{ .Values.config.commitStatusPollingInterval }}

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ gitops-operator:
705705
image:
706706
registry: quay.io
707707
repository: codefresh/codefresh-gitops-operator
708-
tag: v0.8.7
708+
tag: v0.8.11
709709
serviceAccount:
710710
create: true
711711
annotations: {}

0 commit comments

Comments
 (0)