Skip to content

Commit

Permalink
fix: update references to renovate/renovate to v36.9.2 (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 18, 2023
1 parent 8eb8217 commit 71b4349
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/renovate/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: '36.7.2'
appVersion: '36.9.2'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '36.7.2'
version: '36.9.2'
icon: https://docs.renovatebot.com/assets/images/logo.png
home: https://github.com/renovatebot/renovate
keywords:
Expand All @@ -25,7 +25,7 @@ annotations:
artifacthub.io/license: AGPL-3.0-only
artifacthub.io/images: |
- name: renovate
image: renovate/renovate:36.7.2
image: renovate/renovate:36.9.2
platforms:
- linux/amd64
artifacthub.io/links: |
Expand Down
4 changes: 2 additions & 2 deletions charts/renovate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# renovate

![Version: 36.7.2](https://img.shields.io/badge/Version-36.7.2-informational?style=flat-square) ![AppVersion: 36.7.2](https://img.shields.io/badge/AppVersion-36.7.2-informational?style=flat-square)
![Version: 36.9.2](https://img.shields.io/badge/Version-36.9.2-informational?style=flat-square) ![AppVersion: 36.9.2](https://img.shields.io/badge/AppVersion-36.9.2-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 | `"36.7.2"` | Renovate image tag to pull |
| image.tag | string | `"36.9.2"` | 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

0 comments on commit 71b4349

Please sign in to comment.