fix(alertmanager-matrix): change registry for support arm64 (own build)
This commit is contained in:
parent
2ee0926c93
commit
8e9066c8b4
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
name: alertmanager-matrix
|
name: alertmanager-matrix
|
||||||
description: Service for managing and receiving Alertmanager alerts on Matrix
|
description: Service for managing and receiving Alertmanager alerts on Matrix
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
# renovate: image=docker.io/silkeh/alertmanager_matrix
|
# renovate: image=docker.io/silkeh/alertmanager_matrix
|
||||||
appVersion: "0.5.0"
|
appVersion: "0.5.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= alertmanager-matrix
|
= alertmanager-matrix
|
||||||
|
|
||||||
image::https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square[Version: 0.1.9]
|
image::https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square[Version: 0.1.10]
|
||||||
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.5.0-informational?style=flat-square[AppVersion: 0.5.0]
|
image::https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square[AppVersion: 0.5.0]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
@ -214,12 +214,12 @@ helm uninstall alertmanager-matrix-release
|
||||||
|
|
||||||
| image.registry
|
| image.registry
|
||||||
| string
|
| string
|
||||||
| `"docker.io"`
|
| `"registry.gitlab.com"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| image.repository
|
| image.repository
|
||||||
| string
|
| string
|
||||||
| `"silkeh/alertmanager_matrix"`
|
| `"wrenix/alertmanager_matrix"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| image.tag
|
| image.tag
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: registry.gitlab.com
|
||||||
repository: silkeh/alertmanager_matrix
|
repository: wrenix/alertmanager_matrix
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
# latest with current:
|
# latest with current:
|
||||||
|
|
Loading…
Add table
Reference in a new issue