Skip to content

Commit 6506b5e

Browse files
authored
Merge pull request #7215 from nextcloud/aio-helm-update
Helm Chart updates
2 parents eb7f7b9 + f080ed7 commit 6506b5e

14 files changed

+24
-22
lines changed

nextcloud-aio-helm-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nextcloud-aio-helm-chart
22
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
3-
version: 11.11.0
3+
version: 12.1.4
44
apiVersion: v2
55
keywords:
66
- latest

nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
value: "{{ .Values.TIMEZONE }}"
6262
- name: WHITEBOARD_HOST
6363
value: nextcloud-aio-whiteboard
64-
image: ghcr.io/nextcloud-releases/aio-apache:20251031_122139
64+
image: ghcr.io/nextcloud-releases/aio-apache:20251128_084214
6565
readinessProbe:
6666
exec:
6767
command:

nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
{{- end }}
3737
initContainers:
3838
- name: init-subpath
39-
image: ghcr.io/nextcloud-releases/aio-alpine:20251031_122139
39+
image: ghcr.io/nextcloud-releases/aio-alpine:20251128_084214
4040
command:
4141
- mkdir
4242
- "-p"
@@ -59,7 +59,7 @@ spec:
5959
value: "{{ .Values.NEXTCLOUD_UPLOAD_LIMIT }}"
6060
- name: TZ
6161
value: "{{ .Values.TIMEZONE }}"
62-
image: ghcr.io/nextcloud-releases/aio-clamav:20251031_122139
62+
image: ghcr.io/nextcloud-releases/aio-clamav:20251128_084214
6363
readinessProbe:
6464
exec:
6565
command:

nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-deployment.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ spec:
3232
- name: dictionaries
3333
value: "{{ .Values.COLLABORA_DICTIONARIES }}"
3434
- name: extra_params
35-
value: --o:ssl.enable=false --o:ssl.termination=true --o:mount_jail_tree=false --o:logging.level=warning --o:logging.level_startup=warning --o:home_mode.enable=true --o:remote_font_config.url=https://{{ .Values.NC_DOMAIN }}/apps/richdocuments/settings/fonts.json --o:net.post_allow.host[0]=.+
35+
value: --o:ssl.enable=false --o:ssl.termination=true --o:logging.disable_server_audit=true --o:logging.level=warning --o:logging.level_startup=warning --o:welcome.enable=false --o:remote_font_config.url=https://{{ .Values.NC_DOMAIN }}/apps/richdocuments/settings/fonts.json --o:net.post_allow.host[0]=.+
3636
- name: server_name
3737
value: "{{ .Values.NC_DOMAIN }}"
38-
image: ghcr.io/nextcloud-releases/aio-collabora:20251031_122139
38+
{{- if contains "--o:support_key=" (join " " (.Values.ADDITIONAL_COLLABORA_OPTIONS | default list)) }}
39+
image: ghcr.io/nextcloud-releases/aio-collabora-online:20251128_084214
40+
{{- else }}
41+
image: ghcr.io/nextcloud-releases/aio-collabora:20251128_084214
42+
{{- end }}
3943
readinessProbe:
4044
exec:
4145
command:

nextcloud-aio-helm-chart/templates/nextcloud-aio-database-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
{{- end }}
3636
initContainers:
3737
- name: init-subpath
38-
image: ghcr.io/nextcloud-releases/aio-alpine:20251031_122139
38+
image: ghcr.io/nextcloud-releases/aio-alpine:20251128_084214
3939
command:
4040
- mkdir
4141
- "-p"
@@ -64,7 +64,7 @@ spec:
6464
value: nextcloud
6565
- name: TZ
6666
value: "{{ .Values.TIMEZONE }}"
67-
image: ghcr.io/nextcloud-releases/aio-postgresql:20251031_122139
67+
image: ghcr.io/nextcloud-releases/aio-postgresql:20251128_084214
6868
readinessProbe:
6969
exec:
7070
command:

nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
spec:
2525
initContainers:
2626
- name: init-volumes
27-
image: ghcr.io/nextcloud-releases/aio-alpine:20251031_122139
27+
image: ghcr.io/nextcloud-releases/aio-alpine:20251128_084214
2828
command:
2929
- chmod
3030
- "777"
@@ -54,7 +54,7 @@ spec:
5454
value: basic
5555
- name: xpack.security.enabled
5656
value: "false"
57-
image: ghcr.io/nextcloud-releases/aio-fulltextsearch:20251031_122139
57+
image: ghcr.io/nextcloud-releases/aio-fulltextsearch:20251128_084214
5858
readinessProbe:
5959
exec:
6060
command:

nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
value: "{{ .Values.IMAGINARY_SECRET }}"
3939
- name: TZ
4040
value: "{{ .Values.TIMEZONE }}"
41-
image: ghcr.io/nextcloud-releases/aio-imaginary:20251031_122139
41+
image: ghcr.io/nextcloud-releases/aio-imaginary:20251128_084214
4242
readinessProbe:
4343
exec:
4444
command:

nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
# AIO settings start # Do not remove or change this line!
3939
initContainers:
4040
- name: init-volumes
41-
image: ghcr.io/nextcloud-releases/aio-alpine:20251031_122139
41+
image: ghcr.io/nextcloud-releases/aio-alpine:20251128_084214
4242
command:
4343
- chmod
4444
- "777"
@@ -100,8 +100,6 @@ spec:
100100
value: "{{ .Values.CLAMAV_ENABLED }}"
101101
- name: CLAMAV_HOST
102102
value: nextcloud-aio-clamav
103-
- name: CLAMAV_MAX_SIZE
104-
value: "{{ .Values.APACHE_MAX_SIZE }}"
105103
- name: COLLABORA_ENABLED
106104
value: "{{ .Values.COLLABORA_ENABLED }}"
107105
- name: COLLABORA_HOST
@@ -188,7 +186,7 @@ spec:
188186
value: "{{ .Values.WHITEBOARD_ENABLED }}"
189187
- name: WHITEBOARD_SECRET
190188
value: "{{ .Values.WHITEBOARD_SECRET }}"
191-
image: ghcr.io/nextcloud-releases/aio-nextcloud:20251031_122139
189+
image: ghcr.io/nextcloud-releases/aio-nextcloud:20251128_084214
192190
{{- if eq (.Values.RPSS_ENABLED | default "no") "yes" }} # AIO-config - do not change this comment!
193191
securityContext:
194192
# The items below only work in container context

nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
value: "{{ .Values.REDIS_PASSWORD }}"
5656
- name: TZ
5757
value: "{{ .Values.TIMEZONE }}"
58-
image: ghcr.io/nextcloud-releases/aio-notify-push:20251031_122139
58+
image: ghcr.io/nextcloud-releases/aio-notify-push:20251128_084214
5959
readinessProbe:
6060
exec:
6161
command:

nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
spec:
2525
initContainers:
2626
- name: init-volumes
27-
image: ghcr.io/nextcloud-releases/aio-alpine:20251031_122139
27+
image: ghcr.io/nextcloud-releases/aio-alpine:20251128_084214
2828
command:
2929
- chmod
3030
- "777"
@@ -42,7 +42,7 @@ spec:
4242
value: "{{ .Values.ONLYOFFICE_SECRET }}"
4343
- name: TZ
4444
value: "{{ .Values.TIMEZONE }}"
45-
image: ghcr.io/nextcloud-releases/aio-onlyoffice:20251031_122139
45+
image: ghcr.io/nextcloud-releases/aio-onlyoffice:20251128_084214
4646
readinessProbe:
4747
exec:
4848
command:

0 commit comments

Comments
 (0)