Skip to content
Snippets Groups Projects
Commit 5accf248 authored by OZGCloud's avatar OZGCloud
Browse files

update Jenkinsfile to use unittest helm version 3

parent ad50ae7a
Branches
Tags
No related merge requests found
......@@ -133,7 +133,7 @@ pipeline {
dir('src/main/helm') {
sh "helm lint -f test-values.yaml"
sh "helm unittest -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ."
sh "helm unittest --helm3 -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ."
sh "helm package --version=${HELM_CHART_VERSION} ."
......@@ -152,7 +152,7 @@ pipeline {
dir('xta-adapter/src/main/helm') {
sh "helm lint -f test-values.yaml"
sh "helm unittest -f '../../test/helm/*.yaml' -v '../../test/helm/values/unit-values.yaml' ."
sh "helm unittest --helm3 -f '../../test/helm/*.yaml' -v '../../test/helm/values/unit-values.yaml' ."
sh "helm package --version=${HELM_CHART_VERSION} ."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment