From d367739248ed43b3bad6a00b059b2c949dde4cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Fri, 1 Dec 2023 15:20:25 +0000 Subject: [PATCH] fix(helmfile): Using correct private registry for postfix helm-chart --- helmfile/apps/services/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/apps/services/helmfile.yaml b/helmfile/apps/services/helmfile.yaml index 86615600..81cdf603 100644 --- a/helmfile/apps/services/helmfile.yaml +++ b/helmfile/apps/services/helmfile.yaml @@ -40,7 +40,7 @@ repositories: - name: "postfix-repo" oci: true url: >- - {{ env "PRIVATE_CHART_REPOSITORY_URL" | + {{ env "PRIVATE_IMAGE_REGISTRY_URL" | default "external-registry.souvap-univention.de/sovereign-workplace/souvap/tooling/charts/postfix" }} verify: true keyring: "../../files/gpg-pubkeys/souvap-univention-de.gpg"