Skip to content

Commit 786f213

Browse files
committed
fix: rename RUNTIME_SINGLE_NAMESPACE to IS_NAMESPACED_RUNTIME, updated gitops-operator image tag
1 parent 4c4027d commit 786f213

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
@@ -15,7 +15,7 @@ COMMIT_STATUS_POLLING_INTERVAL: {{ .Values.config.commitStatusPollingInterval }}
1515
WORKFLOW_MONITOR_POLLING_INTERVAL: {{ .Values.config.workflowMonitorPollingInterval }}
1616
MAX_CONCURRENT_RELEASES: {{ .Values.config.maxConcurrentReleases }}
1717
PROMOTION_WRAPPER_TEMPLATE: {{ .Values.config.promotionWrapperTemplate | quote }}
18-
RUNTIME_SINGLE_NAMESPACE: {{ .Values.global.runtime.singleNamespace }}
18+
IS_NAMESPACED_RUNTIME: {{ .Values.global.runtime.singleNamespace }}
1919
{{- end }}
2020

2121
{{- define "gitops-operator.resources.environment-variables.defaults" -}}

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ gitops-operator:
728728
image:
729729
registry: quay.io
730730
repository: codefresh/dev/codefresh-gitops-operator
731-
tag: cr-29615-support-single-namespace-installation-29d8658
731+
tag: cr-29615-support-single-namespace-installation-9823710
732732
serviceAccount:
733733
create: true
734734
annotations: {}

0 commit comments

Comments
 (0)