File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
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.11 .0 \
29
+ helm install foo kvaps/kubernetes --version 0.12 .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
FROM docker.io/library/alpine:3.12
2
2
3
3
RUN apk add --no-cache openssl
4
- ARG VERSION=v1.20.5
4
+ ARG VERSION=v1.21.3
5
5
RUN wget "https://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/linux/amd64/kubectl" \
6
6
-O /usr/local/bin/kubectl \
7
7
&& chmod +x /usr/local/bin/kubectl
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.11 .0
4
- appVersion : 1.21.1
3
+ version : 0.12 .0
4
+ appVersion : 1.21.3
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 @@ -106,7 +106,7 @@ apiServer:
106
106
enabled : true
107
107
image :
108
108
repository : k8s.gcr.io/kube-apiserver
109
- tag : v1.21.1
109
+ tag : v1.21.3
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.21.1
158
+ tag : v1.21.3
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.21.1
198
+ tag : v1.21.3
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.11 .0
238
+ tag : v0.12 .0
239
239
pullPolicy : IfNotPresent
240
240
pullSecrets : []
241
241
replicaCount : 1
@@ -274,7 +274,7 @@ coredns:
274
274
enabled : true
275
275
image :
276
276
repository : coredns/coredns
277
- tag : 1.8.3
277
+ tag : 1.8.4
278
278
pullPolicy : IfNotPresent
279
279
pullSecrets : []
280
280
replicaCount : 2
@@ -294,7 +294,7 @@ konnectivityServer:
294
294
mode : GRPC
295
295
image :
296
296
repository : us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-server
297
- tag : v0.0.20
297
+ tag : v0.0.21
298
298
pullPolicy : IfNotPresent
299
299
pullSecrets : []
300
300
replicaCount : 2
@@ -345,7 +345,7 @@ konnectivityAgent:
345
345
enabled : false
346
346
image :
347
347
repository : us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent
348
- tag : v0.0.20
348
+ tag : v0.0.21
349
349
pullPolicy : IfNotPresent
350
350
pullSecrets : []
351
351
replicaCount : 2
You can’t perform that action at this time.
0 commit comments