From 1ced0304b365b8c7f5e2dd8fb40ee87a5099e557 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 00:08:15 +0000 Subject: [PATCH] fix: update references to ghcr.io/renovatebot/renovate to v36.57.10 (#475) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts/renovate/Chart.yaml | 6 +++--- charts/renovate/README.md | 4 ++-- charts/renovate/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/renovate/Chart.yaml b/charts/renovate/Chart.yaml index 56c880406..0e4a09fb8 100644 --- a/charts/renovate/Chart.yaml +++ b/charts/renovate/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: '36.57.8' +appVersion: '36.57.10' description: Universal dependency update tool that fits into your workflows. name: renovate -version: '36.57.8' +version: '36.57.10' icon: https://docs.renovatebot.com/assets/images/logo.png home: https://github.com/renovatebot/renovate keywords: @@ -25,7 +25,7 @@ annotations: artifacthub.io/license: AGPL-3.0-only artifacthub.io/images: | - name: renovate - image: ghcr.io/renovatebot/renovate:36.57.8 + image: ghcr.io/renovatebot/renovate:36.57.10 platforms: - linux/amd64 artifacthub.io/links: | diff --git a/charts/renovate/README.md b/charts/renovate/README.md index eb2c5a3fa..65dd722da 100644 --- a/charts/renovate/README.md +++ b/charts/renovate/README.md @@ -1,6 +1,6 @@ # renovate -![Version: 36.57.8](https://img.shields.io/badge/Version-36.57.8-informational?style=flat-square) ![AppVersion: 36.57.8](https://img.shields.io/badge/AppVersion-36.57.8-informational?style=flat-square) +![Version: 36.57.10](https://img.shields.io/badge/Version-36.57.10-informational?style=flat-square) ![AppVersion: 36.57.10](https://img.shields.io/badge/AppVersion-36.57.10-informational?style=flat-square) Universal dependency update tool that fits into your workflows. @@ -71,7 +71,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 | `"36.57.8"` | Renovate image tag to pull | +| image.tag | string | `"36.57.10"` | Renovate image tag to pull | | imagePullSecrets | object | `{}` | Secret to use to pull the image from the repository | | nameOverride | string | `""` | Override the name of the chart | | nodeSelector | object | `{}` | Select the node using labels to specify where the cronjob pod should run on | diff --git a/charts/renovate/values.yaml b/charts/renovate/values.yaml index 83bc3ffea..98d70a790 100644 --- a/charts/renovate/values.yaml +++ b/charts/renovate/values.yaml @@ -64,7 +64,7 @@ image: # -- Image name to pull repository: renovatebot/renovate # -- Renovate image tag to pull - tag: 36.57.8 + tag: 36.57.10 # -- "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