From 718077025de2be651405d5fc0ac4bd30e473febb Mon Sep 17 00:00:00 2001 From: Michael Auer Date: Wed, 23 Nov 2022 18:30:51 +0100 Subject: [PATCH] ~ helmvalues: removed debug-/prod- prefix from docker image tag --- helmvalues/client.Feature.yaml | 2 +- helmvalues/client.Integration.yaml | 2 +- helmvalues/client.Production.yaml | 2 +- helmvalues/client.Staging.yaml | 2 +- helmvalues/client.Test.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helmvalues/client.Feature.yaml b/helmvalues/client.Feature.yaml index 3e0992dcc..41524bf41 100644 --- a/helmvalues/client.Feature.yaml +++ b/helmvalues/client.Feature.yaml @@ -1,7 +1,7 @@ fullnameOverride: isa-ui-feature image: harborRepo: isa/ui - tag: debug-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% + tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% ingress: enabled: true diff --git a/helmvalues/client.Integration.yaml b/helmvalues/client.Integration.yaml index a55c85c42..44eff58bf 100644 --- a/helmvalues/client.Integration.yaml +++ b/helmvalues/client.Integration.yaml @@ -1,7 +1,7 @@ fullnameOverride: isa-ui image: harborRepo: isa/ui - tag: prod-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% + tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% ingress: enabled: true diff --git a/helmvalues/client.Production.yaml b/helmvalues/client.Production.yaml index d47aa7a24..1fa5bd4c4 100644 --- a/helmvalues/client.Production.yaml +++ b/helmvalues/client.Production.yaml @@ -1,7 +1,7 @@ fullnameOverride: isa-ui image: harborRepo: isa/ui - tag: prod-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% + tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% replicaCount: 2 diff --git a/helmvalues/client.Staging.yaml b/helmvalues/client.Staging.yaml index 40054a2b8..41031b6a4 100644 --- a/helmvalues/client.Staging.yaml +++ b/helmvalues/client.Staging.yaml @@ -1,7 +1,7 @@ fullnameOverride: isa-ui image: harborRepo: isa/ui - tag: prod-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% + tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% replicaCount: 2 diff --git a/helmvalues/client.Test.yaml b/helmvalues/client.Test.yaml index ebaa73e9a..6d8f28d04 100644 --- a/helmvalues/client.Test.yaml +++ b/helmvalues/client.Test.yaml @@ -1,7 +1,7 @@ fullnameOverride: isa-ui image: harborRepo: isa/ui - tag: debug-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% + tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% ingress: enabled: true