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://github.com/truecharts/charts/tree/master/charts/stable/owncloud-ocis
|
||||||
- https://hub.docker.com/r/owncloud/ocis
|
- https://hub.docker.com/r/owncloud/ocis
|
||||||
- https://owncloud.dev/ocis/
|
- https://owncloud.dev/ocis/
|
||||||
version: 8.0.1
|
version: 8.1.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ service:
|
|||||||
port: 9200
|
port: 9200
|
||||||
targetPort: 9200
|
targetPort: 9200
|
||||||
|
|
||||||
initContainers:
|
installContainers:
|
||||||
init:
|
init:
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
@@ -45,7 +45,7 @@ initContainers:
|
|||||||
- "/bin/sh"
|
- "/bin/sh"
|
||||||
- "-c"
|
- "-c"
|
||||||
- |
|
- |
|
||||||
/usr/bin/ocis init <<'EOF'
|
/usr/bin/ocis init > /etc/ocis/password <<'EOF'
|
||||||
yes
|
yes
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user