1 Commits

Author SHA1 Message Date
716a809bd2 Update Helm release gitea to v12
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 20s
2025-05-18 03:30:40 +00:00
2 changed files with 16 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ spec:
remoteRef: remoteRef:
conversionStrategy: Default conversionStrategy: Default
decodingStrategy: None decodingStrategy: None
key: /cl01tl/kube-prometheus-stack/ntfy-alertmanager key: /pushover/key
metadataPolicy: None metadataPolicy: None
property: ntfy_password property: ntfy_password

View File

@@ -178,8 +178,6 @@ kube-prometheus-stack:
requests: requests:
storage: 200Gi storage: 200Gi
ntfy-alertmanager: ntfy-alertmanager:
global:
fullnameOverride: ntfy-alertmanager
controllers: controllers:
main: main:
type: deployment type: deployment
@@ -192,6 +190,21 @@ ntfy-alertmanager:
repository: xenrox/ntfy-alertmanager repository: xenrox/ntfy-alertmanager
tag: 0.4.0 tag: 0.4.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
probes:
liveness:
enabled: true
custom: true
spec:
httpGet:
path: /
port: http
readiness:
enabled: true
custom: true
spec:
httpGet:
path: /
port: http
service: service:
main: main:
controller: main controller: main