From 0409e92a8cfb876772b27fac01153120ec200611 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sun, 2 Mar 2025 21:39:05 +0100 Subject: [PATCH] fix(forgejo-runner): updates of dependencies --- forgejo-runner/Chart.yaml | 2 +- forgejo-runner/README.md | 4 ++-- forgejo-runner/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/forgejo-runner/Chart.yaml b/forgejo-runner/Chart.yaml index 553b8f1..b0ac765 100644 --- a/forgejo-runner/Chart.yaml +++ b/forgejo-runner/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: forgejo-runner description: Deploy runner for an forgejo instance (default codeberg.org) type: application -version: "0.4.18" +version: "0.4.19" # renovate: image=code.forgejo.org/forgejo/runner appVersion: "6.2.2" maintainers: diff --git a/forgejo-runner/README.md b/forgejo-runner/README.md index 7df1939..7b32274 100644 --- a/forgejo-runner/README.md +++ b/forgejo-runner/README.md @@ -7,7 +7,7 @@ description: "Deploy runner for an forgejo instance (default codeberg.org)" # forgejo-runner -![Version: 0.4.18](https://img.shields.io/badge/Version-0.4.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.2](https://img.shields.io/badge/AppVersion-6.2.2-informational?style=flat-square) +![Version: 0.4.19](https://img.shields.io/badge/Version-0.4.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.2](https://img.shields.io/badge/AppVersion-6.2.2-informational?style=flat-square) Deploy runner for an forgejo instance (default codeberg.org) @@ -83,7 +83,7 @@ helm uninstall forgejo-runner-release | dind.image.pullPolicy | string | `"IfNotPresent"` | This sets the pull policy for images. (could be overwritten by global.image.pullPolicy) | | dind.image.registry | string | `"docker.io"` | image registry (could be overwritten by global.image.registry) | | dind.image.repository | string | `"library/docker"` | image repository | -| dind.image.tag | string | `"28.0.0-dind"` | image tag | +| dind.image.tag | string | `"28.0.1-dind"` | image tag | | dind.resources | object | `{}` | We usually recommend not to specify default resources and to leave this as a conscious choice for the user. This also increases chances charts run on environments with little resources, such as Minikube. If you do want to specify resources, uncomment the following lines, adjust them as necessary, and remove the curly braces after 'resources:'. limits: cpu: 100m memory: 128Mi requests: cpu: 100m memory: 128Mi | ### Configuration yaml of runner (see: https://code.forgejo.org/forgejo/runner/src/branch/main/internal/pkg/config/config.example.yaml) diff --git a/forgejo-runner/values.yaml b/forgejo-runner/values.yaml index 85c3365..1b44b06 100644 --- a/forgejo-runner/values.yaml +++ b/forgejo-runner/values.yaml @@ -160,7 +160,7 @@ dind: pullPolicy: IfNotPresent # -- image tag # @section -- Docker in Docker - tag: 28.0.0-dind + tag: 28.0.1-dind # -- We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following