@@ -138,7 +138,7 @@ global:
138138 imageRegistry : " "
139139 # -- Additional labels applied to all resources
140140 additionalLabels :
141- codefresh.io/runtime-component : true
141+ codefresh.io/runtime-component : " true"
142142 # -- Additional labels applied to argo cd rollout reporter deployment
143143 # deploymentLabels:
144144 # codefresh.io/runtime-component: true
@@ -256,7 +256,7 @@ sealed-secrets:
256256 keyrenewperiod : " 720h"
257257 # -- Common labels applied to all sealed-secrets resources
258258 commonLabels :
259- codefresh.io/runtime-component : true
259+ codefresh.io/runtime-component : " true"
260260 image :
261261 registry : ' quay.io'
262262 repository : ' codefresh/sealed-secrets-controller'
@@ -328,7 +328,7 @@ argo-workflows:
328328 enabled : true
329329 # -- Common labels applied to all argo-workflows resources
330330 commonLabels :
331- codefresh.io/runtime-component : true
331+ codefresh.io/runtime-component : " true"
332332 # -- Restrict Argo Workflows to operate only in a single namespace (the namespace of the Helm release).
333333 # This ensures it does not interfere with any other instances of Argo Workflows installed on your cluster.
334334 singleNamespace : true
@@ -881,7 +881,7 @@ redis-ha:
881881 fullnameOverride : " runtime-redis-ha"
882882 # -- Extra selector labels applied to redis-ha resources
883883 extraSelectorLabels :
884- codefresh.io/runtime-component : true
884+ codefresh.io/runtime-component : " true"
885885 # # Redis image
886886 image :
887887 # -- Redis repository
0 commit comments