Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Nov 6, 2020
1 parent ecda0a3 commit f999696
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Deploy Kubernetes in Kubernetes using Helm

```bash
helm repo add kvaps https://kvaps.github.io/charts
helm install foo kvaps/kubernetes --version 0.6.1 \
helm install foo kvaps/kubernetes --version 0.7.0 \
--namespace foo \
--create-namespace \
--set persistence.storageClassName=local-path
Expand Down
2 changes: 1 addition & 1 deletion build/tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker.io/library/alpine:3.12

RUN apk add --no-cache openssl
ARG VERSION=v1.19.1
ARG VERSION=v1.19.3
RUN wget "https://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/linux/amd64/kubectl" \
-O /usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kubernetes
description: Production-Grade Container Scheduling and Management
version: 0.6.1
appVersion: 1.19.0
version: 0.7.0
appVersion: 1.19.3
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Kubernetes_logo_without_workmark.svg/723px-Kubernetes_logo_without_workmark.svg.png
keywords:
- kubernetes
Expand Down
8 changes: 4 additions & 4 deletions deploy/helm/kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ apiServer:
enabled: true
image:
repository: k8s.gcr.io/kube-apiserver
tag: v1.19.1
tag: v1.19.3
PullPolicy: IfNotPresent
PullSecrets: []
replicaCount: 2
Expand Down Expand Up @@ -111,7 +111,7 @@ controllerManager:
enabled: true
image:
repository: k8s.gcr.io/kube-controller-manager
tag: v1.19.1
tag: v1.19.3
PullPolicy: IfNotPresent
PullSecrets: []
replicaCount: 2
Expand Down Expand Up @@ -149,7 +149,7 @@ scheduler:
enabled: true
image:
repository: k8s.gcr.io/kube-scheduler
tag: v1.19.1
tag: v1.19.3
PullPolicy: IfNotPresent
PullSecrets: []
replicaCount: 2
Expand Down Expand Up @@ -187,7 +187,7 @@ admin:
enabled: true
image:
repository: docker.io/kvaps/kubernetes-tools
tag: v1.19.1
tag: v1.19.3
PullPolicy: IfNotPresent
PullSecrets: []
replicaCount: 1
Expand Down

0 comments on commit f999696

Please sign in to comment.