Skip to content

Commit

Permalink
fix: update references to renovate/renovate to v34.154.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2023
1 parent 31f8171 commit bab81cd
Show file tree
Hide file tree
Showing 3 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: '34.154.0'
appVersion: '34.154.1'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '34.154.0'
version: '34.154.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:34.154.0
image: renovate/renovate:34.154.1
artifacthub.io/links: |
- name: docs
url: https://docs.renovatebot.com
Expand Down
2 changes: 1 addition & 1 deletion charts/renovate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# renovate

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

Universal dependency update tool that fits into your workflows.

Expand Down
2 changes: 1 addition & 1 deletion charts/renovate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ image:
# -- Repository to pull renovate image from
repository: renovate/renovate
# -- Renovate image tag to pull
tag: 34.154.0
tag: 34.154.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

0 comments on commit bab81cd

Please sign in to comment.