Skip to content

Commit 8580096

Browse files
fix: update references to ghcr.io/renovatebot/renovate to v39.213.3
| datasource | package | from | to | | ---------- | ---------------------------- | -------- | -------- | | docker | ghcr.io/renovatebot/renovate | 39.213.2 | 39.213.3 |
1 parent cd97ca3 commit 8580096

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/renovate/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: '39.213.2'
2+
appVersion: '39.213.3'
33
description: Universal dependency update tool that fits into your workflows.
44
name: renovate
5-
version: '39.213.2'
5+
version: '39.213.3'
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.213.2
28-
image: ghcr.io/renovatebot/renovate:39.213.2
27+
- name: ghcr.io/renovatebot/renovate:39.213.3
28+
image: ghcr.io/renovatebot/renovate:39.213.3
2929
platforms:
3030
- linux/amd64
3131
- linux/arm64

charts/renovate/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# renovate
22

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

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

@@ -79,7 +79,7 @@ The following table lists the configurable parameters of the chart and the defau
7979
| 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 |
8080
| image.registry | string | `"ghcr.io"` | Registry to pull image from |
8181
| image.repository | string | `"renovatebot/renovate"` | Image name to pull |
82-
| image.tag | string | `"39.213.2"` | Renovate image tag to pull |
82+
| image.tag | string | `"39.213.3"` | Renovate image tag to pull |
8383
| image.useFull | bool | `false` | Set `true` to use the full image. See https://docs.renovatebot.com/getting-started/running/#the-full-image |
8484
| imagePullSecrets | object | `{}` | Secret to use to pull the image from the repository |
8585
| nameOverride | string | `""` | Override the name of the chart |

charts/renovate/values.yaml

+1-1
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: 39.213.2
86+
tag: 39.213.3
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)