Skip to content

Commit ab1cfee

Browse files
authored
Merge pull request #5111 from nextcloud/aio-helm-update
Helm Chart updates
2 parents 83fc108 + d91c58e commit ab1cfee

14 files changed

+16
-13
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: 9.3.0
3+
version: 9.4.1
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
@@ -66,7 +66,7 @@ spec:
6666
value: nextcloud-aio-talk
6767
- name: TZ
6868
value: "{{ .Values.TIMEZONE }}"
69-
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-apache:20240725_074330"
69+
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-apache:20240808_083748"
7070
name: nextcloud-aio-apache
7171
ports:
7272
- containerPort: {{ .Values.APACHE_PORT }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
value: "{{ .Values.NEXTCLOUD_UPLOAD_LIMIT }}"
6262
- name: TZ
6363
value: "{{ .Values.TIMEZONE }}"
64-
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-clamav:20240725_074330"
64+
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-clamav:20240808_083748"
6565
name: nextcloud-aio-clamav
6666
ports:
6767
- containerPort: 3310

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
value: --o:ssl.enable=false --o:ssl.termination=true --o:mount_jail_tree=false --o:logging.level=warning --o:home_mode.enable=true {{ .Values.COLLABORA_SECCOMP_POLICY }} --o:remote_font_config.url=https://{{ .Values.NC_DOMAIN }}/apps/richdocuments/settings/fonts.json
3737
- name: server_name
3838
value: "{{ .Values.NC_DOMAIN }}"
39-
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-collabora:20240725_074330"
39+
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-collabora:20240808_083748"
4040
name: nextcloud-aio-collabora
4141
ports:
4242
- containerPort: 9980

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
value: nextcloud
7171
- name: TZ
7272
value: "{{ .Values.TIMEZONE }}"
73-
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-postgresql:20240725_074330"
73+
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-postgresql:20240808_083748"
7474
name: nextcloud-aio-database
7575
ports:
7676
- containerPort: 5432

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
value: basic
6161
- name: xpack.security.enabled
6262
value: "false"
63-
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-fulltextsearch:20240725_074330"
63+
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-fulltextsearch:20240808_083748"
6464
name: nextcloud-aio-fulltextsearch
6565
ports:
6666
- containerPort: 9200

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
value: "{{ .Values.IMAGINARY_SECRET }}"
2929
- name: TZ
3030
value: "{{ .Values.TIMEZONE }}"
31-
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-imaginary:20240725_074330"
31+
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-imaginary:20240808_083748"
3232
name: nextcloud-aio-imaginary
3333
ports:
3434
- containerPort: 9000

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ spec:
8585
value: "{{ .Values.SERVERINFO_TOKEN }}"
8686
- name: NEXTCLOUD_DEFAULT_QUOTA
8787
value: "{{ .Values.NEXTCLOUD_DEFAULT_QUOTA }}"
88+
- name: NEXTCLOUD_MAINTENANCE_WINDOW
89+
value: "{{ .Values.NEXTCLOUD_MAINTENANCE_WINDOW }}"
8890
- name: ADDITIONAL_APKS
8991
value: "{{ .Values.NEXTCLOUD_ADDITIONAL_APKS }}"
9092
- name: ADDITIONAL_PHP_EXTENSIONS
@@ -175,7 +177,7 @@ spec:
175177
value: "{{ .Values.TIMEZONE }}"
176178
- name: UPDATE_NEXTCLOUD_APPS
177179
value: "{{ .Values.UPDATE_NEXTCLOUD_APPS }}"
178-
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-nextcloud:20240725_074330"
180+
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-nextcloud:20240808_083748"
179181
name: nextcloud-aio-nextcloud
180182
ports:
181183
- containerPort: 9000

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
value: nextcloud-aio-redis
5858
- name: REDIS_HOST_PASSWORD
5959
value: "{{ .Values.REDIS_PASSWORD }}"
60-
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-notify-push:20240725_074330"
60+
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-notify-push:20240808_083748"
6161
name: nextcloud-aio-notify-push
6262
ports:
6363
- containerPort: 7867

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
value: "{{ .Values.ONLYOFFICE_SECRET }}"
4949
- name: TZ
5050
value: "{{ .Values.TIMEZONE }}"
51-
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-onlyoffice:20240725_074330"
51+
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-onlyoffice:20240808_083748"
5252
name: nextcloud-aio-onlyoffice
5353
ports:
5454
- containerPort: 80

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
value: "{{ .Values.REDIS_PASSWORD }}"
4444
- name: TZ
4545
value: "{{ .Values.TIMEZONE }}"
46-
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-redis:20240725_074330"
46+
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-redis:20240808_083748"
4747
name: nextcloud-aio-redis
4848
ports:
4949
- containerPort: 6379

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
value: "{{ .Values.TURN_SECRET }}"
4343
- name: TZ
4444
value: "{{ .Values.TIMEZONE }}"
45-
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-talk:20240725_074330"
45+
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-talk:20240808_083748"
4646
name: nextcloud-aio-talk
4747
ports:
4848
- containerPort: {{ .Values.TALK_PORT }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
value: "{{ .Values.RECORDING_SECRET }}"
3333
- name: TZ
3434
value: "{{ .Values.TIMEZONE }}"
35-
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-talk-recording:20240725_074330"
35+
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-talk-recording:20240808_083748"
3636
name: nextcloud-aio-talk-recording
3737
ports:
3838
- containerPort: 1234

nextcloud-aio-helm-chart/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ APPS_ALLOWLIST: # This allows to configure allowed apps that will be show
5656
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.
5757
ADDITIONAL_TRUSTED_DOMAIN: # Allows to add one domain to Nextcloud's trusted domains and also generates a certificate automatically for it
5858
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
59+
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
5960
SMTP_HOST: # (empty by default): The hostname of the SMTP server.
6061
SMTP_SECURE: # (empty by default): Set to 'ssl' to use SSL, or 'tls' to use STARTTLS.
6162
SMTP_PORT: # (default: '465' for SSL and '25' for non-secure connections): Optional port for the SMTP connection. Use '587' for an alternative port for STARTTLS.

0 commit comments

Comments
 (0)