Skip to content

Commit

Permalink
Bump helm-tiller 2.16.7 and promote ClusterRoleBinding to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
govargo committed May 16, 2020
1 parent 0fd4e79 commit 5bb83a2
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 5bb83a2

Please sign in to comment.