Skip to content

Commit 77f8b8a

Browse files
misc: updated ucid-cm and added prehook (#6557)
* updated ucid-cm and added prehook * Update Chart.yaml * Update configmap-secret.yaml
1 parent 0ceea38 commit 77f8b8a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

charts/devtron/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords:
1111
- argocd
1212
- Hyperion
1313
engine: gotpl
14-
version: 0.22.91
14+
version: 0.22.92
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/templates/configmap-secret.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,14 +378,16 @@ data:
378378
{{- end }}
379379
{{- end }}
380380
{{- if $.Values.devtronEnterprise.enabled }}
381+
{{- if or $.Values.UCID $.Values.ucid }}
381382
---
382383
apiVersion: v1
383384
data:
384-
{{- if or $.Values.UCID $.Values.ucid }}
385385
UCID: {{ $.Values.UCID | default $.Values.ucid }}
386-
{{- end }}
387386
kind: ConfigMap
388387
metadata:
389388
name: devtron-ucid
390389
namespace: devtroncd
390+
annotations:
391+
"helm.sh/hook": pre-install
392+
{{- end }}
391393
{{- end }}

0 commit comments

Comments
 (0)