From a3d51e4879bd705a298f272ba99c1d568690a7b5 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Wed, 15 Feb 2023 13:51:09 +0100 Subject: [PATCH] cicd(charts): leave default tag empty in values * uses Chart appversion instead as default --- charts/gate/values.yaml | 2 +- charts/pool/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gate/values.yaml b/charts/gate/values.yaml index 52cfc0652..9f645d136 100644 --- a/charts/gate/values.yaml +++ b/charts/gate/values.yaml @@ -28,7 +28,7 @@ image: repository: catenax-ng/tx-bpdm/gate pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "3.0.2-alpha.2" + tag: "" imagePullSecrets: [] diff --git a/charts/pool/values.yaml b/charts/pool/values.yaml index fe0125d7d..786130e60 100644 --- a/charts/pool/values.yaml +++ b/charts/pool/values.yaml @@ -28,7 +28,7 @@ image: repository: catenax-ng/tx-bpdm/pool pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "3.0.2-alpha.2" + tag: "" imagePullSecrets: []