From f956fdf659a45c83723f22db0c2cff1712621071 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 05:22:01 +0000 Subject: [PATCH] fix: update references to ghcr.io/renovatebot/renovate to v39.72.3 | datasource | package | from | to | | ---------- | ---------------------------- | ------- | ------- | | docker | ghcr.io/renovatebot/renovate | 39.72.2 | 39.72.3 | --- charts/renovate/Chart.yaml | 8 ++++---- charts/renovate/README.md | 4 ++-- charts/renovate/values.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/renovate/Chart.yaml b/charts/renovate/Chart.yaml index 71ee5e80c..6641b7d3d 100644 --- a/charts/renovate/Chart.yaml +++ b/charts/renovate/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: '39.72.2' +appVersion: '39.72.3' description: Universal dependency update tool that fits into your workflows. name: renovate -version: '39.72.2' +version: '39.72.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.72.2 - image: ghcr.io/renovatebot/renovate:39.72.2 + - name: ghcr.io/renovatebot/renovate:39.72.3 + image: ghcr.io/renovatebot/renovate:39.72.3 platforms: - linux/amd64 - linux/arm64 diff --git a/charts/renovate/README.md b/charts/renovate/README.md index b70b0c297..f4b005f8d 100644 --- a/charts/renovate/README.md +++ b/charts/renovate/README.md @@ -1,6 +1,6 @@ # renovate -![Version: 39.72.2](https://img.shields.io/badge/Version-39.72.2-informational?style=flat-square) ![AppVersion: 39.72.2](https://img.shields.io/badge/AppVersion-39.72.2-informational?style=flat-square) +![Version: 39.72.3](https://img.shields.io/badge/Version-39.72.3-informational?style=flat-square) ![AppVersion: 39.72.3](https://img.shields.io/badge/AppVersion-39.72.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.72.2"` | Renovate image tag to pull | +| image.tag | string | `"39.72.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 | diff --git a/charts/renovate/values.yaml b/charts/renovate/values.yaml index 17fb890ab..de4ec38f6 100644 --- a/charts/renovate/values.yaml +++ b/charts/renovate/values.yaml @@ -81,7 +81,7 @@ image: # -- Image name to pull repository: renovatebot/renovate # -- Renovate image tag to pull - tag: 39.72.2 + tag: 39.72.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