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.200.2
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.200.3
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 13, 2025

  1. chore(deps): update dependency helm to v3.17.2 (#2435)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 13, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    utkuturunc Utku Turunç
    Copy the full SHA
    876f8bb View commit details

Commits on Mar 14, 2025

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

    …2436)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 14, 2025
    Copy the full SHA
    d06df14 View commit details
Showing with 10 additions and 10 deletions.
  1. +1 −1 .devcontainer/Dockerfile
  2. +1 −1 .github/workflows/ci.yaml
  3. +1 −1 .github/workflows/release.yaml
  4. +4 −4 charts/renovate/Chart.yaml
  5. +2 −2 charts/renovate/README.md
  6. +1 −1 charts/renovate/values.yaml
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ RUN install-tool kubectl v1.32.3
RUN install-tool kind v0.27.0

# renovate: datasource=github-releases packageName=helm/helm
RUN install-tool helm v3.17.1
RUN install-tool helm v3.17.2

# renovate: datasource=github-releases packageName=norwoodj/helm-docs
RUN install-tool helm-docs 1.14.2
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
with:
version: v3.17.1 # renovate: datasource=github-releases depName=helm packageName=helm/helm
version: v3.17.2 # renovate: datasource=github-releases depName=helm packageName=helm/helm

- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
with:
version: v3.17.1 # renovate: datasource=github-releases depName=helm packageName=helm/helm
version: v3.17.2 # renovate: datasource=github-releases depName=helm packageName=helm/helm

- name: Build chart dependencies
run: |
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.200.2'
appVersion: '39.200.3'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '39.200.2'
version: '39.200.3'
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.200.2
image: ghcr.io/renovatebot/renovate:39.200.2
- name: ghcr.io/renovatebot/renovate:39.200.3
image: ghcr.io/renovatebot/renovate:39.200.3
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.200.2](https://img.shields.io/badge/Version-39.200.2-informational?style=flat-square) ![AppVersion: 39.200.2](https://img.shields.io/badge/AppVersion-39.200.2-informational?style=flat-square)
![Version: 39.200.3](https://img.shields.io/badge/Version-39.200.3-informational?style=flat-square) ![AppVersion: 39.200.3](https://img.shields.io/badge/AppVersion-39.200.3-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.200.2"` | Renovate image tag to pull |
| image.tag | string | `"39.200.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 |
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.200.2
tag: 39.200.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