Skip to content

Commit be3e1b1

Browse files
committed
bump versions
1 parent 249bf5d commit be3e1b1

File tree

4 files changed

+12
-12
lines changed

4 files changed

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

build/tools/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM docker.io/library/alpine:3.12
1+
FROM docker.io/library/alpine:3.14
22

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

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.13.1
4-
appVersion: 1.22.2
3+
version: 0.13.2
4+
appVersion: 1.22.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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ apiServer:
108108
enabled: true
109109
image:
110110
repository: k8s.gcr.io/kube-apiserver
111-
tag: v1.22.2
111+
tag: v1.22.3
112112
pullPolicy: IfNotPresent
113113
pullSecrets: []
114114
replicaCount: 2
@@ -157,7 +157,7 @@ controllerManager:
157157
enabled: true
158158
image:
159159
repository: k8s.gcr.io/kube-controller-manager
160-
tag: v1.22.2
160+
tag: v1.22.3
161161
pullPolicy: IfNotPresent
162162
pullSecrets: []
163163
replicaCount: 2
@@ -197,7 +197,7 @@ scheduler:
197197
enabled: true
198198
image:
199199
repository: k8s.gcr.io/kube-scheduler
200-
tag: v1.22.2
200+
tag: v1.22.3
201201
pullPolicy: IfNotPresent
202202
pullSecrets: []
203203
replicaCount: 2
@@ -237,7 +237,7 @@ admin:
237237
enabled: true
238238
image:
239239
repository: ghcr.io/kvaps/kubernetes-tools
240-
tag: v0.13.1
240+
tag: v0.13.2
241241
pullPolicy: IfNotPresent
242242
pullSecrets: []
243243
replicaCount: 1
@@ -276,7 +276,7 @@ coredns:
276276
enabled: true
277277
image:
278278
repository: coredns/coredns
279-
tag: 1.8.4
279+
tag: 1.8.6
280280
pullPolicy: IfNotPresent
281281
pullSecrets: []
282282
replicaCount: 2
@@ -296,7 +296,7 @@ konnectivityServer:
296296
mode: GRPC
297297
image:
298298
repository: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-server
299-
tag: v0.0.22
299+
tag: v0.0.24
300300
pullPolicy: IfNotPresent
301301
pullSecrets: []
302302
replicaCount: 2
@@ -347,7 +347,7 @@ konnectivityAgent:
347347
enabled: false
348348
image:
349349
repository: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent
350-
tag: v0.0.22
350+
tag: v0.0.24
351351
pullPolicy: IfNotPresent
352352
pullSecrets: []
353353
replicaCount: 2

0 commit comments

Comments
 (0)