Skip to content

Commit 8ac090a

Browse files
authored
Helm Chart updates
Signed-off-by: GitHub <[email protected]>
1 parent 20c9c7f commit 8ac090a

13 files changed

+13
-14
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: 7.7.1-dev4
3+
version: 7.7.1
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
@@ -57,7 +57,7 @@ spec:
5757
value: nextcloud-aio-talk
5858
- name: TZ
5959
value: "{{ .Values.TIMEZONE }}"
60-
image: nextcloud/aio-apache:20231123_084113-latest
60+
image: nextcloud/aio-apache:20231130_081302-latest
6161
name: nextcloud-aio-apache
6262
ports:
6363
- containerPort: {{ .Values.APACHE_PORT }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
value: "90"
5151
- name: TZ
5252
value: "{{ .Values.TIMEZONE }}"
53-
image: nextcloud/aio-clamav:20231123_084113-latest
53+
image: nextcloud/aio-clamav:20231130_081302-latest
5454
name: nextcloud-aio-clamav
5555
ports:
5656
- containerPort: 3310

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
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
3838
- name: server_name
3939
value: "{{ .Values.NC_DOMAIN }}"
40-
image: nextcloud/aio-collabora:20231123_084113-latest
40+
image: nextcloud/aio-collabora:20231130_081302-latest
4141
name: nextcloud-aio-collabora
4242
ports:
4343
- containerPort: 9980

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
value: nextcloud
6262
- name: TZ
6363
value: "{{ .Values.TIMEZONE }}"
64-
image: nextcloud/aio-postgresql:20231123_084113-latest
64+
image: nextcloud/aio-postgresql:20231130_081302-latest
6565
name: nextcloud-aio-database
6666
ports:
6767
- containerPort: 5432

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
value: basic
5656
- name: xpack.security.enabled
5757
value: "false"
58-
image: nextcloud/aio-fulltextsearch:20231123_084113-latest
58+
image: nextcloud/aio-fulltextsearch:20231130_081302-latest
5959
name: nextcloud-aio-fulltextsearch
6060
ports:
6161
- containerPort: 9200

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- env:
2828
- name: TZ
2929
value: "{{ .Values.TIMEZONE }}"
30-
image: nextcloud/aio-imaginary:20231123_084113-latest
30+
image: nextcloud/aio-imaginary:20231130_081302-latest
3131
name: nextcloud-aio-imaginary
3232
ports:
3333
- containerPort: 9000

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ spec:
156156
value: "{{ .Values.TIMEZONE }}"
157157
- name: UPDATE_NEXTCLOUD_APPS
158158
value: "{{ .Values.UPDATE_NEXTCLOUD_APPS }}"
159-
image: nextcloud/aio-nextcloud:develop
160-
imagePullPolicy: Always
159+
image: nextcloud/aio-nextcloud:20231130_081302-latest
161160
name: nextcloud-aio-nextcloud
162161
ports:
163162
- containerPort: 9000

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
@@ -50,7 +50,7 @@ spec:
5050
value: nextcloud-aio-redis
5151
- name: REDIS_HOST_PASSWORD
5252
value: "{{ .Values.REDIS_PASSWORD }}"
53-
image: nextcloud/aio-notify-push:20231123_084113-latest
53+
image: nextcloud/aio-notify-push:20231130_081302-latest
5454
name: nextcloud-aio-notify-push
5555
ports:
5656
- containerPort: 7867

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
value: "{{ .Values.ONLYOFFICE_SECRET }}"
4444
- name: TZ
4545
value: "{{ .Values.TIMEZONE }}"
46-
image: nextcloud/aio-onlyoffice:20231123_084113-latest
46+
image: nextcloud/aio-onlyoffice:20231130_081302-latest
4747
name: nextcloud-aio-onlyoffice
4848
ports:
4949
- containerPort: 80

0 commit comments

Comments
 (0)