Skip to content

Commit

Permalink
🚚 (pictshare): Change image from hascheksolutions/pictshare to ghcr.i…
Browse files Browse the repository at this point in the history
…o/hascheksolutions/pictshare
  • Loading branch information
gabe565 committed Mar 28, 2023
1 parent 5ed7a1f commit 30878dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion charts/pictshare/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/pictshare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion charts/pictshare/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

image:
# -- image repository
repository: hascheksolutions/pictshare
repository: ghcr.io/hascheksolutions/pictshare
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
Expand Down

0 comments on commit 30878dc

Please sign in to comment.