Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Nov 30, 2021
1 parent d4fc3bc commit 755ebc3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.13.2 \
helm install foo kvaps/kubernetes --version 0.13.3 \
--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.14

RUN apk add --no-cache openssl
ARG VERSION=v1.22.3
ARG VERSION=v1.22.4
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.13.2
appVersion: 1.22.3
version: 0.13.3
appVersion: 1.22.4
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
10 changes: 5 additions & 5 deletions deploy/helm/kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ etcd:
enabled: true
image:
repository: k8s.gcr.io/etcd
tag: 3.5.0-0
tag: 3.5.1-0
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 3
Expand Down Expand Up @@ -108,7 +108,7 @@ apiServer:
enabled: true
image:
repository: k8s.gcr.io/kube-apiserver
tag: v1.22.3
tag: v1.22.4
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 2
Expand Down Expand Up @@ -157,7 +157,7 @@ controllerManager:
enabled: true
image:
repository: k8s.gcr.io/kube-controller-manager
tag: v1.22.3
tag: v1.22.4
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 2
Expand Down Expand Up @@ -197,7 +197,7 @@ scheduler:
enabled: true
image:
repository: k8s.gcr.io/kube-scheduler
tag: v1.22.3
tag: v1.22.4
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 2
Expand Down Expand Up @@ -237,7 +237,7 @@ admin:
enabled: true
image:
repository: ghcr.io/kvaps/kubernetes-tools
tag: v0.13.2
tag: v0.13.3
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down

0 comments on commit 755ebc3

Please sign in to comment.