From dc29ebb05dd7c68c23c3e59c873e5f8b97a75b8b Mon Sep 17 00:00:00 2001 From: James Date: Sun, 1 Jan 2023 16:53:12 +0000 Subject: [PATCH] add additional chart info --- charts/freshrss/Chart.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/charts/freshrss/Chart.yaml b/charts/freshrss/Chart.yaml index 511f53f..26f7e99 100644 --- a/charts/freshrss/Chart.yaml +++ b/charts/freshrss/Chart.yaml @@ -1,6 +1,14 @@ apiVersion: v2 name: freshrss -description: A Helm chart for Kubernetes +description: A Helm chart for FreshRSS +home: https://freshrss.org/ +sources: + - https://github.com/FreshRSS/FreshRSS +keywords: + - freshrss + - rss + - feed +icon: https://freshrss.org/images/icon.svg # A chart can be either an 'application' or a 'library' chart. # @@ -21,4 +29,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.16.0" +appVersion: "1.20.2"