Skip to content

Commit

Permalink
fix: update references to ghcr.io/renovatebot/renovate to v38.89.3
Browse files Browse the repository at this point in the history
| datasource | package                      | from    | to      |
| ---------- | ---------------------------- | ------- | ------- |
| docker     | ghcr.io/renovatebot/renovate | 38.89.2 | 38.89.3 |
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent f5ba1a1 commit 0b3a6a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/renovate/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: '38.89.2'
appVersion: '38.89.3'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '38.89.2'
version: '38.89.3'
icon: https://docs.renovatebot.com/assets/images/logo.png
home: https://github.com/renovatebot/renovate
keywords:
Expand All @@ -24,8 +24,8 @@ maintainers:
annotations:
artifacthub.io/license: AGPL-3.0-only
artifacthub.io/images: |
- name: ghcr.io/renovatebot/renovate:38.89.2
image: ghcr.io/renovatebot/renovate:38.89.2
- name: ghcr.io/renovatebot/renovate:38.89.3
image: ghcr.io/renovatebot/renovate:38.89.3
platforms:
- linux/amd64
- linux/arm64
Expand Down
4 changes: 2 additions & 2 deletions charts/renovate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# renovate

![Version: 38.89.2](https://img.shields.io/badge/Version-38.89.2-informational?style=flat-square) ![AppVersion: 38.89.2](https://img.shields.io/badge/AppVersion-38.89.2-informational?style=flat-square)
![Version: 38.89.3](https://img.shields.io/badge/Version-38.89.3-informational?style=flat-square) ![AppVersion: 38.89.3](https://img.shields.io/badge/AppVersion-38.89.3-informational?style=flat-square)

Universal dependency update tool that fits into your workflows.

Expand Down Expand Up @@ -75,7 +75,7 @@ The following table lists the configurable parameters of the chart and the defau
| 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 |
| image.registry | string | `"ghcr.io"` | Registry to pull image from |
| image.repository | string | `"renovatebot/renovate"` | Image name to pull |
| image.tag | string | `"38.89.2"` | Renovate image tag to pull |
| image.tag | string | `"38.89.3"` | Renovate image tag to pull |
| image.useFull | bool | `false` | Set `true` to use the full image. See https://docs.renovatebot.com/getting-started/running/#the-full-image |
| imagePullSecrets | object | `{}` | Secret to use to pull the image from the repository |
| nameOverride | string | `""` | Override the name of the chart |
Expand Down
2 changes: 1 addition & 1 deletion charts/renovate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ image:
# -- Image name to pull
repository: renovatebot/renovate
# -- Renovate image tag to pull
tag: 38.89.2
tag: 38.89.3
# -- "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
pullPolicy: IfNotPresent
# -- Set `true` to use the full image. See https://docs.renovatebot.com/getting-started/running/#the-full-image
Expand Down

0 comments on commit 0b3a6a2

Please sign in to comment.