File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
2626
2727``` bash
2828helm repo add kvaps https://kvaps.github.io/charts
29- helm install foo kvaps/kubernetes --version 0.9.1 \
29+ helm install foo kvaps/kubernetes --version 0.9.2 \
3030 --namespace foo \
3131 --create-namespace \
3232 --set persistence.storageClassName=local-path
Original file line number Diff line number Diff line change 11name : kubernetes
22description : Production-Grade Container Scheduling and Management
3- version : 0.9.1
3+ version : 0.9.2
44appVersion : v1.20.2
55icon : https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Kubernetes_logo_without_workmark.svg/723px-Kubernetes_logo_without_workmark.svg.png
66keywords :
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ admin:
187187 enabled : true
188188 image :
189189 repository : ghcr.io/kvaps/kubernetes-tools
190- tag : v0.9.0
190+ tag : v0.9.2
191191 pullPolicy : IfNotPresent
192192 pullSecrets : []
193193 replicaCount : 1
You can’t perform that action at this time.
0 commit comments