File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Deploy Kubernetes in Kubernetes using Helm
26
26
27
27
``` bash
28
28
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 \
30
30
--namespace foo \
31
31
--create-namespace \
32
32
--set persistence.storageClassName=local-path
Original file line number Diff line number Diff line change 1
1
name : kubernetes
2
2
description : Production-Grade Container Scheduling and Management
3
- version : 0.13.3
3
+ version : 0.13.4
4
4
appVersion : 1.22.4
5
5
icon : https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Kubernetes_logo_without_workmark.svg/723px-Kubernetes_logo_without_workmark.svg.png
6
6
keywords :
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ admin:
237
237
enabled : true
238
238
image :
239
239
repository : ghcr.io/kvaps/kubernetes-tools
240
- tag : v0.13.3
240
+ tag : v0.13.4
241
241
pullPolicy : IfNotPresent
242
242
pullSecrets : []
243
243
replicaCount : 1
You can’t perform that action at this time.
0 commit comments