Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Jun 14, 2021
1 parent 589a010 commit 376c648
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.10.1 \
helm install foo kvaps/kubernetes --version 0.11.0 \
--namespace foo \
--create-namespace \
--set persistence.storageClassName=local-path
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.10.1
appVersion: 1.20.5
version: 0.11.0
appVersion: 1.21.1
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 @@ -25,7 +25,7 @@ etcd:
enabled: true
image:
repository: k8s.gcr.io/etcd
tag: 3.4.13-0
tag: 3.4.13-3
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 3
Expand Down Expand Up @@ -106,7 +106,7 @@ apiServer:
enabled: true
image:
repository: k8s.gcr.io/kube-apiserver
tag: v1.20.5
tag: v1.21.1
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.20.5
tag: v1.21.1
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.20.5
tag: v1.21.1
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.9.2
tag: v0.11.0
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down Expand Up @@ -289,7 +289,7 @@ konnectivityServer:
enabled: false
image:
repository: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-server
tag: v0.0.14
tag: v0.0.20
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 2
Expand Down Expand Up @@ -340,7 +340,7 @@ konnectivityAgent:
enabled: false
image:
repository: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent
tag: v0.0.14
tag: v0.0.20
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 2
Expand Down

0 comments on commit 376c648

Please sign in to comment.