Skip to content

Commit 2531565

Browse files
Michael BaumMichael Baum
authored andcommitted
Add missing db parameters and bump version to 1.32
1 parent 51d040b commit 2531565

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

hull-vidispine-addon/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic chart description and version
22
apiVersion: v1
3-
appVersion: 1.31.0
3+
appVersion: 1.32.0
44
description: hull-vidispine-addon
55
name: hull-vidispine-addon
6-
version: 1.31.2
6+
version: 1.32.1

hull-vidispine-addon/templates/_library.tpl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,24 @@ etcssl:
861861
key: "CLIENT_{{ regexReplaceAll "-" ($component | upper) "_" }}_SECRET"
862862
{{ end }}
863863
{{ if (index $parent.Values.hull.config.specific.components $component).database }}
864+
'DBUSER':
865+
valueFrom:
866+
secretKeyRef:
867+
name: auth
868+
key: AUTH_BASIC_DATABASE_USERNAME
869+
optional: true
870+
'DBPASSWORD':
871+
valueFrom:
872+
secretKeyRef:
873+
name: auth
874+
key: AUTH_BASIC_DATABASE_PASSWORD
875+
optional: true
876+
'DBNAME':
877+
valueFrom:
878+
secretKeyRef:
879+
name: auth
880+
key: AUTH_BASIC_DATABASE_NAME
881+
optional: true
864882
'DBUSERPOSTFIX':
865883
valueFrom:
866884
secretKeyRef:

0 commit comments

Comments
 (0)