Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Jul 21, 2021
1 parent 2b558c9 commit 3285e86
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.11.0 \
helm install foo kvaps/kubernetes --version 0.12.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.20.5
ARG VERSION=v1.21.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.11.0
appVersion: 1.21.1
version: 0.12.0
appVersion: 1.21.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
14 changes: 7 additions & 7 deletions deploy/helm/kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ apiServer:
enabled: true
image:
repository: k8s.gcr.io/kube-apiserver
tag: v1.21.1
tag: v1.21.3
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 2
Expand Down Expand Up @@ -155,7 +155,7 @@ controllerManager:
enabled: true
image:
repository: k8s.gcr.io/kube-controller-manager
tag: v1.21.1
tag: v1.21.3
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 2
Expand Down Expand Up @@ -195,7 +195,7 @@ scheduler:
enabled: true
image:
repository: k8s.gcr.io/kube-scheduler
tag: v1.21.1
tag: v1.21.3
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 2
Expand Down Expand Up @@ -235,7 +235,7 @@ admin:
enabled: true
image:
repository: ghcr.io/kvaps/kubernetes-tools
tag: v0.11.0
tag: v0.12.0
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down Expand Up @@ -274,7 +274,7 @@ coredns:
enabled: true
image:
repository: coredns/coredns
tag: 1.8.3
tag: 1.8.4
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 2
Expand All @@ -294,7 +294,7 @@ konnectivityServer:
mode: GRPC
image:
repository: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-server
tag: v0.0.20
tag: v0.0.21
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 2
Expand Down Expand Up @@ -345,7 +345,7 @@ konnectivityAgent:
enabled: false
image:
repository: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent
tag: v0.0.20
tag: v0.0.21
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 2
Expand Down

0 comments on commit 3285e86

Please sign in to comment.