From 174103268a5ff418ef86d2ef7e7bbe9c6e288612 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:37:37 +0000 Subject: [PATCH] fix: update references to ghcr.io/renovatebot/renovate to v38.138.1 | datasource | package | from | to | | ---------- | ---------------------------- | -------- | -------- | | docker | ghcr.io/renovatebot/renovate | 38.137.1 | 38.138.1 | --- 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 39b3ba9e6..954aef1e5 100644 --- a/charts/renovate/Chart.yaml +++ b/charts/renovate/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: '38.137.1' +appVersion: '38.138.1' description: Universal dependency update tool that fits into your workflows. name: renovate -version: '38.137.1' +version: '38.138.1' 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:38.137.1 - image: ghcr.io/renovatebot/renovate:38.137.1 + - name: ghcr.io/renovatebot/renovate:38.138.1 + image: ghcr.io/renovatebot/renovate:38.138.1 platforms: - linux/amd64 - linux/arm64 diff --git a/charts/renovate/README.md b/charts/renovate/README.md index 3eaef3a8d..7ccceb015 100644 --- a/charts/renovate/README.md +++ b/charts/renovate/README.md @@ -1,6 +1,6 @@ # renovate -![Version: 38.137.1](https://img.shields.io/badge/Version-38.137.1-informational?style=flat-square) ![AppVersion: 38.137.1](https://img.shields.io/badge/AppVersion-38.137.1-informational?style=flat-square) +![Version: 38.138.1](https://img.shields.io/badge/Version-38.138.1-informational?style=flat-square) ![AppVersion: 38.138.1](https://img.shields.io/badge/AppVersion-38.138.1-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 | `"38.137.1"` | Renovate image tag to pull | +| image.tag | string | `"38.138.1"` | 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 8728a6b7d..5b829c8f5 100644 --- a/charts/renovate/values.yaml +++ b/charts/renovate/values.yaml @@ -77,7 +77,7 @@ image: # -- Image name to pull repository: renovatebot/renovate # -- Renovate image tag to pull - tag: 38.137.1 + tag: 38.138.1 # -- "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