fix(forgejo-runner): update appVersion
This commit is contained in:
parent
a7b0cfb92c
commit
24900e0048
2 changed files with 10 additions and 6 deletions
|
@ -2,9 +2,9 @@ apiVersion: v2
|
||||||
name: forgejo-runner
|
name: forgejo-runner
|
||||||
description: Deploy runner for an forgejo instance (default codeberg.org)
|
description: Deploy runner for an forgejo instance (default codeberg.org)
|
||||||
type: application
|
type: application
|
||||||
version: "0.4.0"
|
version: "0.4.1"
|
||||||
# renovate: image=code.forgejo.org/forgejo/runner
|
# renovate: image=code.forgejo.org/forgejo/runner
|
||||||
appVersion: "5.0.0"
|
appVersion: "5.0.1"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: WrenIX
|
- name: WrenIX
|
||||||
url: https://wrenix.eu
|
url: https://wrenix.eu
|
||||||
|
|
|
@ -1,11 +1,15 @@
|
||||||
{{ define "chart.prerequirements" -}}
|
{{ 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`):
|
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" }}
|
{{ .Files.Get "values-dind-bypass.yaml" }}
|
||||||
----
|
```
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue