Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Update Helm tiller version
Browse files Browse the repository at this point in the history
This isn't the most recent version available (2.14.3). This version has a bug handling null Chart values helm/helm#5184 which is a regression. We use this feature in our Chart, so this is problematic. Fix is already merged into master so it'll be available in the next version
  • Loading branch information
bartr0n committed Aug 20, 2019
1 parent 65d6eff commit 3fc89b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/helm/deployment.yaml
Expand Up @@ -37,7 +37,7 @@ spec:
value: kube-system
- name: TILLER_HISTORY_MAX
value: "0"
image: gcr.io/kubernetes-helm/tiller:v2.13.1
image: gcr.io/kubernetes-helm/tiller:v2.14.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit 3fc89b7

Please sign in to comment.