mirror of https://git.rancher.io/charts
bump rancher/mirrored-idealista-prom2teams to 3.2.2
parent
de94acb762
commit
84dc16da80
|
@ -7,7 +7,7 @@
|
|||
+ catalog.cattle.io/release-name: rancher-prom2teams
|
||||
+ catalog.cattle.io/os: linux
|
||||
apiVersion: v1
|
||||
appVersion: "3.2.1"
|
||||
appVersion: "3.2.2"
|
||||
-description: A Helm chart for Prom2Teams
|
||||
-name: prom2teams
|
||||
+description: A Helm chart for Prom2Teams based on the upstream https://github.com/idealista/prom2teams
|
||||
|
|
|
@ -18,25 +18,20 @@
|
|||
- repository: idealista/prom2teams
|
||||
- tag:
|
||||
+ repository: rancher/mirrored-idealista-prom2teams
|
||||
+ tag: 3.2.1
|
||||
+ tag: 3.2.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
resources:
|
||||
@@ -22,9 +32,12 @@
|
||||
@@ -22,7 +32,7 @@
|
||||
prom2teams:
|
||||
host: 0.0.0.0
|
||||
port: 8089
|
||||
- connector:
|
||||
+ connector: the-connector-url
|
||||
connectors: {}
|
||||
+ # group_alerts_by can be one of
|
||||
+ # ("name" | "description" | "instance" | "severity" | "status" | "summary" | "fingerprint" | "runbook_url")
|
||||
group_alerts_by:
|
||||
+ # loglevel can be one of (DEBUG | INFO | WARNING | ERROR | CRITICAL)
|
||||
loglevel: INFO
|
||||
templatepath: /opt/prom2teams/helmconfig/teams.j2
|
||||
config: /opt/prom2teams/helmconfig/config.ini
|
||||
@@ -41,3 +54,9 @@
|
||||
# group_alerts_by can be one of
|
||||
# ("name" | "description" | "instance" | "severity" | "status" | "summary" | "fingerprint" | "runbook_url")
|
||||
@@ -44,3 +54,9 @@
|
||||
fsGroup: 65534
|
||||
# readOnlyRootFilesystem is a flag to enable readOnlyRootFilesystem for the Hazelcast security context
|
||||
readOnlyRootFilesystem: true
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
url: https://github.com/idealista/prom2teams.git
|
||||
subdirectory: helm
|
||||
commit: 29710102acb7748dc93cc1e827d2f5b8aa506206 # the commit points to the tag 3.2.1
|
||||
commit: 5fb10e9ad1bfb6a99071a30afdfb0ecfb830a830 # the commit points to the tag 3.2.2
|
||||
version: 100.0.0
|
||||
|
|
Loading…
Reference in New Issue