Update Helm version and Jenkins agent label

Changed the Helm download URL to v3.14.0 and updated the Jenkins agent label to "kube0".
This commit is contained in:
2024-08-24 21:18:28 +02:00
parent c9748046b1
commit a09e3e799e
+2 -2
View File
@@ -1,10 +1,10 @@
def HELM_DOWNLOAD_URL = "https://get.helm.sh/helm-v3.7.2-linux-amd64.tar.gz" def HELM_DOWNLOAD_URL = "https://get.helm.sh/helm-v3.14.0-linux-amd64.tar.gz"
def WS_DIST = ".dist" def WS_DIST = ".dist"
def WS_BIN = ".bin" def WS_BIN = ".bin"
def WS_SCM = ".scm" def WS_SCM = ".scm"
pipeline { pipeline {
agent { label "k8s" } agent { label "kube0" }
parameters { parameters {
string( string(