From dda9bef16dbecd7e6f2f6ba00efe228bd9dec317 Mon Sep 17 00:00:00 2001 From: DaanSelen <135789+daanselen@noreply.gitea.com> Date: Tue, 31 Mar 2026 07:37:05 +0000 Subject: [PATCH] chore(deps): bump act_runner docker image (#105) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Description of the change ### Benefits ### Possible drawbacks ### Applicable issues - Fixes # ### Additional information ### ⚠ BREAKING ### Checklist - [ ] Parameters are documented in the `values.yaml` and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm) - [ ] Breaking changes are documented in the `README.md` - [ ] Helm templating unittests are added (required when changing anything in `templates` folder) - [ ] Bash unittests are added (required when changing anything in `scripts` folder) - [ ] All added template resources MUST render a namespace in metadata --------- Co-authored-by: DaanSelen Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/105 --- README.md | 4 ++-- values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb31207..f423607 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,13 @@ You should be good to go! | `statefulset.extraVolumes` | Extra volumes for the statefulset | `[]` | | `statefulset.actRunner.registry` | image registry, e.g. gcr.io,docker.io | `docker.gitea.com` | | `statefulset.actRunner.repository` | The Gitea act runner image | `act_runner` | -| `statefulset.actRunner.tag` | The Gitea act runner tag | `0.2.13` | +| `statefulset.actRunner.tag` | The Gitea act runner tag | `0.3.0` | | `statefulset.actRunner.digest` | Image digest. Allows to pin the given image tag. Useful for having control over mutable tags like `latest` | `""` | | `statefulset.actRunner.pullPolicy` | The Gitea act runner pullPolicy | `IfNotPresent` | | `statefulset.actRunner.fullOverride` | Completely overrides the image registry, path/image, tag and digest. | `""` | | `statefulset.actRunner.extraVolumeMounts` | Allows mounting extra volumes in the act runner container | `[]` | | `statefulset.actRunner.config` | Act runner custom configuration. See [Act Runner documentation](https://docs.gitea.com/usage/actions/act-runner#configuration) for details. | `Too complex. See values.yaml` | -| `statefulset.dind.registry` | image registry, e.g. gcr.io,docker.io | `""` | +| `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` | diff --git a/values.yaml b/values.yaml index 6e89f6d..62ef168 100644 --- a/values.yaml +++ b/values.yaml @@ -51,7 +51,7 @@ statefulset: actRunner: registry: "docker.gitea.com" repository: act_runner - tag: 0.2.13 + tag: 0.3.0 digest: "" pullPolicy: IfNotPresent fullOverride: "" @@ -74,7 +74,7 @@ statefulset: docker_timeout: 300s dind: - registry: "" + registry: "docker.io" repository: docker tag: 28.3.3-dind digest: ""