File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : monica
33description : A Helm chart for Kubernetes to install Monica
44type : application
5- version : 1.0.5
5+ version : 1.0.6
66appVersion : " 1.0.0"
77icon : https://www.monicahq.com/favicon.ico
88maintainers :
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Create environment variables used to configure the monica container as well as t
124124 value: { { template " mariadb.primary.fullname" .Subcharts.mariadb } }
125125- name: DB_DATABASE
126126 value: { { .Values.mariadb.auth.database | quote } }
127- - name: DB_USER
127+ - name: DB_USERNAME
128128 valueFrom:
129129 secretKeyRef:
130130 name: { { .Values.externalDatabase.existingSecret.secretName | default (printf " %s-%s" .Release.Name " db" ) } }
@@ -145,7 +145,7 @@ Create environment variables used to configure the monica container as well as t
145145 { { else } }
146146 value: { { .Values.postgresql.global.postgresql.auth.database | quote } }
147147 { {- end } }
148- - name: DB_USER
148+ - name: DB_USERNAME
149149 valueFrom:
150150 secretKeyRef:
151151 name: { { .Values.externalDatabase.existingSecret.secretName | default (printf " %s-%s" .Release.Name " db" ) } }
@@ -167,7 +167,7 @@ Create environment variables used to configure the monica container as well as t
167167 value: { { .Values.externalDatabase.host | quote } }
168168- name: DB_DATABASE
169169 value: { { .Values.externalDatabase.database | quote } }
170- - name: DB_USER
170+ - name: DB_USERNAME
171171 valueFrom:
172172 secretKeyRef:
173173 name: { { .Values.externalDatabase.existingSecret.secretName | default (printf " %s-%s" .Release.Name " db" ) } }
You can’t perform that action at this time.
0 commit comments