Skip to content

Commit

Permalink
⬆️ Update redis Helm release to v17.4.1 (#5)
Browse files Browse the repository at this point in the history
* ⬆️ Update Helm release redis to v17.4.1

* 🔖 (rsshub): Bump chart version to v0.2.1

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Cook <[email protected]>
  • Loading branch information
renovate[bot] and gabe565 authored Jan 7, 2023
1 parent f7879aa commit 4b0ad50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions charts/rsshub/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 1.2.1
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.3.18
digest: sha256:5a357986576798c374c8ca89b2941eab9f959cbf221e3328008ff7f9eda231d3
generated: "2023-01-03T11:49:41.041702-06:00"
version: 17.4.1
digest: sha256:c77d37c72d51fd587ddb90aaa7192c58c99a8bc5fce8d12caab1e8008b28cf79
generated: "2023-01-05T04:28:12.954960476Z"
8 changes: 3 additions & 5 deletions charts/rsshub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: RSSHub is an open source, easy to use, and extensible RSS feed gene
home: https://github.com/gabe565/charts/tree/main/charts/rsshub
icon: https://camo.githubusercontent.com/79f2dcf6fb41b71619186b12eed25495fa55e20d3f21355798a2cb22703c6f8b/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30342f32332f356362656237653431343134632e706e67
type: application
version: 0.2.0
version: 0.2.1
# renovate: image=diygod/rsshub
appVersion: 2022-07-29
kubeVersion: ">=1.22.0-0"
Expand All @@ -18,13 +18,11 @@ dependencies:
version: 1.2.1
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.3.18
version: 17.4.1
condition: redis.enabled
sources:
- https://github.com/DIYgod/RSSHub
annotations:
artifacthub.io/changes: |
- kind: changed
description: Bump common subchart to v1.2.1
- kind: changed
description: Bump redis subchart to v17.3.18
description: Bump redis subchart to v17.4.1
4 changes: 2 additions & 2 deletions charts/rsshub/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rsshub

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022-07-29](https://img.shields.io/badge/AppVersion-2022--07--29-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022-07-29](https://img.shields.io/badge/AppVersion-2022--07--29-informational?style=flat-square)

RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything.

Expand All @@ -19,7 +19,7 @@ Kubernetes: `>=1.22.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://bjw-s.github.io/helm-charts | common | 1.2.1 |
| https://charts.bitnami.com/bitnami | redis | 17.3.18 |
| https://charts.bitnami.com/bitnami | redis | 17.4.1 |

## TL;DR

Expand Down

0 comments on commit 4b0ad50

Please sign in to comment.