From 150c2c5b724613082fc65a77674a15640912f589 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Tue, 10 Jan 2023 00:32:29 -0600 Subject: [PATCH] :wrench: (rss-bridge): Use ghcr.io package repo --- charts/rss-bridge/Chart.yaml | 6 +++--- charts/rss-bridge/README.md | 4 ++-- charts/rss-bridge/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/rss-bridge/Chart.yaml b/charts/rss-bridge/Chart.yaml index 4a25cab23..f4ef3a489 100644 --- a/charts/rss-bridge/Chart.yaml +++ b/charts/rss-bridge/Chart.yaml @@ -4,8 +4,8 @@ description: The RSS feed for websites missing it. home: https://github.com/gabe565/charts/tree/main/charts/rss-bridge icon: https://raw.githubusercontent.com/RSS-Bridge/rss-bridge/987f42d6d44cc18e5c33441e742d15ffff6feb72/static/favicon.png type: application -version: 0.2.0 -# renovate image=rssbridge/rss-bridge +version: 0.2.1 +# renovate image=ghcr.io/rss-bridge/rss-bridge appVersion: latest kubeVersion: ">=1.22.0-0" keywords: @@ -21,4 +21,4 @@ sources: annotations: artifacthub.io/changes: | - kind: changed - description: Bump common subchart to v1.2.1 + description: Use ghcr.io package repo diff --git a/charts/rss-bridge/README.md b/charts/rss-bridge/README.md index ae152f5e5..652c428db 100644 --- a/charts/rss-bridge/README.md +++ b/charts/rss-bridge/README.md @@ -1,6 +1,6 @@ # rss-bridge -![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: latest](https://img.shields.io/badge/AppVersion-latest-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: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) The RSS feed for websites missing it. @@ -78,7 +78,7 @@ N/A | controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy | | env | object | See below | environment variables. | | image.pullPolicy | string | `"Always"` | image pull policy | -| image.repository | string | `"rssbridge/rss-bridge"` | image repository | +| image.repository | string | `"ghcr.io/rss-bridge/rss-bridge"` | image repository | | image.tag | string | `"latest"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence.cache.enabled | bool | `false` | | diff --git a/charts/rss-bridge/values.yaml b/charts/rss-bridge/values.yaml index 1801c8dd3..2f1a910f5 100644 --- a/charts/rss-bridge/values.yaml +++ b/charts/rss-bridge/values.yaml @@ -7,7 +7,7 @@ image: # -- image repository - repository: rssbridge/rss-bridge + repository: ghcr.io/rss-bridge/rss-bridge # -- image pull policy pullPolicy: Always # -- image tag