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
26
26
27
27
``` bash
28
28
helm 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 \
30
30
--namespace foo \
31
31
--create-namespace \
32
32
--set persistence.storageClassName=local-path
Original file line number Diff line number Diff line change 1
1
name : kubernetes
2
2
description : 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
5
5
icon : https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Kubernetes_logo_without_workmark.svg/723px-Kubernetes_logo_without_workmark.svg.png
6
6
keywords :
7
7
- kubernetes
Original file line number Diff line number Diff line change 25
25
enabled : true
26
26
image :
27
27
repository : k8s.gcr.io/etcd
28
- tag : 3.4.13-0
28
+ tag : 3.4.13-3
29
29
pullPolicy : IfNotPresent
30
30
pullSecrets : []
31
31
replicaCount : 3
@@ -106,7 +106,7 @@ apiServer:
106
106
enabled : true
107
107
image :
108
108
repository : k8s.gcr.io/kube-apiserver
109
- tag : v1.20.5
109
+ tag : v1.21.1
110
110
pullPolicy : IfNotPresent
111
111
pullSecrets : []
112
112
replicaCount : 2
@@ -155,7 +155,7 @@ controllerManager:
155
155
enabled : true
156
156
image :
157
157
repository : k8s.gcr.io/kube-controller-manager
158
- tag : v1.20.5
158
+ tag : v1.21.1
159
159
pullPolicy : IfNotPresent
160
160
pullSecrets : []
161
161
replicaCount : 2
@@ -195,7 +195,7 @@ scheduler:
195
195
enabled : true
196
196
image :
197
197
repository : k8s.gcr.io/kube-scheduler
198
- tag : v1.20.5
198
+ tag : v1.21.1
199
199
pullPolicy : IfNotPresent
200
200
pullSecrets : []
201
201
replicaCount : 2
@@ -235,7 +235,7 @@ admin:
235
235
enabled : true
236
236
image :
237
237
repository : ghcr.io/kvaps/kubernetes-tools
238
- tag : v0.9.2
238
+ tag : v0.11.0
239
239
pullPolicy : IfNotPresent
240
240
pullSecrets : []
241
241
replicaCount : 1
@@ -289,7 +289,7 @@ konnectivityServer:
289
289
enabled : false
290
290
image :
291
291
repository : us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-server
292
- tag : v0.0.14
292
+ tag : v0.0.20
293
293
pullPolicy : IfNotPresent
294
294
pullSecrets : []
295
295
replicaCount : 2
@@ -340,7 +340,7 @@ konnectivityAgent:
340
340
enabled : false
341
341
image :
342
342
repository : us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent
343
- tag : v0.0.14
343
+ tag : v0.0.20
344
344
pullPolicy : IfNotPresent
345
345
pullSecrets : []
346
346
replicaCount : 2
You can’t perform that action at this time.
0 commit comments