File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
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.13.1 \
29
+ helm install foo kvaps/kubernetes --version 0.13.2 \
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
- FROM docker.io/library/alpine:3.12
1
+ FROM docker.io/library/alpine:3.14
2
2
3
3
RUN apk add --no-cache openssl
4
- ARG VERSION=v1.22.2
4
+ ARG VERSION=v1.22.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.13.1
4
- appVersion : 1.22.2
3
+ version : 0.13.2
4
+ appVersion : 1.22.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 @@ -108,7 +108,7 @@ apiServer:
108
108
enabled : true
109
109
image :
110
110
repository : k8s.gcr.io/kube-apiserver
111
- tag : v1.22.2
111
+ tag : v1.22.3
112
112
pullPolicy : IfNotPresent
113
113
pullSecrets : []
114
114
replicaCount : 2
@@ -157,7 +157,7 @@ controllerManager:
157
157
enabled : true
158
158
image :
159
159
repository : k8s.gcr.io/kube-controller-manager
160
- tag : v1.22.2
160
+ tag : v1.22.3
161
161
pullPolicy : IfNotPresent
162
162
pullSecrets : []
163
163
replicaCount : 2
@@ -197,7 +197,7 @@ scheduler:
197
197
enabled : true
198
198
image :
199
199
repository : k8s.gcr.io/kube-scheduler
200
- tag : v1.22.2
200
+ tag : v1.22.3
201
201
pullPolicy : IfNotPresent
202
202
pullSecrets : []
203
203
replicaCount : 2
@@ -237,7 +237,7 @@ admin:
237
237
enabled : true
238
238
image :
239
239
repository : ghcr.io/kvaps/kubernetes-tools
240
- tag : v0.13.1
240
+ tag : v0.13.2
241
241
pullPolicy : IfNotPresent
242
242
pullSecrets : []
243
243
replicaCount : 1
@@ -276,7 +276,7 @@ coredns:
276
276
enabled : true
277
277
image :
278
278
repository : coredns/coredns
279
- tag : 1.8.4
279
+ tag : 1.8.6
280
280
pullPolicy : IfNotPresent
281
281
pullSecrets : []
282
282
replicaCount : 2
@@ -296,7 +296,7 @@ konnectivityServer:
296
296
mode : GRPC
297
297
image :
298
298
repository : us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-server
299
- tag : v0.0.22
299
+ tag : v0.0.24
300
300
pullPolicy : IfNotPresent
301
301
pullSecrets : []
302
302
replicaCount : 2
@@ -347,7 +347,7 @@ konnectivityAgent:
347
347
enabled : false
348
348
image :
349
349
repository : us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent
350
- tag : v0.0.22
350
+ tag : v0.0.24
351
351
pullPolicy : IfNotPresent
352
352
pullSecrets : []
353
353
replicaCount : 2
You can’t perform that action at this time.
0 commit comments