From 9958ceb79f1eb45c22a788d70d42af8cd8a635b3 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sun, 6 Oct 2024 14:12:44 +0200 Subject: [PATCH] fix(conduit): use docker.io because of well tagged container images --- conduit/Chart.yaml | 4 ++-- conduit/README.adoc | 6 +++--- conduit/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conduit/Chart.yaml b/conduit/Chart.yaml index 7f04d8f..519a205 100644 --- a/conduit/Chart.yaml +++ b/conduit/Chart.yaml @@ -3,8 +3,8 @@ name: conduit description: Conduit is a simple, fast and reliable chat server powered by Matrix. icon: https://conduit.rs/conduit.svg type: application -version: 0.3.5 -# renovate: image=registry.gitlab.com/famedly/conduit/matrix-conduit +version: 0.3.6 +# renovate: image=docker.io/matrixconduit/matrix-conduit appVersion: "0.8.0" maintainers: - name: WrenIX diff --git a/conduit/README.adoc b/conduit/README.adoc index aceed9c..43edaa1 100644 --- a/conduit/README.adoc +++ b/conduit/README.adoc @@ -2,7 +2,7 @@ = conduit -image::https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square[Version: 0.3.5] +image::https://img.shields.io/badge/Version-0.3.6-informational?style=flat-square[Version: 0.3.6] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square[AppVersion: 0.8.0] == Maintainers @@ -144,12 +144,12 @@ helm uninstall conduit-release | image.registry | string -| `"registry.gitlab.com"` +| `"docker.io"` | | image.repository | string -| `"famedly/conduit/matrix-conduit"` +| `"matrixconduit/matrix-conduit"` | | image.tag diff --git a/conduit/values.yaml b/conduit/values.yaml index 816237e..ea27974 100644 --- a/conduit/values.yaml +++ b/conduit/values.yaml @@ -5,8 +5,8 @@ replicaCount: 1 image: - registry: registry.gitlab.com - repository: famedly/conduit/matrix-conduit + registry: docker.io + repository: matrixconduit/matrix-conduit pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: ""