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 @@ -242,13 +242,13 @@ Output comma separated list of installed runtime components
242
242
{ {- define " codefresh-gitops-runtime.component-list" } }
243
243
{ {- $argoCD := dict " name" " argocd" " version" (get .Subcharts " argo-cd" ).Chart.AppVersion } }
244
244
{ {- $argoEvents := dict " name" " argo-events" " version" (get .Subcharts " argo-events" ).Chart.AppVersion } }
245
+ { {- $internalRouter := dict " name" " internal-router" " version" .Chart.AppVersion } }
246
+ { {- $appProxy := dict " name" " app-proxy" " version" (index (get .Values " app-proxy" ) " image" " tag" ) } }
247
+ { {- $comptList := list $argoCD $argoEvents $appProxy $internalRouter } }
245
248
{ {- if index (get .Values " sealed-secrets" ) " enabled" } }
246
249
{ {- $sealedSecrets := dict " name" " sealed-secrets" " version" (get .Subcharts " sealed-secrets" ).Chart.AppVersion } }
247
250
{ {- $comptList = append $comptList $sealedSecrets } }
248
251
{ {- end } }
249
- { {- $internalRouter := dict " name" " internal-router" " version" .Chart.AppVersion } }
250
- { {- $appProxy := dict " name" " app-proxy" " version" (index (get .Values " app-proxy" ) " image" " tag" ) } }
251
- { {- $comptList := list $argoCD $argoEvents $appProxy $internalRouter } }
252
252
{ {- if index (get .Values " argo-rollouts" ) " enabled" } }
253
253
{ {- $rolloutReporter := dict " name" " rollout-reporter" " version" .Chart.AppVersion } }
254
254
{ {- $argoRollouts := dict " name" " argo-rollouts" " version" (get .Subcharts " argo-rollouts" ).Chart.AppVersion } }
You can’t perform that action at this time.
0 commit comments