Skip to content

Commit f658318

Browse files
szaimengithub-actions[bot]
authored andcommitted
Helm Chart updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ce7a10e commit f658318

15 files changed

+29
-15
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.2.0
3+
version: 10.3.0
44
apiVersion: v2
55
keywords:
66
- latest

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

+15-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,21 @@ spec:
6161
value: "{{ .Values.TIMEZONE }}"
6262
- name: WHITEBOARD_HOST
6363
value: nextcloud-aio-whiteboard
64-
image: nextcloud/aio-apache:20250106_094420
64+
image: nextcloud/aio-apache:20250114_092611
65+
readinessProbe:
66+
exec:
67+
command:
68+
- /healthcheck.sh
69+
failureThreshold: 3
70+
periodSeconds: 30
71+
timeoutSeconds: 30
72+
livenessProbe:
73+
exec:
74+
command:
75+
- /healthcheck.sh
76+
failureThreshold: 3
77+
periodSeconds: 30
78+
timeoutSeconds: 30
6579
name: nextcloud-aio-apache
6680
ports:
6781
- 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: nextcloud/aio-clamav:20250106_094420
64+
image: nextcloud/aio-clamav:20250114_092611
6565
readinessProbe:
6666
exec:
6767
command:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
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 --o:net.post_allow.host[0]=.+
3535
- name: server_name
3636
value: "{{ .Values.NC_DOMAIN }}"
37-
image: nextcloud/aio-collabora:20250106_094420
37+
image: nextcloud/aio-collabora:20250114_092611
3838
readinessProbe:
3939
exec:
4040
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:20250106_094420
67+
image: nextcloud/aio-postgresql:20250114_092611
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:20250106_094420
57+
image: nextcloud/aio-fulltextsearch:20250114_092611
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:20250106_094420
41+
image: nextcloud/aio-imaginary:20250114_092611
4242
readinessProbe:
4343
exec:
4444
command:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ spec:
180180
value: "{{ .Values.WHITEBOARD_ENABLED }}"
181181
- name: WHITEBOARD_SECRET
182182
value: "{{ .Values.WHITEBOARD_SECRET }}"
183-
image: nextcloud/aio-nextcloud:20250106_094420
183+
image: nextcloud/aio-nextcloud:20250114_092611
184184
{{- if eq (.Values.RPSS_ENABLED | default "no") "yes" }} # AIO-config - do not change this comment!
185185
securityContext:
186186
# 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
@@ -53,7 +53,7 @@ spec:
5353
value: nextcloud-aio-redis
5454
- name: REDIS_HOST_PASSWORD
5555
value: "{{ .Values.REDIS_PASSWORD }}"
56-
image: nextcloud/aio-notify-push:20250106_094420
56+
image: nextcloud/aio-notify-push:20250114_092611
5757
readinessProbe:
5858
exec:
5959
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:20250106_094420
45+
image: nextcloud/aio-onlyoffice:20250114_092611
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:20250106_094420
42+
image: nextcloud/aio-redis:20250114_092611
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:20250106_094420
55+
image: nextcloud/aio-talk:20250114_092611
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:20250106_094420
47+
image: nextcloud/aio-talk-recording:20250114_092611
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
@@ -46,7 +46,7 @@ spec:
4646
value: redis
4747
- name: TZ
4848
value: "{{ .Values.TIMEZONE }}"
49-
image: nextcloud/aio-whiteboard:20250106_094420
49+
image: nextcloud/aio-whiteboard:20250114_092611
5050
readinessProbe:
5151
exec:
5252
command:

nextcloud-aio-helm-chart/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ NEXTCLOUD_STARTUP_APPS: deck twofactor_totp tasks calendar contacts notes
3434
NEXTCLOUD_TRUSTED_CACERTS_DIR: # Setting this to any value allows to automatically import root certificates into the Nextcloud container
3535
NEXTCLOUD_UPLOAD_LIMIT: 16G # This allows to change the upload limit of the Nextcloud container
3636
REMOVE_DISABLED_APPS: yes # Setting this to no keep Nextcloud apps that are disabled via their switch and not uninstall them if they should be installed in Nextcloud.
37-
TALK_PORT: 3478 # This allows to adjust the port that the talk container is using.
37+
TALK_PORT: 3478 # This allows to adjust the port that the talk container is using. It should be set to something higher than 1024! Otherwise it might not work!
3838
UPDATE_NEXTCLOUD_APPS: no # When setting to yes (with quotes), it will automatically update all installed Nextcloud apps upon container startup on saturdays.
3939

4040
STORAGE_CLASS: # By setting this, you can adjust the storage class for your volumes

0 commit comments

Comments
 (0)