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
26
26
27
27
``` bash
28
28
helm 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 \
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.19.1
4
+ ARG VERSION=v1.19.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.6.1
4
- appVersion : 1.19.0
3
+ version : 0.7.0
4
+ appVersion : 1.19.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 @@ -64,7 +64,7 @@ apiServer:
64
64
enabled : true
65
65
image :
66
66
repository : k8s.gcr.io/kube-apiserver
67
- tag : v1.19.1
67
+ tag : v1.19.3
68
68
PullPolicy : IfNotPresent
69
69
PullSecrets : []
70
70
replicaCount : 2
@@ -111,7 +111,7 @@ controllerManager:
111
111
enabled : true
112
112
image :
113
113
repository : k8s.gcr.io/kube-controller-manager
114
- tag : v1.19.1
114
+ tag : v1.19.3
115
115
PullPolicy : IfNotPresent
116
116
PullSecrets : []
117
117
replicaCount : 2
@@ -149,7 +149,7 @@ scheduler:
149
149
enabled : true
150
150
image :
151
151
repository : k8s.gcr.io/kube-scheduler
152
- tag : v1.19.1
152
+ tag : v1.19.3
153
153
PullPolicy : IfNotPresent
154
154
PullSecrets : []
155
155
replicaCount : 2
@@ -187,7 +187,7 @@ admin:
187
187
enabled : true
188
188
image :
189
189
repository : docker.io/kvaps/kubernetes-tools
190
- tag : v1.19.1
190
+ tag : v1.19.3
191
191
PullPolicy : IfNotPresent
192
192
PullSecrets : []
193
193
replicaCount : 1
You can’t perform that action at this time.
0 commit comments