Skip to content

Commit 0404322

Browse files
fix: update references to ghcr.io/renovatebot/renovate to v41.131.9
| datasource | package | from | to | | ---------- | ---------------------------- | -------- | -------- | | docker | ghcr.io/renovatebot/renovate | 41.131.8 | 41.131.9 |
1 parent a02d76b commit 0404322

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/renovate/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 41.131.8
2+
appVersion: 41.131.9
33
description: Universal dependency update tool that fits into your workflows.
44
name: renovate
5-
version: 44.8.8
5+
version: 44.8.9
66
icon: https://docs.renovatebot.com/assets/images/logo.png
77
home: https://github.com/renovatebot/renovate
88
keywords:
@@ -24,8 +24,8 @@ maintainers:
2424
annotations:
2525
artifacthub.io/license: AGPL-3.0-only
2626
artifacthub.io/images: |
27-
- name: ghcr.io/renovatebot/renovate:41.131.8
28-
image: ghcr.io/renovatebot/renovate:41.131.8
27+
- name: ghcr.io/renovatebot/renovate:41.131.9
28+
image: ghcr.io/renovatebot/renovate:41.131.9
2929
platforms:
3030
- linux/amd64
3131
- linux/arm64

charts/renovate/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# renovate
22

3-
![Version: 44.8.8](https://img.shields.io/badge/Version-44.8.8-informational?style=flat-square) ![AppVersion: 41.131.8](https://img.shields.io/badge/AppVersion-41.131.8-informational?style=flat-square)
3+
![Version: 44.8.9](https://img.shields.io/badge/Version-44.8.9-informational?style=flat-square) ![AppVersion: 41.131.9](https://img.shields.io/badge/AppVersion-41.131.9-informational?style=flat-square)
44

55
Universal dependency update tool that fits into your workflows.
66

@@ -72,7 +72,7 @@ The following table lists the configurable parameters of the chart and the defau
7272
| image.pullPolicy | string | `"IfNotPresent"` | "IfNotPresent" to pull the image if no image with the specified tag exists on the node, "Always" to always pull the image or "Never" to try and use pre-pulled images |
7373
| image.registry | string | `"ghcr.io"` | Registry to pull image from |
7474
| image.repository | string | `"renovatebot/renovate"` | Image name to pull |
75-
| image.tag | string | `"41.131.8"` | Renovate image tag to pull |
75+
| image.tag | string | `"41.131.9"` | Renovate image tag to pull |
7676
| image.useFull | bool | `false` | Set `true` to use the full image. See <https://docs.renovatebot.com/getting-started/running/#the-full-image> |
7777
| imagePullSecrets | object | `{}` | Secret to use to pull the image from the repository |
7878
| nameOverride | string | `""` | Override the name of the chart |

charts/renovate/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ image:
8383
# -- Image name to pull
8484
repository: renovatebot/renovate
8585
# -- Renovate image tag to pull
86-
tag: 41.131.8
86+
tag: 41.131.9
8787
# -- "IfNotPresent" to pull the image if no image with the specified tag exists on the node, "Always" to always pull the image or "Never" to try and use pre-pulled images
8888
pullPolicy: IfNotPresent
8989
# -- Set `true` to use the full image. See <https://docs.renovatebot.com/getting-started/running/#the-full-image>

0 commit comments

Comments
 (0)