Skip to content

Commit

Permalink
df
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen committed Nov 21, 2024
1 parent 0ada346 commit 9e09c38
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion manual-install/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ services:

nextcloud-aio-collabora:
image: nextcloud/aio-collabora:latest
user: "100"
init: true
expose:
- "9980"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ spec:
- SYS_ADMIN
drop:
- NET_RAW
runAsUser: 100
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ spec:
labels:
io.kompose.service: nextcloud-aio-fulltextsearch
spec:
securityContext:
runAsUser: 1000
runAsGroup: 0
initContainers:
- name: init-volumes
image: "alpine:3.20"
Expand Down
2 changes: 1 addition & 1 deletion nextcloud-aio-helm-chart/update-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ for variable in "${DEPLOYMENTS[@]}"; do
sed -i "/^ spec:/r /tmp/initcontainers.clamav" "$variable"
elif echo "$variable" | grep -q "nextcloud-deployment.yaml"; then
sed -i "/^ spec:/r /tmp/initcontainers.nextcloud" "$variable"
else
elif echo "$variable" | grep -q "fulltextsearch" || echo "$variable" | grep -q "onlyoffice" || echo "$variable" | grep -q "collabora"; then
sed -i "/^ spec:/r /tmp/initcontainers" "$variable"
fi
volumeNames="$(grep -A1 mountPath "$variable" | grep -v mountPath | sed 's|.*name: ||' | sed '/^--$/d')"
Expand Down
1 change: 0 additions & 1 deletion php/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@
"documentation": "https://github.com/nextcloud/all-in-one/discussions/1358",
"display_name": "Collabora",
"image": "nextcloud/aio-collabora",
"user": "100",
"init": true,
"expose": [
"9980"
Expand Down

0 comments on commit 9e09c38

Please sign in to comment.