Skip to content

Commit

Permalink
fix: update references to renovate/renovate to v35.158.0
Browse files Browse the repository at this point in the history
| datasource | package           | from     | to       |
| ---------- | ----------------- | -------- | -------- |
| docker     | renovate/renovate | 35.156.0 | 35.158.0 |
  • Loading branch information
renovate[bot] committed Jul 2, 2023
1 parent ec70eae commit 5a0353a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/renovate/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: '35.156.0'
appVersion: '35.158.0'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '35.156.0'
version: '35.158.0'
icon: https://docs.renovatebot.com/assets/images/logo.png
home: https://github.com/renovatebot/renovate
keywords:
Expand All @@ -25,11 +25,11 @@ annotations:
artifacthub.io/license: AGPL-3.0-only
artifacthub.io/images: |
- name: renovate
image: renovate/renovate:35.156.0
image: renovate/renovate:35.158.0
platforms:
- linux/amd64
- name: renovate-slim
image: renovate/renovate:35.156.0-slim
image: renovate/renovate:35.158.0-slim
platforms:
- linux/amd64
artifacthub.io/links: |
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: 35.156.0](https://img.shields.io/badge/Version-35.156.0-informational?style=flat-square) ![AppVersion: 35.156.0](https://img.shields.io/badge/AppVersion-35.156.0-informational?style=flat-square)
![Version: 35.158.0](https://img.shields.io/badge/Version-35.158.0-informational?style=flat-square) ![AppVersion: 35.158.0](https://img.shields.io/badge/AppVersion-35.158.0-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 @@ -62,7 +62,7 @@ image:
# -- Repository to pull renovate image from
repository: renovate/renovate
# -- Renovate image tag to pull
tag: 35.156.0
tag: 35.158.0
# -- "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 5a0353a

Please sign in to comment.