Skip to content

Commit f999696

Browse files
committed
bump version
1 parent ecda0a3 commit f999696

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.6.1 \
29+
helm install foo kvaps/kubernetes --version 0.7.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.19.1
4+
ARG VERSION=v1.19.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.6.1
4-
appVersion: 1.19.0
3+
version: 0.7.0
4+
appVersion: 1.19.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)