diff --git a/helmvalues/client.Integration.yaml b/helmvalues/client.Integration.yaml index 974f65eaf..70d1f1ea2 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: prod-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% ingress: enabled: true diff --git a/helmvalues/client.Production.yaml b/helmvalues/client.Production.yaml index fab9c0d28..6a565f4a8 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: prod-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% ingress: enabled: true diff --git a/helmvalues/client.Staging.yaml b/helmvalues/client.Staging.yaml index 72a3df532..454e81692 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: prod-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% ingress: enabled: true diff --git a/helmvalues/client.Test.yaml b/helmvalues/client.Test.yaml index b2b184e61..073a1be46 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: debug-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% ingress: enabled: true