Browse Source

Merge pull request #4059 from chadswen/helm-version-bump

Update helm version for security and stablity fixes
pull/4075/head
Chad Swenson 5 years ago
committed by GitHub
parent
commit
f2ecda6f0f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/download/defaults/main.yml

2
roles/download/defaults/main.yml

@ -212,7 +212,7 @@ test_image_repo: busybox
test_image_tag: latest
busybox_image_repo: busybox
busybox_image_tag: 1.29.2
helm_version: "v2.11.0"
helm_version: "v2.12.2"
helm_image_repo: "lachlanevenson/k8s-helm"
helm_image_tag: "{{ helm_version }}"
tiller_image_repo: "gcr.io/kubernetes-helm/tiller"

Loading…
Cancel
Save