fix(hydrogen-web): use new image registry after rename of organisation on github
This commit is contained in:
parent
7a46cdc082
commit
f75fede2e6
4 changed files with 4 additions and 5 deletions
|
@ -4,5 +4,5 @@ description: A Helm Chart to install hydrogen-web (a nextgen Matrix Webclient)
|
|||
|
||||
type: application
|
||||
|
||||
version: 0.1.3
|
||||
version: 0.1.4
|
||||
appVersion: "0.4.1"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
= hydrogen-web
|
||||
|
||||
image::https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square[Version: 0.1.3]
|
||||
image::https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square[Version: 0.1.4]
|
||||
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
||||
image::https://img.shields.io/badge/AppVersion-0.4.1-informational?style=flat-square[AppVersion: 0.4.1]
|
||||
|
||||
|
@ -114,7 +114,7 @@ helm uninstall hydrogen-web-release
|
|||
|
||||
| image.repository
|
||||
| string
|
||||
| `"ghcr.io/vector-im/hydrogen-web"`
|
||||
| `"ghcr.io/element-hq/hydrogen-web"`
|
||||
|
|
||||
|
||||
| image.tag
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: ghcr.io/vector-im/hydrogen-web
|
||||
repository: ghcr.io/element-hq/hydrogen-web
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
|
|
|
@ -18,7 +18,6 @@ for p in * ; do
|
|||
[ $p == "grampsweb" ] || \
|
||||
[ $p == "headscale" ] || \
|
||||
[ $p == "headscale-ui" ] || \
|
||||
[ $p == "hydrogen-web" ] || \
|
||||
[ $p == "jellyfin" ] || \
|
||||
[ $p == "miniserve" ] || \
|
||||
[ $p == "monitoring" ] || \
|
||||
|
|
Loading…
Add table
Reference in a new issue