From 24900e0048ba36f3789e5812bf4a68de452e6d73 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 20 Nov 2024 23:09:50 +0100 Subject: [PATCH] fix(forgejo-runner): update appVersion --- forgejo-runner/Chart.yaml | 4 ++-- forgejo-runner/_docs.gotmpl | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/forgejo-runner/Chart.yaml b/forgejo-runner/Chart.yaml index cb24bdc..4021236 100644 --- a/forgejo-runner/Chart.yaml +++ b/forgejo-runner/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: forgejo-runner description: Deploy runner for an forgejo instance (default codeberg.org) type: application -version: "0.4.0" +version: "0.4.1" # renovate: image=code.forgejo.org/forgejo/runner -appVersion: "5.0.0" +appVersion: "5.0.1" maintainers: - name: WrenIX url: https://wrenix.eu diff --git a/forgejo-runner/_docs.gotmpl b/forgejo-runner/_docs.gotmpl index 87225e0..7df525c 100644 --- a/forgejo-runner/_docs.gotmpl +++ b/forgejo-runner/_docs.gotmpl @@ -1,11 +1,15 @@ {{ define "chart.prerequirements" -}} -== Accessing docker socket inside job containers +{{< callout type="warning" >}} +Me, wrenix, switch to woodpecker and maybe does not test every change. +{{< /callout >}} + +## Accessing docker socket inside job containers To access the docker socket inside the job containers, the following example values may be used (see `values-dind-bypass.yaml`): -[source,yaml] ----- +``` yaml {filename="values.yaml"} {{ .Files.Get "values-dind-bypass.yaml" }} ----- +``` + {{ end }}