diff --git a/hydrogen-web/Chart.yaml b/hydrogen-web/Chart.yaml index 1589cb2..e0742b6 100644 --- a/hydrogen-web/Chart.yaml +++ b/hydrogen-web/Chart.yaml @@ -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" diff --git a/hydrogen-web/README.adoc b/hydrogen-web/README.adoc index 1440e00..d81af9d 100644 --- a/hydrogen-web/README.adoc +++ b/hydrogen-web/README.adoc @@ -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 diff --git a/hydrogen-web/values.yaml b/hydrogen-web/values.yaml index 8d3370d..8242122 100644 --- a/hydrogen-web/values.yaml +++ b/hydrogen-web/values.yaml @@ -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: "" diff --git a/publish.sh b/publish.sh index 041c16f..037aacd 100755 --- a/publish.sh +++ b/publish.sh @@ -18,7 +18,6 @@ for p in * ; do [ $p == "grampsweb" ] || \ [ $p == "headscale" ] || \ [ $p == "headscale-ui" ] || \ - [ $p == "hydrogen-web" ] || \ [ $p == "jellyfin" ] || \ [ $p == "miniserve" ] || \ [ $p == "monitoring" ] || \