Skip to content

Commit b68847b

Browse files
fix: update references to ghcr.io/renovatebot/renovate to v37.59.8 (#710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a43520 commit b68847b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: charts/renovate/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: '37.59.7'
2+
appVersion: '37.59.8'
33
description: Universal dependency update tool that fits into your workflows.
44
name: renovate
5-
version: '37.59.7'
5+
version: '37.59.8'
66
icon: https://docs.renovatebot.com/assets/images/logo.png
77
home: https://github.com/renovatebot/renovate
88
keywords:
@@ -25,7 +25,7 @@ annotations:
2525
artifacthub.io/license: AGPL-3.0-only
2626
artifacthub.io/images: |
2727
- name: renovate
28-
image: ghcr.io/renovatebot/renovate:37.59.7
28+
image: ghcr.io/renovatebot/renovate:37.59.8
2929
platforms:
3030
- linux/amd64
3131
artifacthub.io/links: |

Diff for: charts/renovate/README.md

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

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

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

@@ -71,7 +71,7 @@ The following table lists the configurable parameters of the chart and the defau
7171
| 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 |
7272
| image.registry | string | `"ghcr.io"` | Registry to pull image from |
7373
| image.repository | string | `"renovatebot/renovate"` | Image name to pull |
74-
| image.tag | string | `"37.59.7"` | Renovate image tag to pull |
74+
| image.tag | string | `"37.59.8"` | Renovate image tag to pull |
7575
| imagePullSecrets | object | `{}` | Secret to use to pull the image from the repository |
7676
| nameOverride | string | `""` | Override the name of the chart |
7777
| nodeSelector | object | `{}` | Select the node using labels to specify where the cronjob pod should run on |

Diff for: charts/renovate/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ image:
6464
# -- Image name to pull
6565
repository: renovatebot/renovate
6666
# -- Renovate image tag to pull
67-
tag: 37.59.7
67+
tag: 37.59.8
6868
# -- "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
6969
pullPolicy: IfNotPresent
7070

0 commit comments

Comments
 (0)