From 30878dca3d7076283286cd64439f9b8f1c9b1082 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Tue, 28 Mar 2023 10:58:01 -0500 Subject: [PATCH] :truck: (pictshare): Change image from hascheksolutions/pictshare to ghcr.io/hascheksolutions/pictshare --- charts/pictshare/Chart.yaml | 4 +++- charts/pictshare/README.md | 2 +- charts/pictshare/values.yaml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/pictshare/Chart.yaml b/charts/pictshare/Chart.yaml index 815b98044..b6df97c6c 100644 --- a/charts/pictshare/Chart.yaml +++ b/charts/pictshare/Chart.yaml @@ -5,7 +5,7 @@ home: https://charts.gabe565.com/charts/pictshare icon: https://camo.githubusercontent.com/6efdab1c63d518fafc5e735001c5ed45e7cbd4958952cdd972e2630eee881d97/68747470733a2f2f7069637473686172652e6e65742f706868796e6a2e706e67 type: application version: 0.4.1 -# renovate datasource=docker depName=hascheksolutions/pictshare +# renovate datasource=docker depName=ghcr.io/hascheksolutions/pictshare appVersion: 74ccf9f6 kubeVersion: ">=1.22.0-0" keywords: @@ -24,3 +24,5 @@ annotations: artifacthub.io/changes: |- - kind: changed description: Update hascheksolutions/pictshare Docker tag to 74ccf9f6 + - kind: changed + description: Change image from hascheksolutions/pictshare to ghcr.io/hascheksolutions/pictshare diff --git a/charts/pictshare/README.md b/charts/pictshare/README.md index 42fc594d0..72711c309 100644 --- a/charts/pictshare/README.md +++ b/charts/pictshare/README.md @@ -85,7 +85,7 @@ N/A | controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy | | env | object | See [values.yaml](./values.yaml). | environment variables. [[ref]](https://github.com/HaschekSolutions/pictshare/blob/master/rtfm/CONFIG.md) | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"hascheksolutions/pictshare"` | image repository | +| image.repository | string | `"ghcr.io/hascheksolutions/pictshare"` | image repository | | image.tag | string | `"74ccf9f6"` | image tag | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | persistence.data | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. | diff --git a/charts/pictshare/values.yaml b/charts/pictshare/values.yaml index 7d4b87cde..3eb0095e4 100644 --- a/charts/pictshare/values.yaml +++ b/charts/pictshare/values.yaml @@ -7,7 +7,7 @@ image: # -- image repository - repository: hascheksolutions/pictshare + repository: ghcr.io/hascheksolutions/pictshare # -- image pull policy pullPolicy: IfNotPresent # -- image tag