fix(hydrogen-web): use new image registry after rename of organisation on github

This commit is contained in:
WrenIX 2023-12-29 09:32:29 +01:00
parent 7a46cdc082
commit f75fede2e6
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
4 changed files with 4 additions and 5 deletions

View file

@ -4,5 +4,5 @@ description: A Helm Chart to install hydrogen-web (a nextgen Matrix Webclient)
type: application type: application
version: 0.1.3 version: 0.1.4
appVersion: "0.4.1" appVersion: "0.4.1"

View file

@ -2,7 +2,7 @@
= hydrogen-web = 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/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] 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 | image.repository
| string | string
| `"ghcr.io/vector-im/hydrogen-web"` | `"ghcr.io/element-hq/hydrogen-web"`
| |
| image.tag | image.tag

View file

@ -5,7 +5,7 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: ghcr.io/vector-im/hydrogen-web repository: ghcr.io/element-hq/hydrogen-web
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""

View file

@ -18,7 +18,6 @@ for p in * ; do
[ $p == "grampsweb" ] || \ [ $p == "grampsweb" ] || \
[ $p == "headscale" ] || \ [ $p == "headscale" ] || \
[ $p == "headscale-ui" ] || \ [ $p == "headscale-ui" ] || \
[ $p == "hydrogen-web" ] || \
[ $p == "jellyfin" ] || \ [ $p == "jellyfin" ] || \
[ $p == "miniserve" ] || \ [ $p == "miniserve" ] || \
[ $p == "monitoring" ] || \ [ $p == "monitoring" ] || \