Skip to content

Commit 440d993

Browse files
Fri Jan 19 17:40:22 +03 2024: wip
1 parent e76a137 commit 440d993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/gitops-runtime/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Output comma separated list of installed runtime components
238238
{{- $comptList = append $comptList $tunnelClient }}
239239
{{- end }}
240240
{{- if and (index .Values "gitops-operator") "enabled" }}
241-
{{- $gitopsOperator := dict "name" "codefresh-gitops-operator" "version" (get .Subcharts "gitops-operator").Chart.AppVersion }}
241+
{{- $gitopsOperator := dict "name" "gitops-operator" "version" (get .Subcharts "gitops-operator").Chart.AppVersion }}
242242
{{- $comptList = append $comptList $gitopsOperator }}
243243
{{- end }}
244244
{{- $comptList | toYaml }}

0 commit comments

Comments
 (0)