aboutsummaryrefslogtreecommitdiff
path: root/src/kubectl-helm-minikube/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-02-07 22:45:48 +0300
committerGitHub <noreply@github.com>2023-02-07 22:45:48 +0300
commit4a9929f96485061e3778b35848e21d7c3c193480 (patch)
tree7f483a2cacb4aaa431e7bcf1ae0d52c454f1d3f5 /src/kubectl-helm-minikube/devcontainer-feature.json
parent36d7664ebab393f0033bbc25394c67e3aed3efb1 (diff)
kubectl-helm-minikube: Allow none (#442)feature_kubectl-helm-minikube_1.1.4
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"