From 5bb83a2df8764c0d7f50130756c5c606426e9423 Mon Sep 17 00:00:00 2001 From: Kenta Iso Date: Sat, 16 May 2020 14:49:23 +0900 Subject: [PATCH] Bump helm-tiller 2.16.7 and promote ClusterRoleBinding to v1 --- deploy/addons/helm-tiller/helm-tiller-dp.tmpl | 2 +- deploy/addons/helm-tiller/helm-tiller-rbac.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/addons/helm-tiller/helm-tiller-dp.tmpl b/deploy/addons/helm-tiller/helm-tiller-dp.tmpl index deccc348a3a8..8a481e539a8d 100644 --- a/deploy/addons/helm-tiller/helm-tiller-dp.tmpl +++ b/deploy/addons/helm-tiller/helm-tiller-dp.tmpl @@ -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 diff --git a/deploy/addons/helm-tiller/helm-tiller-rbac.tmpl b/deploy/addons/helm-tiller/helm-tiller-rbac.tmpl index 1cc15e26f4fb..2cde8c492e69 100644 --- a/deploy/addons/helm-tiller/helm-tiller-rbac.tmpl +++ b/deploy/addons/helm-tiller/helm-tiller-rbac.tmpl @@ -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: