fix(alertmanager-matrix): change registry for support arm64 (own build)

This commit is contained in:
WrenIX 2024-11-01 22:11:21 +01:00
parent 2ee0926c93
commit 8e9066c8b4
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 6 additions and 6 deletions

View file

@ -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:

View file

@ -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

View file

@ -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: