fix(guacamole-client): replace multiinit reference (#4335)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user