fix(forgejo-runner): update dependencies dind
This commit is contained in:
parent
6f79741686
commit
c1de15cf3c
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: forgejo-runner
|
||||
description: Deploy runner for an forgejo instance (default codeberg.org)
|
||||
type: application
|
||||
version: "0.4.24"
|
||||
version: "0.4.25"
|
||||
# renovate: image=code.forgejo.org/forgejo/runner
|
||||
appVersion: "6.3.1"
|
||||
maintainers:
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Deploy runner for an forgejo instance (default codeberg.org)"
|
|||
|
||||
# forgejo-runner
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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.4-dind"` | image tag |
|
||||
| dind.image.tag | string | `"28.1.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)
|
||||
|
|
|
@ -160,7 +160,7 @@ dind:
|
|||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
# @section -- Docker in Docker
|
||||
tag: 28.0.4-dind
|
||||
tag: 28.1.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
|
||||
|
|
Loading…
Add table
Reference in a new issue