Skip to content

Commit

Permalink
Merge pull request #8174 from govargo/bump-helm-2.16.7
Browse files Browse the repository at this point in the history
Bump helm-tiller 2.16.7 and promote tiller ClusterRoleBinding to v1
  • Loading branch information
medyagh authored May 18, 2020
2 parents 34b3954 + 5bb83a2 commit c1e108e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/addons/helm-tiller/helm-tiller-dp.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
value: kube-system
- name: TILLER_HISTORY_MAX
value: "0"
image: gcr.io/kubernetes-helm/tiller:v2.16.3
image: gcr.io/kubernetes-helm/tiller:v2.16.7
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion deploy/addons/helm-tiller/helm-tiller-rbac.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
kubernetes.io/minikube-addons: helm
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: tiller-clusterrolebinding
labels:
Expand Down

0 comments on commit c1e108e

Please sign in to comment.