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
2626
2727``` bash
2828helm 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 \
3030 --namespace foo \
3131 --create-namespace \
3232 --set persistence.storageClassName=local-path
Original file line number Diff line number Diff line change 11FROM docker.io/library/alpine:3.12
22
33RUN apk add --no-cache openssl
4- ARG VERSION=v1.20.2
4+ ARG VERSION=v1.20.5
55RUN wget "https://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/linux/amd64/kubectl" \
66 -O /usr/local/bin/kubectl \
77 && chmod +x /usr/local/bin/kubectl
Original file line number Diff line number Diff line change 11name : kubernetes
22description : 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
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 @@ -66,7 +66,7 @@ apiServer:
6666 enabled : true
6767 image :
6868 repository : k8s.gcr.io/kube-apiserver
69- tag : v1.20.2
69+ tag : v1.20.5
7070 pullPolicy : IfNotPresent
7171 pullSecrets : []
7272 replicaCount : 2
@@ -115,7 +115,7 @@ controllerManager:
115115 enabled : true
116116 image :
117117 repository : k8s.gcr.io/kube-controller-manager
118- tag : v1.20.2
118+ tag : v1.20.5
119119 pullPolicy : IfNotPresent
120120 pullSecrets : []
121121 replicaCount : 2
@@ -155,7 +155,7 @@ scheduler:
155155 enabled : true
156156 image :
157157 repository : k8s.gcr.io/kube-scheduler
158- tag : v1.20.2
158+ tag : v1.20.5
159159 pullPolicy : IfNotPresent
160160 pullSecrets : []
161161 replicaCount : 2
You can’t perform that action at this time.
0 commit comments