Skip to content

Commit

Permalink
Merge pull request #437 from pree/chore/move-to-ghcr
Browse files Browse the repository at this point in the history
chore(overseer): move to ghcr.io
  • Loading branch information
pree authored Dec 21, 2024
2 parents 9890895 + f19727e commit c23cc47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/overseer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: overseerr
description: Request management and media discovery tool for the Plex ecosystem
type: application
version: 1.0.1
# renovate: image=sctx/overseerr
version: 1.0.2
# renovate: image=ghcr.io/sct/overseerr
appVersion: "1.33.2"
keywords:
- radarr
Expand All @@ -23,4 +23,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: use template to generate README.md
description: use ghcr.io as image repository
4 changes: 2 additions & 2 deletions charts/overseer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# overseerr

![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.33.2](https://img.shields.io/badge/AppVersion-1.33.2-informational?style=flat-square)
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.33.2](https://img.shields.io/badge/AppVersion-1.33.2-informational?style=flat-square)

Request management and media discovery tool for the Plex ecosystem

Expand Down Expand Up @@ -29,7 +29,7 @@ Request management and media discovery tool for the Plex ecosystem
| env | object | See below | environment variables. |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"sctx/overseerr"` | image repository |
| image.repository | string | `"ghcr.io/sct/overseerr"` | image repository |
| image.tag | string | `nil` | |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
Expand Down
2 changes: 1 addition & 1 deletion charts/overseer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

image:
# -- image repository
repository: sctx/overseerr
repository: ghcr.io/sct/overseerr
# @default -- chart.appVersion
tag:
# -- image pull policy
Expand Down

0 comments on commit c23cc47

Please sign in to comment.