Skip to content

Commit 51c1bf9

Browse files
committed
kubernetes version bump v1.20.5 / v0.10.0
1 parent 32377e6 commit 51c1bf9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Deploy Kubernetes in Kubernetes using Helm
2626

2727
```bash
2828
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 \
3030
--namespace foo \
3131
--create-namespace \
3232
--set persistence.storageClassName=local-path

build/tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM docker.io/library/alpine:3.12
22

33
RUN apk add --no-cache openssl
4-
ARG VERSION=v1.20.2
4+
ARG VERSION=v1.20.5
55
RUN 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

deploy/helm/kubernetes/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: kubernetes
22
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
55
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Kubernetes_logo_without_workmark.svg/723px-Kubernetes_logo_without_workmark.svg.png
66
keywords:
77
- kubernetes

deploy/helm/kubernetes/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)