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:
11
11
- argocd
12
12
- Hyperion
13
13
engine : gotpl
14
- version : 0.22.91
14
+ version : 0.22.92
15
15
sources :
16
16
- https://github.com/devtron-labs/charts
17
17
dependencies :
Original file line number Diff line number Diff line change @@ -378,14 +378,16 @@ data:
378
378
{{- end }}
379
379
{{- end }}
380
380
{{- if $.Values.devtronEnterprise.enabled }}
381
+ {{- if or $.Values.UCID $.Values.ucid }}
381
382
---
382
383
apiVersion : v1
383
384
data :
384
- {{- if or $.Values.UCID $.Values.ucid }}
385
385
UCID : {{ $.Values.UCID | default $.Values.ucid }}
386
- {{- end }}
387
386
kind : ConfigMap
388
387
metadata :
389
388
name : devtron-ucid
390
389
namespace : devtroncd
390
+ annotations :
391
+ " helm.sh/hook " : pre-install
392
+ {{- end }}
391
393
{{- end }}
You can’t perform that action at this time.
0 commit comments