[COMAC-96] Change COMAC release jenkins to use latest charts
Change-Id: I7269a91ff10e9db42a36d100e1b4fdd6e914d2a8
diff --git a/Jenkinsfile-mcord-release-build b/Jenkinsfile-mcord-release-build
index 393d623..55a7974 100644
--- a/Jenkinsfile-mcord-release-build
+++ b/Jenkinsfile-mcord-release-build
@@ -276,7 +276,7 @@
stage('Install xos-core') {
sh returnStdout: true, script: """
- helm install -f $HELMCONFIG -n xos-core cord/xos-core --version 2.3.3
+ helm install -f $HELMCONFIG -n xos-core cord/xos-core
"""
timeout(3) {
@@ -290,7 +290,7 @@
}
stage('Install M-CORD Profile') {
sh returnStdout: true, script: """
- helm install -f $HELMCONFIG -n mcord cord/mcord --version 1.0.11
+ helm install -f $HELMCONFIG -n mcord cord/mcord
"""
timeout(5) {
@@ -305,7 +305,7 @@
stage('Install base-kubernetes') {
sh returnStdout: true, script: """
- helm install -f $HELMCONFIG -n base-kubernetes cord/base-kubernetes --version 1.0.2
+ helm install -f $HELMCONFIG -n base-kubernetes cord/base-kubernetes
"""
timeout(5) {
@@ -343,3 +343,4 @@
echo "RESULT: ${currentBuild.result}"
}
}
+