File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ keywords:
1111 - argocd
1212 - Hyperion
1313engine : gotpl
14- version : 0.22.91
14+ version : 0.22.92
1515sources :
1616 - https://github.com/devtron-labs/charts
1717dependencies :
Original file line number Diff line number Diff line change @@ -378,14 +378,16 @@ data:
378378{{- end }}
379379{{- end }}
380380{{- if $.Values.devtronEnterprise.enabled }}
381+ {{- if or $.Values.UCID $.Values.ucid }}
381382---
382383apiVersion : v1
383384data :
384- {{- if or $.Values.UCID $.Values.ucid }}
385385 UCID : {{ $.Values.UCID | default $.Values.ucid }}
386- {{- end }}
387386kind : ConfigMap
388387metadata :
389388 name : devtron-ucid
390389 namespace : devtroncd
390+ annotations :
391+ " helm.sh/hook " : pre-install
392+ {{- end }}
391393{{- end }}
You can’t perform that action at this time.
0 commit comments