We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa0f28 commit c8e65c1Copy full SHA for c8e65c1
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 1.9.1 \
+helm install foo kvaps/kubernetes --version 0.9.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: 1.9.1
+version: 0.9.1
4
appVersion: v1.20.2
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