From 16c4e7e69bbf2e0d20765a6e88754c655b5436df Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Wed, 1 Apr 2026 20:04:26 +0000 Subject: [PATCH] chore: bump dind (#98) This is a PR to try and bump dind. Awaiting testing and functionality. Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/98 Reviewed-by: ChristopherHX <38043+christopherhx@noreply.gitea.com> Co-authored-by: Daan Selen Co-committed-by: Daan Selen --- README.md | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c519bd2..66952b3 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ You should be good to go! | `statefulset.dind.registry` | image registry, e.g. gcr.io,docker.io | `docker.io` | | `statefulset.actRunner.extraEnvs` | Allows adding custom environment variables | `[]` | | `statefulset.dind.repository` | The Docker-in-Docker image | `docker` | -| `statefulset.dind.tag` | The Docker-in-Docker image tag | `28.3.3-dind` | +| `statefulset.dind.tag` | The Docker-in-Docker image tag | `29.3.1-dind` | | `statefulset.dind.digest` | Image digest. Allows to pin the given image tag. Useful for having control over mutable tags like `latest` | `""` | | `statefulset.dind.fullOverride` | Completely overrides the image registry, path/image, tag and digest. | `""` | | `statefulset.dind.pullPolicy` | The Docker-in-Docker pullPolicy | `IfNotPresent` | diff --git a/values.yaml b/values.yaml index ad6a004..198682a 100644 --- a/values.yaml +++ b/values.yaml @@ -82,7 +82,7 @@ statefulset: uid: "" registry: "docker.io" repository: docker - tag: 28.3.3-dind + tag: 29.3.1-dind digest: "" pullPolicy: IfNotPresent fullOverride: ""