Skip to content

Commit 3285e86

Browse files
committed
bump versions
1 parent 2b558c9 commit 3285e86

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

+1-1
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.11.0 \
29+
helm install foo kvaps/kubernetes --version 0.12.0 \
3030
--namespace foo \
3131
--create-namespace \
3232
--set persistence.storageClassName=local-path

build/tools/Dockerfile

+1-1
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.5
4+
ARG VERSION=v1.21.3
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

+2-2
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.11.0
4-
appVersion: 1.21.1
3+
version: 0.12.0
4+
appVersion: 1.21.3
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

+7-7
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ apiServer:
106106
enabled: true
107107
image:
108108
repository: k8s.gcr.io/kube-apiserver
109-
tag: v1.21.1
109+
tag: v1.21.3
110110
pullPolicy: IfNotPresent
111111
pullSecrets: []
112112
replicaCount: 2
@@ -155,7 +155,7 @@ controllerManager:
155155
enabled: true
156156
image:
157157
repository: k8s.gcr.io/kube-controller-manager
158-
tag: v1.21.1
158+
tag: v1.21.3
159159
pullPolicy: IfNotPresent
160160
pullSecrets: []
161161
replicaCount: 2
@@ -195,7 +195,7 @@ scheduler:
195195
enabled: true
196196
image:
197197
repository: k8s.gcr.io/kube-scheduler
198-
tag: v1.21.1
198+
tag: v1.21.3
199199
pullPolicy: IfNotPresent
200200
pullSecrets: []
201201
replicaCount: 2
@@ -235,7 +235,7 @@ admin:
235235
enabled: true
236236
image:
237237
repository: ghcr.io/kvaps/kubernetes-tools
238-
tag: v0.11.0
238+
tag: v0.12.0
239239
pullPolicy: IfNotPresent
240240
pullSecrets: []
241241
replicaCount: 1
@@ -274,7 +274,7 @@ coredns:
274274
enabled: true
275275
image:
276276
repository: coredns/coredns
277-
tag: 1.8.3
277+
tag: 1.8.4
278278
pullPolicy: IfNotPresent
279279
pullSecrets: []
280280
replicaCount: 2
@@ -294,7 +294,7 @@ konnectivityServer:
294294
mode: GRPC
295295
image:
296296
repository: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-server
297-
tag: v0.0.20
297+
tag: v0.0.21
298298
pullPolicy: IfNotPresent
299299
pullSecrets: []
300300
replicaCount: 2
@@ -345,7 +345,7 @@ konnectivityAgent:
345345
enabled: false
346346
image:
347347
repository: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent
348-
tag: v0.0.20
348+
tag: v0.0.21
349349
pullPolicy: IfNotPresent
350350
pullSecrets: []
351351
replicaCount: 2

0 commit comments

Comments
 (0)