File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33{
44 "name" : " Local Environment in Kubernetes" ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/base:bullseye " ,
7- "onCreateCommand" : " helm plugin install https://github.com/databus23/helm-diff --version=3.9.6 " ,
6+ "image" : " mcr.microsoft.com/devcontainers/base:ubuntu-24.04 " ,
7+ "onCreateCommand" : " helm plugin install https://github.com/databus23/helm-diff --version=3.14.1 --verify=false " ,
88 "features" : {
9- "ghcr.io/devcontainers/features/docker-outside-of-docker:1.4 .5" : {
9+ "ghcr.io/devcontainers/features/docker-outside-of-docker:1.6 .5" : {
1010 "version" : " 29.2.1" ,
1111 "enableNonRootDocker" : " true" ,
1212 "moby" : " true"
1313 },
14- "ghcr.io/devcontainers/features/kubectl-helm-minikube:1.1.9 " : {
14+ "ghcr.io/devcontainers/features/kubectl-helm-minikube:1.2.2 " : {
1515 "version" : " 1.33.1" ,
16- "helm" : " 3.18.3 " ,
16+ "helm" : " 4.0.2 " ,
1717 "minikube" : " none"
1818 },
1919 "ghcr.io/mpriscella/features/kind:1.0.1" : {
20- "version" : " v0.29 .0"
20+ "version" : " v0.30 .0"
2121 },
22- "ghcr.io/schlich/devcontainer- features/helmfile:1.0.0" : {
23- "version" : " v1.1.3 "
22+ "ghcr.io/devcontainers-extra/ features/helmfile:1.0.0" : {
23+ "version" : " v1.2.2 "
2424 },
2525 // to be able to edit yaml files in bash scripts conviniently using yq
2626 "ghcr.io/eitsupi/devcontainer-features/jq-likes:2.1.1" : {
Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ repositories:
77environments :
88 local :
99 values :
10- - environments/{{ .Environment.Name }} /values.yaml.gotmpl
10+ - environments/local /values.yaml.gotmpl
1111
1212helmDefaults :
1313 timeout : 600
14-
14+
15+ ---
16+
1517releases :
1618 - name : ingress-nginx
1719 labels :
You can’t perform that action at this time.
0 commit comments