fix(conduit): use docker.io because of well tagged container images
This commit is contained in:
parent
af8f5968ac
commit
9958ceb79f
3 changed files with 7 additions and 7 deletions
|
@ -3,8 +3,8 @@ name: conduit
|
||||||
description: Conduit is a simple, fast and reliable chat server powered by Matrix.
|
description: Conduit is a simple, fast and reliable chat server powered by Matrix.
|
||||||
icon: https://conduit.rs/conduit.svg
|
icon: https://conduit.rs/conduit.svg
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.5
|
version: 0.3.6
|
||||||
# renovate: image=registry.gitlab.com/famedly/conduit/matrix-conduit
|
# renovate: image=docker.io/matrixconduit/matrix-conduit
|
||||||
appVersion: "0.8.0"
|
appVersion: "0.8.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: WrenIX
|
- name: WrenIX
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= conduit
|
= 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/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]
|
image::https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square[AppVersion: 0.8.0]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
@ -144,12 +144,12 @@ helm uninstall conduit-release
|
||||||
|
|
||||||
| image.registry
|
| image.registry
|
||||||
| string
|
| string
|
||||||
| `"registry.gitlab.com"`
|
| `"docker.io"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| image.repository
|
| image.repository
|
||||||
| string
|
| string
|
||||||
| `"famedly/conduit/matrix-conduit"`
|
| `"matrixconduit/matrix-conduit"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| image.tag
|
| image.tag
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
registry: registry.gitlab.com
|
registry: docker.io
|
||||||
repository: famedly/conduit/matrix-conduit
|
repository: matrixconduit/matrix-conduit
|
||||||
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: ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue