File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
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.9.2 \
29
+ helm install foo kvaps/kubernetes --version 0.10.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.2
4
+ ARG VERSION=v1.20.5
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.9.2
4
- appVersion : v1 .20.2
3
+ version : 0.10.0
4
+ appVersion : 1 .20.5
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 @@ -66,7 +66,7 @@ apiServer:
66
66
enabled : true
67
67
image :
68
68
repository : k8s.gcr.io/kube-apiserver
69
- tag : v1.20.2
69
+ tag : v1.20.5
70
70
pullPolicy : IfNotPresent
71
71
pullSecrets : []
72
72
replicaCount : 2
@@ -115,7 +115,7 @@ controllerManager:
115
115
enabled : true
116
116
image :
117
117
repository : k8s.gcr.io/kube-controller-manager
118
- tag : v1.20.2
118
+ tag : v1.20.5
119
119
pullPolicy : IfNotPresent
120
120
pullSecrets : []
121
121
replicaCount : 2
@@ -155,7 +155,7 @@ scheduler:
155
155
enabled : true
156
156
image :
157
157
repository : k8s.gcr.io/kube-scheduler
158
- tag : v1.20.2
158
+ tag : v1.20.5
159
159
pullPolicy : IfNotPresent
160
160
pullSecrets : []
161
161
replicaCount : 2
You can’t perform that action at this time.
0 commit comments