File tree 1 file changed +3
-3
lines changed
charts/gitops-runtime/templates
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,13 +232,13 @@ Output comma separated list of installed runtime components
232
232
{ {- define " codefresh-gitops-runtime.component-list" } }
233
233
{ {- $argoCD := dict " name" " argocd" " version" (get .Subcharts " argo-cd" ).Chart.AppVersion } }
234
234
{ {- $argoEvents := dict " name" " argo-events" " version" (get .Subcharts " argo-events" ).Chart.AppVersion } }
235
+ { {- $internalRouter := dict " name" " internal-router" " version" .Chart.AppVersion } }
236
+ { {- $appProxy := dict " name" " app-proxy" " version" (index (get .Values " app-proxy" ) " image" " tag" ) } }
237
+ { {- $comptList := list $argoCD $argoEvents $appProxy $internalRouter } }
235
238
{ {- if index (get .Values " sealed-secrets" ) " enabled" } }
236
239
{ {- $sealedSecrets := dict " name" " sealed-secrets" " version" (get .Subcharts " sealed-secrets" ).Chart.AppVersion } }
237
240
{ {- $comptList = append $comptList $sealedSecrets } }
238
241
{ {- end } }
239
- { {- $internalRouter := dict " name" " internal-router" " version" .Chart.AppVersion } }
240
- { {- $appProxy := dict " name" " app-proxy" " version" (index (get .Values " app-proxy" ) " image" " tag" ) } }
241
- { {- $comptList := list $argoCD $argoEvents $appProxy $internalRouter } }
242
242
{ {- if index (get .Values " argo-rollouts" ) " enabled" } }
243
243
{ {- $rolloutReporter := dict " name" " rollout-reporter" " version" .Chart.AppVersion } }
244
244
{ {- $argoRollouts := dict " name" " argo-rollouts" " version" (get .Subcharts " argo-rollouts" ).Chart.AppVersion } }
You can’t perform that action at this time.
0 commit comments