Skip to content

Commit 9245aa1

Browse files
authored
Merge pull request #6245 from nextcloud/aio-helm-update
Helm Chart updates
2 parents 33fac7d + f88b123 commit 9245aa1

15 files changed

+17
-14
lines changed

nextcloud-aio-helm-chart/Chart.yaml

+1-1
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: 10.9.0
3+
version: 10.10.0
44
apiVersion: v2
55
keywords:
66
- latest

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

+1-1
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: nextcloud/aio-apache:20250325_084656
64+
image: ghcr.io/nextcloud-releases/aio-apache:20250331_082515
6565
readinessProbe:
6666
exec:
6767
command:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
value: "{{ .Values.NEXTCLOUD_UPLOAD_LIMIT }}"
6060
- name: TZ
6161
value: "{{ .Values.TIMEZONE }}"
62-
image: nextcloud/aio-clamav:20250325_084656
62+
image: ghcr.io/nextcloud-releases/aio-clamav:20250331_082515
6363
readinessProbe:
6464
exec:
6565
command:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
value: --o:ssl.enable=false --o:ssl.termination=true --o:mount_jail_tree=false --o:logging.level=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]=.+
3636
- name: server_name
3737
value: "{{ .Values.NC_DOMAIN }}"
38-
image: nextcloud/aio-collabora:20250325_084656
38+
image: ghcr.io/nextcloud-releases/aio-collabora:20250331_082515
3939
readinessProbe:
4040
exec:
4141
command:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
value: nextcloud
6565
- name: TZ
6666
value: "{{ .Values.TIMEZONE }}"
67-
image: nextcloud/aio-postgresql:20250325_084656
67+
image: ghcr.io/nextcloud-releases/aio-postgresql:20250331_082515
6868
readinessProbe:
6969
exec:
7070
command:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
value: basic
5555
- name: xpack.security.enabled
5656
value: "false"
57-
image: nextcloud/aio-fulltextsearch:20250325_084656
57+
image: ghcr.io/nextcloud-releases/aio-fulltextsearch:20250331_082515
5858
readinessProbe:
5959
exec:
6060
command:

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

+1-1
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: nextcloud/aio-imaginary:20250325_084656
41+
image: ghcr.io/nextcloud-releases/aio-imaginary:20250331_082515
4242
readinessProbe:
4343
exec:
4444
command:

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ spec:
8080
value: "{{ .Values.SERVERINFO_TOKEN }}"
8181
- name: NEXTCLOUD_DEFAULT_QUOTA
8282
value: "{{ .Values.NEXTCLOUD_DEFAULT_QUOTA }}"
83+
- name: NEXTCLOUD_SKELETON_DIRECTORY
84+
value: "{{ .Values.NEXTCLOUD_SKELETON_DIRECTORY | default "" }}"
8385
- name: NEXTCLOUD_MAINTENANCE_WINDOW
8486
value: "{{ .Values.NEXTCLOUD_MAINTENANCE_WINDOW }}"
8587
- name: ADDITIONAL_APKS
@@ -180,7 +182,7 @@ spec:
180182
value: "{{ .Values.WHITEBOARD_ENABLED }}"
181183
- name: WHITEBOARD_SECRET
182184
value: "{{ .Values.WHITEBOARD_SECRET }}"
183-
image: nextcloud/aio-nextcloud:20250325_084656
185+
image: ghcr.io/nextcloud-releases/aio-nextcloud:20250331_082515
184186
{{- if eq (.Values.RPSS_ENABLED | default "no") "yes" }} # AIO-config - do not change this comment!
185187
securityContext:
186188
# The items below only work in container context

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

+1-1
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: nextcloud/aio-notify-push:20250325_084656
58+
image: ghcr.io/nextcloud-releases/aio-notify-push:20250331_082515
5959
readinessProbe:
6060
exec:
6161
command:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
value: "{{ .Values.ONLYOFFICE_SECRET }}"
4343
- name: TZ
4444
value: "{{ .Values.TIMEZONE }}"
45-
image: nextcloud/aio-onlyoffice:20250325_084656
45+
image: ghcr.io/nextcloud-releases/aio-onlyoffice:20250331_082515
4646
readinessProbe:
4747
exec:
4848
command:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
value: "{{ .Values.REDIS_PASSWORD }}"
4040
- name: TZ
4141
value: "{{ .Values.TIMEZONE }}"
42-
image: nextcloud/aio-redis:20250325_084656
42+
image: ghcr.io/nextcloud-releases/aio-redis:20250331_082515
4343
readinessProbe:
4444
exec:
4545
command:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
value: "{{ .Values.TURN_SECRET }}"
5353
- name: TZ
5454
value: "{{ .Values.TIMEZONE }}"
55-
image: nextcloud/aio-talk:20250325_084656
55+
image: ghcr.io/nextcloud-releases/aio-talk:20250331_082515
5656
readinessProbe:
5757
exec:
5858
command:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
value: "{{ .Values.RECORDING_SECRET }}"
4545
- name: TZ
4646
value: "{{ .Values.TIMEZONE }}"
47-
image: nextcloud/aio-talk-recording:20250325_084656
47+
image: ghcr.io/nextcloud-releases/aio-talk-recording:20250331_082515
4848
readinessProbe:
4949
exec:
5050
command:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
value: redis
4949
- name: TZ
5050
value: "{{ .Values.TIMEZONE }}"
51-
image: nextcloud/aio-whiteboard:20250325_084656
51+
image: ghcr.io/nextcloud-releases/aio-whiteboard:20250331_082515
5252
readinessProbe:
5353
exec:
5454
command:

nextcloud-aio-helm-chart/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ APPS_ALLOWLIST: # This allows to configure allowed apps that will be show
6060
ADDITIONAL_TRUSTED_PROXY: # Allows to add one additional ip-address to Nextcloud's trusted proxies and to the Office WOPI-allowlist automatically. Set it e.g. like this: 'your.public.ip-address'. You can also use an ip-range here.
6161
ADDITIONAL_TRUSTED_DOMAIN: # Allows to add one domain to Nextcloud's trusted domains and also generates a certificate automatically for it
6262
NEXTCLOUD_DEFAULT_QUOTA: "10 GB" # Allows to adjust the default quota that will be taken into account in Nextcloud for new users. Setting it to "unlimited" will set it to unlimited
63+
NEXTCLOUD_SKELETON_DIRECTORY: # Allows to adjust the sekeleton dir for Nextcloud. Setting it to "empty" will set the value to an empty string "" which will turn off the setting for new users in Nextcloud.
6364
NEXTCLOUD_MAINTENANCE_WINDOW: # Allows to define the maintenance window for Nextcloud. See https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/background_jobs_configuration.html#parameters for possible values
6465
SMTP_HOST: # (empty by default): The hostname of the SMTP server.
6566
SMTP_SECURE: # (empty by default): Set to 'ssl' to use SSL, or 'tls' to use STARTTLS.

0 commit comments

Comments
 (0)