Helm Chart updates

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
szaimen 2023-03-22 12:37:19 +00:00 committed by GitHub
parent af78a8ff4c
commit 83fb39dabf
12 changed files with 19 additions and 12 deletions

View file

@ -26,8 +26,12 @@ spec:
- env:
- name: TZ
value: "{{ .Values.TIMEZONE }}"
image: nextcloud/aio-imaginary:20230302_085724-latest
image: nextcloud/aio-imaginary:20230315_112022-latest
name: nextcloud-aio-imaginary
ports:
- containerPort: 9000
securityContext:
capabilities:
add:
- SYS_NICE
{{- end }}