Skip to content

Commit

Permalink
chore(deps): update references to renovate/renovate to v25.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 1, 2021
1 parent 060d4bf commit cea6624
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: '25.51.5'
appVersion: '25.52.1'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '25.51.5'
version: '25.52.1'
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:25.51.5
image: renovate/renovate:25.52.1
artifacthub.io/links: |
- name: docs
url: https://docs.renovatebot.com
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: 25.51.5](https://img.shields.io/badge/Version-25.51.5-informational?style=flat-square) ![AppVersion: 25.51.5](https://img.shields.io/badge/AppVersion-25.51.5-informational?style=flat-square)
![Version: 25.52.1](https://img.shields.io/badge/Version-25.52.1-informational?style=flat-square) ![AppVersion: 25.52.1](https://img.shields.io/badge/AppVersion-25.52.1-informational?style=flat-square)

Universal dependency update tool that fits into your workflows.

Expand Down Expand Up @@ -52,7 +52,7 @@ The following table lists the configurable parameters of the chart and the defau
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"renovate/renovate"` | |
| image.tag | string | `"25.51.5"` | |
| image.tag | string | `"25.52.1"` | |
| imagePullSecrets | object | `{}` | |
| pod.annotations | object | `{}` | |
| pod.labels | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/renovate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pod:

image:
repository: renovate/renovate
tag: 25.51.5
tag: 25.52.1
pullPolicy: IfNotPresent

imagePullSecrets: {}
Expand Down

0 comments on commit cea6624

Please sign in to comment.