Skip to content

Commit

Permalink
🔧 (rsshub): Use latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jan 10, 2023
1 parent 150c2c5 commit c0a5680
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/rsshub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.1
version: 0.2.2
# renovate image=diygod/rsshub
appVersion: 2022-07-29
appVersion: latest
kubeVersion: ">=1.22.0-0"
keywords:
- rsshub
Expand All @@ -25,4 +25,4 @@ sources:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Bump redis subchart to v17.4.1
description: Use latest tag
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.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)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-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 Down Expand Up @@ -80,7 +80,7 @@ N/A
| env | object | See below | environment variables. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"diygod/rsshub"` | image repository |
| image.tag | string | `"2022-07-29"` | image tag |
| image.tag | string | `"latest"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| redis | object | See values.yaml | Enable and configure redis subchart under this key. For more options see [redis chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/redis) |
| service | object | See values.yaml | Configures service settings for the chart. |
Expand Down
2 changes: 1 addition & 1 deletion charts/rsshub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: 2022-07-29
tag: latest

controller:
# -- Set the controller upgrade strategy
Expand Down

0 comments on commit c0a5680

Please sign in to comment.