diff --git a/charts/rsshub/Chart.yaml b/charts/rsshub/Chart.yaml index 5f23223da..7ac91d131 100644 --- a/charts/rsshub/Chart.yaml +++ b/charts/rsshub/Chart.yaml @@ -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 @@ -25,4 +25,4 @@ sources: annotations: artifacthub.io/changes: | - kind: changed - description: Bump redis subchart to v17.4.1 + description: Use latest tag diff --git a/charts/rsshub/README.md b/charts/rsshub/README.md index 78a04c248..20afd8436 100644 --- a/charts/rsshub/README.md +++ b/charts/rsshub/README.md @@ -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. @@ -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. | diff --git a/charts/rsshub/values.yaml b/charts/rsshub/values.yaml index e4a3a58e0..73a3154d8 100644 --- a/charts/rsshub/values.yaml +++ b/charts/rsshub/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 2022-07-29 + tag: latest controller: # -- Set the controller upgrade strategy