chore(deps): update busybox docker tag to v1.37.0 (#734)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | busybox | minor | `1.36.1` -> `1.37.0` | --- Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/734 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
parent
52153021e3
commit
7cae9d3404
@ -1030,7 +1030,7 @@ To comply with the Gitea helm chart definition of the digest parameter, a "custo
|
|||||||
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ |
|
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ |
|
||||||
| `actions.enabled` | Create an act runner StatefulSet. | `false` |
|
| `actions.enabled` | Create an act runner StatefulSet. | `false` |
|
||||||
| `actions.init.image.repository` | The image used for the init containers | `busybox` |
|
| `actions.init.image.repository` | The image used for the init containers | `busybox` |
|
||||||
| `actions.init.image.tag` | The image tag used for the init containers | `1.36.1` |
|
| `actions.init.image.tag` | The image tag used for the init containers | `1.37.0` |
|
||||||
| `actions.statefulset.annotations` | Act runner annotations | `{}` |
|
| `actions.statefulset.annotations` | Act runner annotations | `{}` |
|
||||||
| `actions.statefulset.labels` | Act runner labels | `{}` |
|
| `actions.statefulset.labels` | Act runner labels | `{}` |
|
||||||
| `actions.statefulset.resources` | Act runner resources | `{}` |
|
| `actions.statefulset.resources` | Act runner resources | `{}` |
|
||||||
|
@ -420,7 +420,7 @@ actions:
|
|||||||
image:
|
image:
|
||||||
repository: busybox
|
repository: busybox
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "1.36.1"
|
tag: "1.37.0"
|
||||||
|
|
||||||
provisioning:
|
provisioning:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user