From f44622fe6e50813e7875ec31787ccdb96c01e1b7 Mon Sep 17 00:00:00 2001 From: Nico Hanus Date: Fri, 17 Apr 2020 12:53:56 +0200 Subject: [PATCH] ***NO_CI*** fix helmvalues --- helmvalues/client.Integration.yaml | 2 +- helmvalues/client.Production.yaml | 2 +- helmvalues/client.Staging.yaml | 2 +- helmvalues/client.Test.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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