Skip to content

Commit 725b3c0

Browse files
fix: update ghcr.io/renovatebot/renovate docker tag to v43.31.10 (#3826)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e363765 commit 725b3c0

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: 43.31.9
2+
appVersion: 43.31.10
33
description: Universal dependency update tool that fits into your workflows.
44
name: renovate
5-
version: 46.31.7
5+
version: 46.31.8
66
icon: https://docs.renovatebot.com/assets/images/logo.png
77
home: https://github.com/renovatebot/renovate
88
keywords:
@@ -22,8 +22,8 @@ maintainers:
2222
annotations:
2323
artifacthub.io/license: AGPL-3.0-only
2424
artifacthub.io/images: |
25-
- name: ghcr.io/renovatebot/renovate:43.31.9
26-
image: ghcr.io/renovatebot/renovate:43.31.9
25+
- name: ghcr.io/renovatebot/renovate:43.31.10
26+
image: ghcr.io/renovatebot/renovate:43.31.10
2727
platforms:
2828
- linux/amd64
2929
- 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: 46.31.7](https://img.shields.io/badge/Version-46.31.7-informational?style=flat-square) ![AppVersion: 43.31.9](https://img.shields.io/badge/AppVersion-43.31.9-informational?style=flat-square)
3+
![Version: 46.31.8](https://img.shields.io/badge/Version-46.31.8-informational?style=flat-square) ![AppVersion: 43.31.10](https://img.shields.io/badge/AppVersion-43.31.10-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 | `"43.31.9"` | Renovate image tag to pull |
75+
| image.tag | string | `"43.31.10"` | 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: 43.31.9
86+
tag: 43.31.10
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)