diff options
author | Daniel Braun <daniel.braun@outlook.co.il> | 2022-10-19 18:56:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:56:52 +0300 |
commit | 40206f4774cefb85574a3ce71c9ee775d950f308 (patch) | |
tree | f427ba90eae1be3661bceeb11f652c1d6e2409bc /src/kubectl-helm-minikube | |
parent | aad4e3a7afc9fee573b6908d70209a6606ccd102 (diff) |
Update devcontainer-feature.json (#230)
* Update devcontainer-feature.json
Minor typo fix
* Update devcontainer-feature.json
Co-authored-by: Josh Spicer <josh@joshspicer.com>
Diffstat (limited to 'src/kubectl-helm-minikube')
-rw-r--r-- | src/kubectl-helm-minikube/devcontainer-feature.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kubectl-helm-minikube/devcontainer-feature.json b/src/kubectl-helm-minikube/devcontainer-feature.json index a1fabef..9443e43 100644 --- a/src/kubectl-helm-minikube/devcontainer-feature.json +++ b/src/kubectl-helm-minikube/devcontainer-feature.json @@ -1,7 +1,7 @@ { "id": "kubectl-helm-minikube", - "version": "1.0.5", - "name": "Kubectl, Helm, and Minkube", + "version": "1.0.6", + "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.", "options": { |