mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-27 09:56:52 +00:00
Helm Chart updates
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
4f9adc2c90
commit
81a9934616
13 changed files with 14 additions and 14 deletions
|
|
@ -158,8 +158,7 @@ spec:
|
|||
value: "{{ .Values.TIMEZONE }}"
|
||||
- name: UPDATE_NEXTCLOUD_APPS
|
||||
value: "{{ .Values.UPDATE_NEXTCLOUD_APPS }}"
|
||||
image: nextcloud/aio-nextcloud:beta
|
||||
imagePullPolicy: Always
|
||||
image: nextcloud/aio-nextcloud:20231212_115941-latest
|
||||
name: nextcloud-aio-nextcloud
|
||||
ports:
|
||||
- containerPort: 9000
|
||||
|
|
@ -174,6 +173,7 @@ spec:
|
|||
- mountPath: /usr/local/share/ca-certificates
|
||||
name: nextcloud-aio-nextcloud-trusted-cacerts
|
||||
readOnly: true
|
||||
terminationGracePeriodSeconds: 600
|
||||
volumes:
|
||||
- name: nextcloud-aio-nextcloud
|
||||
persistentVolumeClaim:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue