diff --git a/README.md b/README.md index b722783..3621912 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build/tools/Dockerfile b/build/tools/Dockerfile index ec04fe2..02f0df5 100644 --- a/build/tools/Dockerfile +++ b/build/tools/Dockerfile @@ -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 diff --git a/deploy/helm/kubernetes/Chart.yaml b/deploy/helm/kubernetes/Chart.yaml index 364ac94..7ea89d0 100644 --- a/deploy/helm/kubernetes/Chart.yaml +++ b/deploy/helm/kubernetes/Chart.yaml @@ -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 diff --git a/deploy/helm/kubernetes/values.yaml b/deploy/helm/kubernetes/values.yaml index a8cbd45..69c0161 100644 --- a/deploy/helm/kubernetes/values.yaml +++ b/deploy/helm/kubernetes/values.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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