CI: Fix path for helm download 70/98370/1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 9 Nov 2021 00:35:27 +0000 (10:35 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 9 Nov 2021 00:35:27 +0000 (10:35 +1000)
* Add JCasC config require for building helm image

Issue-ID: LF-JIRA RELENG-4032
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: Icd32473c81a1b41f8301f3c4c553b20c60390f1e

jenkins-config/managed-config-files/custom/ansible-cfg/config-params.yaml [new file with mode: 0644]
jenkins-config/managed-config-files/custom/ansible-cfg/content [new file with mode: 0644]
packer/provision/helm.yaml

diff --git a/jenkins-config/managed-config-files/custom/ansible-cfg/config-params.yaml b/jenkins-config/managed-config-files/custom/ansible-cfg/config-params.yaml
new file mode 100644 (file)
index 0000000..d6dcf71
--- /dev/null
@@ -0,0 +1,3 @@
+---
+name: "ansible.cfg"
+comment: "ansible config file"
diff --git a/jenkins-config/managed-config-files/custom/ansible-cfg/content b/jenkins-config/managed-config-files/custom/ansible-cfg/content
new file mode 100644 (file)
index 0000000..040c3d0
--- /dev/null
@@ -0,0 +1,2 @@
+[defaults]
+remote_tmp      = ~/.ansible/tmp
index 7b01c22037d0fb2eebb099afa96170294a2c4007..99dcda9475866694cc312495ce7e7316919a5c29 100644 (file)
@@ -24,7 +24,7 @@
       block:
         - name: "Fetch tar.gz for {{helm_version}}"
           get_url:
-            url: "http://storage.googleapis.com/kubernetes-helm/helm-v{{helm_version}}-linux-amd64.tar.gz"
+            url: "https://get.helm.sh/helm-v{{helm_version}}-linux-amd64.tar.gz"
             dest: "/tmp/helm-v{{helm_version}}-linux-amd64.tar.gz"
         - name: "Unarchive {{helm_version}}"
           unarchive: