~ helmvalues: removed debug-/prod- prefix from docker image tag

This commit is contained in:
Michael Auer
2022-11-23 18:30:51 +01:00
parent 08161c29d3
commit 718077025d
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
fullnameOverride: isa-ui-feature fullnameOverride: isa-ui-feature
image: image:
harborRepo: isa/ui harborRepo: isa/ui
tag: debug-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
ingress: ingress:
enabled: true enabled: true

View File

@@ -1,7 +1,7 @@
fullnameOverride: isa-ui fullnameOverride: isa-ui
image: image:
harborRepo: isa/ui harborRepo: isa/ui
tag: prod-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
ingress: ingress:
enabled: true enabled: true

View File

@@ -1,7 +1,7 @@
fullnameOverride: isa-ui fullnameOverride: isa-ui
image: image:
harborRepo: isa/ui harborRepo: isa/ui
tag: prod-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
replicaCount: 2 replicaCount: 2

View File

@@ -1,7 +1,7 @@
fullnameOverride: isa-ui fullnameOverride: isa-ui
image: image:
harborRepo: isa/ui harborRepo: isa/ui
tag: prod-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
replicaCount: 2 replicaCount: 2

View File

@@ -1,7 +1,7 @@
fullnameOverride: isa-ui fullnameOverride: isa-ui
image: image:
harborRepo: isa/ui harborRepo: isa/ui
tag: debug-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
ingress: ingress:
enabled: true enabled: true