Skip to content

Commit

Permalink
🔧 (rss-bridge): Use ghcr.io package repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jan 10, 2023
1 parent 44f5e0a commit 150c2c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/rss-bridge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/rss-bridge/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/rss-bridge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 150c2c5

Please sign in to comment.