File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
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.6.1 \
29+ helm install foo kvaps/kubernetes --version 0.7.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.19.1
4+ ARG VERSION=v1.19.3
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.6.1
4- appVersion : 1.19.0
3+ version : 0.7.0
4+ appVersion : 1.19.3
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 @@ -64,7 +64,7 @@ apiServer:
6464 enabled : true
6565 image :
6666 repository : k8s.gcr.io/kube-apiserver
67- tag : v1.19.1
67+ tag : v1.19.3
6868 PullPolicy : IfNotPresent
6969 PullSecrets : []
7070 replicaCount : 2
@@ -111,7 +111,7 @@ controllerManager:
111111 enabled : true
112112 image :
113113 repository : k8s.gcr.io/kube-controller-manager
114- tag : v1.19.1
114+ tag : v1.19.3
115115 PullPolicy : IfNotPresent
116116 PullSecrets : []
117117 replicaCount : 2
@@ -149,7 +149,7 @@ scheduler:
149149 enabled : true
150150 image :
151151 repository : k8s.gcr.io/kube-scheduler
152- tag : v1.19.1
152+ tag : v1.19.3
153153 PullPolicy : IfNotPresent
154154 PullSecrets : []
155155 replicaCount : 2
@@ -187,7 +187,7 @@ admin:
187187 enabled : true
188188 image :
189189 repository : docker.io/kvaps/kubernetes-tools
190- tag : v1.19.1
190+ tag : v1.19.3
191191 PullPolicy : IfNotPresent
192192 PullSecrets : []
193193 replicaCount : 1
You can’t perform that action at this time.
0 commit comments