Skip to content

Commit 0393e49

Browse files
committed
bump version v0.13.4
1 parent 224a65c commit 0393e49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Deploy Kubernetes in Kubernetes using Helm
2626

2727
```bash
2828
helm repo add kvaps https://kvaps.github.io/charts
29-
helm install foo kvaps/kubernetes --version 0.13.3 \
29+
helm install foo kvaps/kubernetes --version 0.13.4 \
3030
--namespace foo \
3131
--create-namespace \
3232
--set persistence.storageClassName=local-path

deploy/helm/kubernetes/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: kubernetes
22
description: Production-Grade Container Scheduling and Management
3-
version: 0.13.3
3+
version: 0.13.4
44
appVersion: 1.22.4
55
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Kubernetes_logo_without_workmark.svg/723px-Kubernetes_logo_without_workmark.svg.png
66
keywords:

deploy/helm/kubernetes/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ admin:
237237
enabled: true
238238
image:
239239
repository: ghcr.io/kvaps/kubernetes-tools
240-
tag: v0.13.3
240+
tag: v0.13.4
241241
pullPolicy: IfNotPresent
242242
pullSecrets: []
243243
replicaCount: 1

0 commit comments

Comments
 (0)