Skip to content

Commit 4b94b13

Browse files
fix: update references to ghcr.io/renovatebot/renovate to v39.31.4
| datasource | package | from | to | | ---------- | ---------------------------- | ------- | ------- | | docker | ghcr.io/renovatebot/renovate | 39.31.3 | 39.31.4 |
1 parent a41f3ba commit 4b94b13

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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: '39.31.3'
2+
appVersion: '39.31.4'
33
description: Universal dependency update tool that fits into your workflows.
44
name: renovate
5-
version: '39.31.3'
5+
version: '39.31.4'
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:39.31.3
28-
image: ghcr.io/renovatebot/renovate:39.31.3
27+
- name: ghcr.io/renovatebot/renovate:39.31.4
28+
image: ghcr.io/renovatebot/renovate:39.31.4
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: 39.31.3](https://img.shields.io/badge/Version-39.31.3-informational?style=flat-square) ![AppVersion: 39.31.3](https://img.shields.io/badge/AppVersion-39.31.3-informational?style=flat-square)
3+
![Version: 39.31.4](https://img.shields.io/badge/Version-39.31.4-informational?style=flat-square) ![AppVersion: 39.31.4](https://img.shields.io/badge/AppVersion-39.31.4-informational?style=flat-square)
44

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

@@ -76,7 +76,7 @@ The following table lists the configurable parameters of the chart and the defau
7676
| 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 |
7777
| image.registry | string | `"ghcr.io"` | Registry to pull image from |
7878
| image.repository | string | `"renovatebot/renovate"` | Image name to pull |
79-
| image.tag | string | `"39.31.3"` | Renovate image tag to pull |
79+
| image.tag | string | `"39.31.4"` | Renovate image tag to pull |
8080
| image.useFull | bool | `false` | Set `true` to use the full image. See https://docs.renovatebot.com/getting-started/running/#the-full-image |
8181
| imagePullSecrets | object | `{}` | Secret to use to pull the image from the repository |
8282
| 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
@@ -77,7 +77,7 @@ image:
7777
# -- Image name to pull
7878
repository: renovatebot/renovate
7979
# -- Renovate image tag to pull
80-
tag: 39.31.3
80+
tag: 39.31.4
8181
# -- "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
8282
pullPolicy: IfNotPresent
8383
# -- Set `true` to use the full image. See https://docs.renovatebot.com/getting-started/running/#the-full-image

0 commit comments

Comments
 (0)