Update Helm version and Jenkins agent label

Changed the Helm download URL to v3.14.0 and updated the Jenkins agent label to "kube0".
main
Nikita Tokarchuk 4 weeks ago
parent c9748046b1
commit a09e3e799e
Signed by: mainnika
GPG Key ID: 5CDEED14F48FA79D
  1. 4
      .jenkins/Jenkinsfile

@ -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_BIN = ".bin"
def WS_SCM = ".scm"
pipeline {
agent { label "k8s" }
agent { label "kube0" }
parameters {
string(

Loading…
Cancel
Save