Skip to content

Commit b19ecf9

Browse files
committed
chore: pin helm version until skaffold break fixed
Signed-off-by: Simon Emms <simon@simonemms.com>
1 parent aee085d commit b19ecf9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

images/full/.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"image": "ghcr.io/mrsimonemms/devcontainers/base",
44
"features": {
55
"ghcr.io/devcontainers/features/go:1": {},
6-
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {},
6+
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
7+
"helm": "v4.1.3"
8+
},
79
"ghcr.io/devcontainers-extra/features/kubectx-kubens:1": {},
810
"ghcr.io/rio/features/k9s:1": {},
911
"ghcr.io/devcontainers/features/node:1": {},

0 commit comments

Comments
 (0)