mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-26 01:16:56 +00:00
Add private mirror support for OCI references #4362
Signed-off-by: Dennis R <dennis@elsysweyr.com>
This commit is contained in:
parent
257b9217f8
commit
f9e78ba35e
13 changed files with 28 additions and 24 deletions
|
|
@ -37,7 +37,7 @@ spec:
|
|||
value: "{{ .Values.TURN_SECRET }}"
|
||||
- name: TZ
|
||||
value: "{{ .Values.TIMEZONE }}"
|
||||
image: nextcloud/aio-talk:20240308_092935-latest
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG}}/aio-talk:20240308_092935-latest"
|
||||
name: nextcloud-aio-talk
|
||||
ports:
|
||||
- containerPort: {{ .Values.TALK_PORT }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue