From 2ad46b8c72a39b9a8d0734b9fc23d83a89bb71d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 16:46:17 +0000 Subject: [PATCH] fix: update references to ghcr.io/renovatebot/renovate to v37.377.5 (#1383) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 6fc42b842..19bc1c33c 100644 --- a/charts/renovate/Chart.yaml +++ b/charts/renovate/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: '37.377.4' +appVersion: '37.377.5' description: Universal dependency update tool that fits into your workflows. name: renovate -version: '37.377.4' +version: '37.377.5' 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:37.377.4 - image: ghcr.io/renovatebot/renovate:37.377.4 + - name: ghcr.io/renovatebot/renovate:37.377.5 + image: ghcr.io/renovatebot/renovate:37.377.5 platforms: - linux/amd64 - linux/arm64 diff --git a/charts/renovate/README.md b/charts/renovate/README.md index 912f0b725..e3f62134c 100644 --- a/charts/renovate/README.md +++ b/charts/renovate/README.md @@ -1,6 +1,6 @@ # renovate -![Version: 37.377.4](https://img.shields.io/badge/Version-37.377.4-informational?style=flat-square) ![AppVersion: 37.377.4](https://img.shields.io/badge/AppVersion-37.377.4-informational?style=flat-square) +![Version: 37.377.5](https://img.shields.io/badge/Version-37.377.5-informational?style=flat-square) ![AppVersion: 37.377.5](https://img.shields.io/badge/AppVersion-37.377.5-informational?style=flat-square) Universal dependency update tool that fits into your workflows. @@ -76,7 +76,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 | `"37.377.4"` | Renovate image tag to pull | +| image.tag | string | `"37.377.5"` | 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 2f14e058f..17b6e53e0 100644 --- a/charts/renovate/values.yaml +++ b/charts/renovate/values.yaml @@ -73,7 +73,7 @@ image: # -- Image name to pull repository: renovatebot/renovate # -- Renovate image tag to pull - tag: 37.377.4 + tag: 37.377.5 # -- "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