Skip to content

Commit

Permalink
chore(deps): update references to renovate/renovate to v25.64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 3, 2021
1 parent 67b6021 commit 0f1da58
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.64.0'
appVersion: '25.64.1'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '25.64.0'
version: '25.64.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.64.0
image: renovate/renovate:25.64.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.64.0](https://img.shields.io/badge/Version-25.64.0-informational?style=flat-square) ![AppVersion: 25.64.0](https://img.shields.io/badge/AppVersion-25.64.0-informational?style=flat-square)
![Version: 25.64.1](https://img.shields.io/badge/Version-25.64.1-informational?style=flat-square) ![AppVersion: 25.64.1](https://img.shields.io/badge/AppVersion-25.64.1-informational?style=flat-square)

Universal dependency update tool that fits into your workflows.

Expand Down Expand Up @@ -57,7 +57,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.64.0"` | |
| image.tag | string | `"25.64.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.64.0
tag: 25.64.1
pullPolicy: IfNotPresent

imagePullSecrets: {}
Expand Down

0 comments on commit 0f1da58

Please sign in to comment.