fix(alertmanager-ntfy): update appVersion
This commit is contained in:
parent
f641bf1aeb
commit
e7c432ce69
4 changed files with 10 additions and 3 deletions
|
@ -2,7 +2,8 @@ apiVersion: v2
|
||||||
name: alertmanager-ntfy
|
name: alertmanager-ntfy
|
||||||
description: Receiver for alertmanager to forward to ntfy.sh
|
description: Receiver for alertmanager to forward to ntfy.sh
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.3
|
version: 0.1.4
|
||||||
|
# renovate: image=docker.io/xenrox/ntfy-alertmanager
|
||||||
appVersion: "0.3.0"
|
appVersion: "0.3.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: WrenIX
|
- name: WrenIX
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= alertmanager-ntfy
|
= alertmanager-ntfy
|
||||||
|
|
||||||
image::https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square[Version: 0.1.3]
|
image::https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square[Version: 0.1.4]
|
||||||
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.3.0-informational?style=flat-square[AppVersion: 0.3.0]
|
image::https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square[AppVersion: 0.3.0]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
@ -82,6 +82,11 @@ helm uninstall alertmanager-ntfy-release
|
||||||
| `"IfNotPresent"`
|
| `"IfNotPresent"`
|
||||||
|
|
|
|
||||||
|
|
||||||
|
| image.registry
|
||||||
|
| string
|
||||||
|
| `"docker.io"`
|
||||||
|
|
|
||||||
|
|
||||||
| image.repository
|
| image.repository
|
||||||
| string
|
| string
|
||||||
| `"xenrox/ntfy-alertmanager"`
|
| `"xenrox/ntfy-alertmanager"`
|
||||||
|
|
|
@ -35,7 +35,7 @@ spec:
|
||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
|
registry: docker.io
|
||||||
repository: xenrox/ntfy-alertmanager
|
repository: xenrox/ntfy-alertmanager
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
|
|
Loading…
Add table
Reference in a new issue