diff --git a/helmvalues/client.Feature.yaml b/helmvalues/client.Feature.yaml index 41524bf41..f412ec200 100644 --- a/helmvalues/client.Feature.yaml +++ b/helmvalues/client.Feature.yaml @@ -1,11 +1,11 @@ -fullnameOverride: isa-ui-feature +fullnameOverride: isa-ui-feature-v%MAJOR% image: harborRepo: isa/ui tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% ingress: enabled: true - path: / + path: /isa-ui/v%MAJOR% hosts: - isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de diff --git a/helmvalues/client.Integration.yaml b/helmvalues/client.Integration.yaml index 44eff58bf..e4ceb9e63 100644 --- a/helmvalues/client.Integration.yaml +++ b/helmvalues/client.Integration.yaml @@ -1,11 +1,11 @@ -fullnameOverride: isa-ui +fullnameOverride: isa-ui-v%MAJOR% image: harborRepo: isa/ui tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% ingress: enabled: true - path: / + path: /isa-ui/v%MAJOR% hosts: - isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de diff --git a/helmvalues/client.Production.yaml b/helmvalues/client.Production.yaml index 1fa5bd4c4..3cfa619f8 100644 --- a/helmvalues/client.Production.yaml +++ b/helmvalues/client.Production.yaml @@ -1,4 +1,4 @@ -fullnameOverride: isa-ui +fullnameOverride: isa-ui-v%MAJOR% image: harborRepo: isa/ui tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% @@ -7,7 +7,7 @@ replicaCount: 2 ingress: enabled: true - path: / + path: /isa-ui/v%MAJOR% hosts: - isa.kubernetes.paragon-systems.de - isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de diff --git a/helmvalues/client.Staging.yaml b/helmvalues/client.Staging.yaml index 41031b6a4..5fbcbbf7a 100644 --- a/helmvalues/client.Staging.yaml +++ b/helmvalues/client.Staging.yaml @@ -1,4 +1,4 @@ -fullnameOverride: isa-ui +fullnameOverride: isa-ui-v%MAJOR% image: harborRepo: isa/ui tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% @@ -7,7 +7,7 @@ replicaCount: 2 ingress: enabled: true - path: / + path: /isa-ui/v%MAJOR% hosts: - isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de diff --git a/helmvalues/client.Test.yaml b/helmvalues/client.Test.yaml index 6d8f28d04..38f56b3f8 100644 --- a/helmvalues/client.Test.yaml +++ b/helmvalues/client.Test.yaml @@ -1,11 +1,11 @@ -fullnameOverride: isa-ui +fullnameOverride: isa-ui-v%MAJOR% image: harborRepo: isa/ui tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% ingress: enabled: true - path: / + path: /isa-ui/v%MAJOR% hosts: - isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de