fix(owncloud-ocis): Save init logs (#3663)
* save init logs * bump and test * clean up
This commit is contained in:
@@ -26,7 +26,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/owncloud-ocis
|
||||
- https://hub.docker.com/r/owncloud/ocis
|
||||
- https://owncloud.dev/ocis/
|
||||
version: 8.0.1
|
||||
version: 8.1.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -35,7 +35,7 @@ service:
|
||||
port: 9200
|
||||
targetPort: 9200
|
||||
|
||||
initContainers:
|
||||
installContainers:
|
||||
init:
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
volumeMounts:
|
||||
@@ -45,7 +45,7 @@ initContainers:
|
||||
- "/bin/sh"
|
||||
- "-c"
|
||||
- |
|
||||
/usr/bin/ocis init <<'EOF'
|
||||
/usr/bin/ocis init > /etc/ocis/password <<'EOF'
|
||||
yes
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user