Skip to content

Commit ca83917

Browse files
Merge pull request #308 from devtron-labs/sync-2025-05-08-063349-5978bcf
Sync changes from https://github.com/devtron-labs/devtron.git for release 1.5.0
2 parents 5978bcf + 2a2afc1 commit ca83917

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)