mirror of
https://github.com/truecharts/charts.git
synced 2026-07-17 04:01:21 -03:00
fix(guacamole-client): replace multiinit reference (#4335)
This commit is contained in:
@@ -26,7 +26,7 @@ sources:
|
||||
- https://hub.docker.com/r/guacamole/guacamole
|
||||
- http://guacamole.incubator.apache.org/doc/gug/introduction.html
|
||||
type: application
|
||||
version: 4.0.54
|
||||
version: 4.0.55
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
|
||||
@@ -207,7 +207,7 @@ initContainers:
|
||||
fi
|
||||
|
||||
2-initdb:
|
||||
image: "{{ .Values.multiinitImage.repository }}:{{ .Values.multiinitImage.tag }}"
|
||||
image: "{{ .Values.ubuntuImage.repository }}:{{ .Values.ubuntuImage.tag }}"
|
||||
env:
|
||||
- name: POSTGRESQL_DATABASE
|
||||
value: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||
|
||||
Reference in New Issue
Block a user