We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb9e75 commit a766e02Copy full SHA for a766e02
README.md
@@ -26,7 +26,7 @@ Deploy Kubernetes in Kubernetes using Helm
26
27
```bash
28
helm repo add kvaps https://kvaps.github.io/charts
29
-helm install foo kvaps/kubernetes --version 0.10.0 \
+helm install foo kvaps/kubernetes --version 0.10.1 \
30
--namespace foo \
31
--create-namespace \
32
--set persistence.storageClassName=local-path
deploy/helm/kubernetes/Chart.yaml
@@ -1,6 +1,6 @@
1
name: kubernetes
2
description: Production-Grade Container Scheduling and Management
3
-version: 0.10.0
+version: 0.10.1
4
appVersion: 1.20.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
keywords:
0 commit comments