helm-chart: fix ALPINE_IMAGE_ORG variable

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-08-16 11:46:21 +02:00
parent db55a1c282
commit 52305ce9e9
10 changed files with 20 additions and 20 deletions

View file

@ -70,4 +70,4 @@ TALK_MAX_SCREEN_BITRATE: "2097152" # This allows to adjust the max strea
IMAGE_MIRROR_PREFIX: # Setting this allows you to pull Nextcloud images through a mirror registry. It needs a trailing slash!
NEXTCLOUD_IMAGE_ORG: nextcloud # Setting this allows you to change the image's org name in case a different image needs to be used e.g. for compliance reasons.
ALPINE_IMAGE_ORG: # Setting this allows you to change the image's org name in case a different image needs to be used e.g. for compliance reasons.
ALPINE_IMAGE_ORG: # Setting this allows you to change the image's org name in case a different image needs to be used e.g. for compliance reasons. It needs a trailing slash!