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
|
||||
description: Service for managing and receiving Alertmanager alerts on Matrix
|
||||
type: application
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
# renovate: image=docker.io/silkeh/alertmanager_matrix
|
||||
appVersion: "0.5.0"
|
||||
maintainers:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
= 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/AppVersion-0.5.0-informational?style=flat-square[AppVersion: 0.5.0]
|
||||
== Maintainers
|
||||
|
@ -214,12 +214,12 @@ helm uninstall alertmanager-matrix-release
|
|||
|
||||
| image.registry
|
||||
| string
|
||||
| `"docker.io"`
|
||||
| `"registry.gitlab.com"`
|
||||
|
|
||||
|
||||
| image.repository
|
||||
| string
|
||||
| `"silkeh/alertmanager_matrix"`
|
||||
| `"wrenix/alertmanager_matrix"`
|
||||
|
|
||||
|
||||
| image.tag
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
replicaCount: 1
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: silkeh/alertmanager_matrix
|
||||
registry: registry.gitlab.com
|
||||
repository: wrenix/alertmanager_matrix
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
# latest with current:
|
||||
|
|
Loading…
Add table
Reference in a new issue