From 841bfb62fe067d2ec73c198c46bd9a97538e20f5 Mon Sep 17 00:00:00 2001 From: Dominik Kaminski Date: Mon, 24 Jul 2023 19:04:11 +0200 Subject: [PATCH] fix(xwiki): Use external-registry for image download --- helmfile/apps/xwiki/helmfile.yaml | 2 +- helmfile/apps/xwiki/values.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helmfile/apps/xwiki/helmfile.yaml b/helmfile/apps/xwiki/helmfile.yaml index 04f9b368..803a4999 100644 --- a/helmfile/apps/xwiki/helmfile.yaml +++ b/helmfile/apps/xwiki/helmfile.yaml @@ -10,7 +10,7 @@ repositories: releases: - name: "xwiki" chart: "xwiki/xwiki" - version: "1.1.0" + version: "1.1.1" wait: true timeout: 600 values: diff --git a/helmfile/apps/xwiki/values.gotmpl b/helmfile/apps/xwiki/values.gotmpl index 57df7812..03aed0b6 100644 --- a/helmfile/apps/xwiki/values.gotmpl +++ b/helmfile/apps/xwiki/values.gotmpl @@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0 */}} --- image: - url: "{{ .Values.global.imageRegistry }}/{{ .Values.images.xwiki.repository }}" + name: "{{ .Values.global.imageRegistry }}/{{ .Values.images.xwiki.repository }}" tag: "{{ .Values.images.xwiki.tag }}" externalDB: