From 03ab1f3260b65837b9308f50b905012fbb27a174 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Mon, 23 Jan 2023 09:18:21 +0100 Subject: [PATCH] cicd(Charts): set docker images for pool and gate to tx-bpdm * increase patch version of both charts --- charts/gate/Chart.yaml | 2 +- charts/gate/values.yaml | 2 +- charts/pool/Chart.yaml | 2 +- charts/pool/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/gate/Chart.yaml b/charts/gate/Chart.yaml index c9e4af5d3..673b2ce0e 100644 --- a/charts/gate/Chart.yaml +++ b/charts/gate/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.0.1 +version: 3.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/gate/values.yaml b/charts/gate/values.yaml index bb2156c11..f16d8af3e 100644 --- a/charts/gate/values.yaml +++ b/charts/gate/values.yaml @@ -9,7 +9,7 @@ replicaCount: 1 image: registry: ghcr.io - repository: catenax-ng/product-bpdm/gate + repository: catenax-ng/tx-bpdm/gate pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "v3.0.0" diff --git a/charts/pool/Chart.yaml b/charts/pool/Chart.yaml index d2f79c561..9b3a02b43 100644 --- a/charts/pool/Chart.yaml +++ b/charts/pool/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.0.0 +version: 4.0.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/pool/values.yaml b/charts/pool/values.yaml index 421765eb4..7f3d7d46a 100644 --- a/charts/pool/values.yaml +++ b/charts/pool/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: registry: ghcr.io - repository: catenax-ng/product-bpdm/pool + repository: catenax-ng/tx-bpdm/pool pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "v3.0.0"