Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update references to ghcr.io/renovatebot/renovate to v37.139.1 #859

Merged
merged 1 commit into from Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions charts/renovate/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: '37.139.0'
appVersion: '37.139.1'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '37.139.0'
version: '37.139.1'
icon: https://docs.renovatebot.com/assets/images/logo.png
home: https://github.com/renovatebot/renovate
keywords:
Expand All @@ -24,8 +24,8 @@ maintainers:
annotations:
artifacthub.io/license: AGPL-3.0-only
artifacthub.io/images: |
- name: ghcr.io/renovatebot/renovate:37.139.0
image: ghcr.io/renovatebot/renovate:37.139.0
- name: ghcr.io/renovatebot/renovate:37.139.1
image: ghcr.io/renovatebot/renovate:37.139.1
platforms:
- linux/amd64
- linux/arm64
Expand Down
4 changes: 2 additions & 2 deletions charts/renovate/README.md
@@ -1,6 +1,6 @@
# renovate

![Version: 37.139.0](https://img.shields.io/badge/Version-37.139.0-informational?style=flat-square) ![AppVersion: 37.139.0](https://img.shields.io/badge/AppVersion-37.139.0-informational?style=flat-square)
![Version: 37.139.1](https://img.shields.io/badge/Version-37.139.1-informational?style=flat-square) ![AppVersion: 37.139.1](https://img.shields.io/badge/AppVersion-37.139.1-informational?style=flat-square)

Universal dependency update tool that fits into your workflows.

Expand Down Expand Up @@ -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 | `"37.139.0"` | Renovate image tag to pull |
| image.tag | string | `"37.139.1"` | 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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/renovate/values.yaml
Expand Up @@ -64,7 +64,7 @@ image:
# -- Image name to pull
repository: renovatebot/renovate
# -- Renovate image tag to pull
tag: 37.139.0
tag: 37.139.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

Expand Down