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