Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: renovatebot/helm-charts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: renovate-39.202.0
Choose a base ref
...
head repository: renovatebot/helm-charts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: renovate-39.205.0
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Mar 16, 2025

  1. fix: update references to ghcr.io/renovatebot/renovate to v39.205.0 (#…

    …2440)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 16, 2025
    Copy the full SHA
    0a545e5 View commit details
Showing with 7 additions and 7 deletions.
  1. +4 −4 charts/renovate/Chart.yaml
  2. +2 −2 charts/renovate/README.md
  3. +1 −1 charts/renovate/values.yaml
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: '39.202.0'
appVersion: '39.205.0'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '39.202.0'
version: '39.205.0'
icon: https://docs.renovatebot.com/assets/images/logo.png
home: https://github.com/renovatebot/renovate
keywords:
@@ -24,8 +24,8 @@ maintainers:
annotations:
artifacthub.io/license: AGPL-3.0-only
artifacthub.io/images: |
- name: ghcr.io/renovatebot/renovate:39.202.0
image: ghcr.io/renovatebot/renovate:39.202.0
- name: ghcr.io/renovatebot/renovate:39.205.0
image: ghcr.io/renovatebot/renovate:39.205.0
platforms:
- linux/amd64
- linux/arm64
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: 39.202.0](https://img.shields.io/badge/Version-39.202.0-informational?style=flat-square) ![AppVersion: 39.202.0](https://img.shields.io/badge/AppVersion-39.202.0-informational?style=flat-square)
![Version: 39.205.0](https://img.shields.io/badge/Version-39.205.0-informational?style=flat-square) ![AppVersion: 39.205.0](https://img.shields.io/badge/AppVersion-39.205.0-informational?style=flat-square)

Universal dependency update tool that fits into your workflows.

@@ -79,7 +79,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 | `"39.202.0"` | Renovate image tag to pull |
| image.tag | string | `"39.205.0"` | 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 |
2 changes: 1 addition & 1 deletion charts/renovate/values.yaml
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ image:
# -- Image name to pull
repository: renovatebot/renovate
# -- Renovate image tag to pull
tag: 39.202.0
tag: 39.205.0
# -- "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