File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Deploy Kubernetes in Kubernetes using Helm
2626
2727``` bash
2828helm repo add kvaps https://kvaps.github.io/charts
29- helm install foo kvaps/kubernetes --version 0.10.1 \
29+ helm install foo kvaps/kubernetes --version 0.11.0 \
3030 --namespace foo \
3131 --create-namespace \
3232 --set persistence.storageClassName=local-path
Original file line number Diff line number Diff line change 11name : kubernetes
22description : Production-Grade Container Scheduling and Management
3- version : 0.10.1
4- appVersion : 1.20.5
3+ version : 0.11.0
4+ appVersion : 1.21.1
55icon : https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Kubernetes_logo_without_workmark.svg/723px-Kubernetes_logo_without_workmark.svg.png
66keywords :
77 - kubernetes
Original file line number Diff line number Diff line change 2525 enabled : true
2626 image :
2727 repository : k8s.gcr.io/etcd
28- tag : 3.4.13-0
28+ tag : 3.4.13-3
2929 pullPolicy : IfNotPresent
3030 pullSecrets : []
3131 replicaCount : 3
@@ -106,7 +106,7 @@ apiServer:
106106 enabled : true
107107 image :
108108 repository : k8s.gcr.io/kube-apiserver
109- tag : v1.20.5
109+ tag : v1.21.1
110110 pullPolicy : IfNotPresent
111111 pullSecrets : []
112112 replicaCount : 2
@@ -155,7 +155,7 @@ controllerManager:
155155 enabled : true
156156 image :
157157 repository : k8s.gcr.io/kube-controller-manager
158- tag : v1.20.5
158+ tag : v1.21.1
159159 pullPolicy : IfNotPresent
160160 pullSecrets : []
161161 replicaCount : 2
@@ -195,7 +195,7 @@ scheduler:
195195 enabled : true
196196 image :
197197 repository : k8s.gcr.io/kube-scheduler
198- tag : v1.20.5
198+ tag : v1.21.1
199199 pullPolicy : IfNotPresent
200200 pullSecrets : []
201201 replicaCount : 2
@@ -235,7 +235,7 @@ admin:
235235 enabled : true
236236 image :
237237 repository : ghcr.io/kvaps/kubernetes-tools
238- tag : v0.9.2
238+ tag : v0.11.0
239239 pullPolicy : IfNotPresent
240240 pullSecrets : []
241241 replicaCount : 1
@@ -289,7 +289,7 @@ konnectivityServer:
289289 enabled : false
290290 image :
291291 repository : us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-server
292- tag : v0.0.14
292+ tag : v0.0.20
293293 pullPolicy : IfNotPresent
294294 pullSecrets : []
295295 replicaCount : 2
@@ -340,7 +340,7 @@ konnectivityAgent:
340340 enabled : false
341341 image :
342342 repository : us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent
343- tag : v0.0.14
343+ tag : v0.0.20
344344 pullPolicy : IfNotPresent
345345 pullSecrets : []
346346 replicaCount : 2
You can’t perform that action at this time.
0 commit comments