Skip to content

Commit c9a1b48

Browse files
Helm Chart updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 04ffcb9 commit c9a1b48

27 files changed

+60
-59
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: 10.14.0
3+
version: 10.15.0
44
apiVersion: v2
55
keywords:
66
- latest

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
annotations:
5-
kompose.version: 1.35.0 (9532ceef3)
5+
kompose.version: 1.36.0 (ae2a39403)
66
labels:
77
io.kompose.service: nextcloud-aio-apache
88
name: nextcloud-aio-apache
@@ -17,7 +17,7 @@ spec:
1717
template:
1818
metadata:
1919
annotations:
20-
kompose.version: 1.35.0 (9532ceef3)
20+
kompose.version: 1.36.0 (ae2a39403)
2121
labels:
2222
io.kompose.service: nextcloud-aio-apache
2323
spec:
@@ -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:20250512_082954
64+
image: ghcr.io/nextcloud-releases/aio-apache:20250610_074316
6565
readinessProbe:
6666
exec:
6767
command:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
kind: Service
33
metadata:
44
annotations:
5-
kompose.version: 1.35.0 (9532ceef3)
5+
kompose.version: 1.36.0 (ae2a39403)
66
labels:
77
io.kompose.service: nextcloud-aio-apache
88
name: nextcloud-aio-apache

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apps/v1
33
kind: Deployment
44
metadata:
55
annotations:
6-
kompose.version: 1.35.0 (9532ceef3)
6+
kompose.version: 1.36.0 (ae2a39403)
77
labels:
88
io.kompose.service: nextcloud-aio-clamav
99
name: nextcloud-aio-clamav
@@ -18,7 +18,7 @@ spec:
1818
template:
1919
metadata:
2020
annotations:
21-
kompose.version: 1.35.0 (9532ceef3)
21+
kompose.version: 1.36.0 (ae2a39403)
2222
labels:
2323
io.kompose.service: nextcloud-aio-clamav
2424
spec:
@@ -36,7 +36,7 @@ spec:
3636
{{- end }}
3737
initContainers:
3838
- name: init-subpath
39-
image: ghcr.io/nextcloud-releases/aio-alpine:20250512_082954
39+
image: ghcr.io/nextcloud-releases/aio-alpine:20250610_074316
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:20250512_082954
62+
image: ghcr.io/nextcloud-releases/aio-clamav:20250610_074316
6363
readinessProbe:
6464
exec:
6565
command:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v1
33
kind: Service
44
metadata:
55
annotations:
6-
kompose.version: 1.35.0 (9532ceef3)
6+
kompose.version: 1.36.0 (ae2a39403)
77
labels:
88
io.kompose.service: nextcloud-aio-clamav
99
name: nextcloud-aio-clamav

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apps/v1
33
kind: Deployment
44
metadata:
55
annotations:
6-
kompose.version: 1.35.0 (9532ceef3)
6+
kompose.version: 1.36.0 (ae2a39403)
77
labels:
88
io.kompose.service: nextcloud-aio-collabora
99
name: nextcloud-aio-collabora
@@ -16,7 +16,7 @@ spec:
1616
template:
1717
metadata:
1818
annotations:
19-
kompose.version: 1.35.0 (9532ceef3)
19+
kompose.version: 1.36.0 (ae2a39403)
2020
labels:
2121
io.kompose.service: nextcloud-aio-collabora
2222
spec:
@@ -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: ghcr.io/nextcloud-releases/aio-collabora:20250512_082954
38+
image: ghcr.io/nextcloud-releases/aio-collabora:20250610_074316
3939
readinessProbe:
4040
exec:
4141
command:
@@ -61,4 +61,5 @@ spec:
6161
add:
6262
- MKNOD
6363
- CAP_SYS_ADMIN
64+
- CHOWN={{ .Values.CHOWN }}
6465
{{- end }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v1
33
kind: Service
44
metadata:
55
annotations:
6-
kompose.version: 1.35.0 (9532ceef3)
6+
kompose.version: 1.36.0 (ae2a39403)
77
labels:
88
io.kompose.service: nextcloud-aio-collabora
99
name: nextcloud-aio-collabora

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
annotations:
5-
kompose.version: 1.35.0 (9532ceef3)
5+
kompose.version: 1.36.0 (ae2a39403)
66
labels:
77
io.kompose.service: nextcloud-aio-database
88
name: nextcloud-aio-database
@@ -17,7 +17,7 @@ spec:
1717
template:
1818
metadata:
1919
annotations:
20-
kompose.version: 1.35.0 (9532ceef3)
20+
kompose.version: 1.36.0 (ae2a39403)
2121
labels:
2222
io.kompose.service: nextcloud-aio-database
2323
spec:
@@ -35,7 +35,7 @@ spec:
3535
{{- end }}
3636
initContainers:
3737
- name: init-subpath
38-
image: ghcr.io/nextcloud-releases/aio-alpine:20250512_082954
38+
image: ghcr.io/nextcloud-releases/aio-alpine:20250610_074316
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:20250512_082954
67+
image: ghcr.io/nextcloud-releases/aio-postgresql:20250610_074316
6868
readinessProbe:
6969
exec:
7070
command:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
kind: Service
33
metadata:
44
annotations:
5-
kompose.version: 1.35.0 (9532ceef3)
5+
kompose.version: 1.36.0 (ae2a39403)
66
labels:
77
io.kompose.service: nextcloud-aio-database
88
name: nextcloud-aio-database

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apps/v1
33
kind: Deployment
44
metadata:
55
annotations:
6-
kompose.version: 1.35.0 (9532ceef3)
6+
kompose.version: 1.36.0 (ae2a39403)
77
labels:
88
io.kompose.service: nextcloud-aio-fulltextsearch
99
name: nextcloud-aio-fulltextsearch
@@ -18,13 +18,13 @@ spec:
1818
template:
1919
metadata:
2020
annotations:
21-
kompose.version: 1.35.0 (9532ceef3)
21+
kompose.version: 1.36.0 (ae2a39403)
2222
labels:
2323
io.kompose.service: nextcloud-aio-fulltextsearch
2424
spec:
2525
initContainers:
2626
- name: init-volumes
27-
image: ghcr.io/nextcloud-releases/aio-alpine:20250512_082954
27+
image: ghcr.io/nextcloud-releases/aio-alpine:20250610_074316
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:20250512_082954
57+
image: ghcr.io/nextcloud-releases/aio-fulltextsearch:20250610_074316
5858
readinessProbe:
5959
exec:
6060
command:

0 commit comments

Comments
 (0)