diff --git a/Jenkinsfile b/Jenkinsfile index cb93b611c59fb93b16444903e6d62d5f4e2d558f..892e93f6172e5a2de4f2531a018abfb78d4b0591 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -358,7 +358,7 @@ Void startGoofy(String namespace, String values, String imageTag, String bezeich container("k8s") { dir('goofy-client/apps/goofy-e2e/deployment-values/goofy') { 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' } } diff --git a/goofy-client/apps/goofy-e2e/deployment-values/goofy/ea-values.yaml b/goofy-client/apps/goofy-e2e/deployment-values/goofy/ea-values.yaml index e55cc722c93c4c5a07f4843cad6885490d689f83..9934de6a5e0beda1a1265a60b93e024bde13909c 100644 --- a/goofy-client/apps/goofy-e2e/deployment-values/goofy/ea-values.yaml +++ b/goofy-client/apps/goofy-e2e/deployment-values/goofy/ea-values.yaml @@ -8,4 +8,5 @@ replicaCount: '1' scrapeMetricsDisabled: true kop: bundesland: e2e - environment: dev \ No newline at end of file + environment: dev +traefikVersionTwo: true \ No newline at end of file diff --git a/goofy-client/apps/goofy-e2e/deployment-values/goofy/values.yaml b/goofy-client/apps/goofy-e2e/deployment-values/goofy/values.yaml index 393960b351a888f5505d80a4fe801fb3f6068ea1..73c00a47b1ba1bd39286e83bcec7442f5513c8fb 100644 --- a/goofy-client/apps/goofy-e2e/deployment-values/goofy/values.yaml +++ b/goofy-client/apps/goofy-e2e/deployment-values/goofy/values.yaml @@ -7,4 +7,5 @@ replicaCount: '1' scrapeMetricsDisabled: true kop: bundesland: e2e - environment: dev \ No newline at end of file + environment: dev +traefikVersionTwo: true \ No newline at end of file