Skip to content

Commit 324a4bf

Browse files
committed
feat!: upgrade devcontainer infra versions
1 parent 055ee7f commit 324a4bf

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
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": {

deploy/helmfile.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ repositories:
77
environments:
88
local:
99
values:
10-
- environments/{{ .Environment.Name }}/values.yaml.gotmpl
10+
- environments/local/values.yaml.gotmpl
1111

1212
helmDefaults:
1313
timeout: 600
14-
14+
15+
---
16+
1517
releases:
1618
- name: ingress-nginx
1719
labels:

0 commit comments

Comments
 (0)