fix(owncloud-ocis): Save init logs (#3663)

* save init logs

* bump and test

* clean up
This commit is contained in:
sagit
2022-09-03 00:59:09 +03:00
committed by GitHub
parent 94098a7059
commit 839141f0b0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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