Skip to content

Commit 302391d

Browse files
authored
fix: GITOPS_OPERATOR_VERSION should be based upon its own tag, and not the chart appVersion (#626)
1 parent ba540e9 commit 302391d

File tree

1 file changed

+1
-1
lines changed
  • charts/gitops-runtime/templates/_components/gitops-operator

1 file changed

+1
-1
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 }}

0 commit comments

Comments
 (0)