fix(guacamole-client): replace multiinit reference (#4335)

This commit is contained in:
Stavros Kois
2022-11-07 17:02:18 +02:00
committed by GitHub
parent ee46eeea05
commit 076696e729
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ sources:
- https://hub.docker.com/r/guacamole/guacamole - https://hub.docker.com/r/guacamole/guacamole
- http://guacamole.incubator.apache.org/doc/gug/introduction.html - http://guacamole.incubator.apache.org/doc/gug/introduction.html
type: application type: application
version: 4.0.54 version: 4.0.55
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- utilities - utilities
+1 -1
View File
@@ -207,7 +207,7 @@ initContainers:
fi fi
2-initdb: 2-initdb:
image: "{{ .Values.multiinitImage.repository }}:{{ .Values.multiinitImage.tag }}" image: "{{ .Values.ubuntuImage.repository }}:{{ .Values.ubuntuImage.tag }}"
env: env:
- name: POSTGRESQL_DATABASE - name: POSTGRESQL_DATABASE
value: "{{ .Values.postgresql.postgresqlDatabase }}" value: "{{ .Values.postgresql.postgresqlDatabase }}"