fix(forgejo-runner): update appVersion

This commit is contained in:
WrenIX 2024-11-20 23:09:50 +01:00
parent a7b0cfb92c
commit 24900e0048
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
2 changed files with 10 additions and 6 deletions

View file

@ -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

View file

@ -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 }}