aboutsummaryrefslogtreecommitdiff
path: root/src/kubectl-helm-minikube/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/kubectl-helm-minikube/devcontainer-feature.json')
-rw-r--r--src/kubectl-helm-minikube/devcontainer-feature.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/kubectl-helm-minikube/devcontainer-feature.json b/src/kubectl-helm-minikube/devcontainer-feature.json
index 78e90d9..9229a96 100644
--- a/src/kubectl-helm-minikube/devcontainer-feature.json
+++ b/src/kubectl-helm-minikube/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "kubectl-helm-minikube",
- "version": "1.1.3",
+ "version": "1.1.4",
"name": "Kubectl, Helm, and Minikube",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/kubectl-helm-minikube",
"description": "Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects latest versions and installs needed dependencies.",
@@ -12,7 +12,8 @@
"none",
"1.23",
"1.22",
- "1.21"
+ "1.21",
+ "none"
],
"default": "latest",
"description": "Select or enter a Kubernetes version to install"
@@ -20,7 +21,8 @@
"helm": {
"type": "string",
"proposals": [
- "latest"
+ "latest",
+ "none"
],
"default": "latest",
"description": "Select or enter a Helm version to install"
@@ -28,7 +30,8 @@
"minikube": {
"type": "string",
"proposals": [
- "latest"
+ "latest",
+ "none"
],
"default": "latest",
"description": "Select or enter a Minikube version to install"