Skip to content
Snippets Groups Projects
Commit 97450b17 authored by OZGCloud's avatar OZGCloud
Browse files

use goofy helmchart version 0.11.0-snapshot for e2e tests

parent 74255b14
No related branches found
No related tags found
No related merge requests found
...@@ -358,7 +358,7 @@ Void startGoofy(String namespace, String values, String imageTag, String bezeich ...@@ -358,7 +358,7 @@ Void startGoofy(String namespace, String values, String imageTag, String bezeich
container("k8s") { container("k8s") {
dir('goofy-client/apps/goofy-e2e/deployment-values/goofy') { dir('goofy-client/apps/goofy-e2e/deployment-values/goofy') {
withCredentials([usernamePassword(credentialsId: 'jenkins-nexus-login', usernameVariable: 'USER', passwordVariable: 'PASSWORD')]) { withCredentials([usernamePassword(credentialsId: 'jenkins-nexus-login', usernameVariable: 'USER', passwordVariable: 'PASSWORD')]) {
sh "helm upgrade --install --create-namespace goofy goofy -f ${values} --set image.tag=${imageTag} --set kop.bezeichner=${bezeichner} --namespace ${namespace}" + ' --repo https://nexus.ozg-sh.de/repository/ozg-base-apps --username ${USER} --password ${PASSWORD} --wait --wait-for-jobs' sh "helm upgrade --install --create-namespace goofy goofy -f ${values} --set image.tag=${imageTag} --set kop.bezeichner=${bezeichner} --namespace ${namespace} --version 0.11.0-SNAPSHOT" + ' --repo https://nexus.ozg-sh.de/repository/ozg-base-apps-snapshot --username ${USER} --password ${PASSWORD} --wait --wait-for-jobs'
} }
} }
......
...@@ -9,3 +9,4 @@ scrapeMetricsDisabled: true ...@@ -9,3 +9,4 @@ scrapeMetricsDisabled: true
kop: kop:
bundesland: e2e bundesland: e2e
environment: dev environment: dev
traefikVersionTwo: true
\ No newline at end of file
...@@ -8,3 +8,4 @@ scrapeMetricsDisabled: true ...@@ -8,3 +8,4 @@ scrapeMetricsDisabled: true
kop: kop:
bundesland: e2e bundesland: e2e
environment: dev environment: dev
traefikVersionTwo: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment