mirror of https://git.rancher.io/charts
updated rancher alerting to latest versions
updated prom2teams to 4.2.0 and sachet to 0.3.1pull/2259/head
parent
d09f63ab1c
commit
a35ead5b2d
|
@ -1,7 +1,7 @@
|
|||
annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/display-name: Alerting Drivers
|
||||
catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.25.0-0'
|
||||
catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.26.0-0'
|
||||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/permits-os: linux,windows
|
||||
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: local
|
||||
version: 101.0.0
|
||||
version: 101.0.1
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
+ catalog.cattle.io/os: linux
|
||||
+ catalog.cattle.io/release-name: rancher-prom2teams
|
||||
apiVersion: v1
|
||||
appVersion: 3.2.3
|
||||
appVersion: 4.2.0
|
||||
-description: A Helm chart for Prom2Teams
|
||||
-name: prom2teams
|
||||
+description: A Helm chart for Prom2Teams based on the upstream https://github.com/idealista/prom2teams
|
||||
|
|
|
@ -33,17 +33,17 @@
|
|||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
ports:
|
||||
- name: http
|
||||
@@ -46,8 +46,7 @@
|
||||
value: {{ .Values.prom2teams.connector | quote }}
|
||||
- name: PROM2TEAMS_GROUP_ALERTS_BY
|
||||
value: {{ .Values.prom2teams.group_alerts_by | quote }}
|
||||
@@ -52,8 +52,7 @@
|
||||
- name: "{{ $key }}"
|
||||
value: "{{ $value }}"
|
||||
{{- end }}
|
||||
- resources:
|
||||
- {{- toYaml .Values.resources | nindent 12 }}
|
||||
+ resources: {{ toYaml .Values.resources | nindent 12 }}
|
||||
{{- if .Values.securityContext.enabled }}
|
||||
securityContext:
|
||||
privileged: false
|
||||
@@ -57,18 +56,17 @@
|
||||
@@ -63,18 +62,17 @@
|
||||
drop:
|
||||
- ALL
|
||||
{{- end }}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
- repository: idealista/prom2teams
|
||||
- tag:
|
||||
+ repository: rancher/mirrored-idealista-prom2teams
|
||||
+ tag: 3.2.3
|
||||
+ tag: 4.2.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
resources:
|
||||
|
@ -31,8 +31,8 @@
|
|||
connectors: {}
|
||||
# group_alerts_by can be one of
|
||||
# ("name" | "description" | "instance" | "severity" | "status" | "summary" | "fingerprint" | "runbook_url")
|
||||
@@ -44,3 +54,13 @@
|
||||
fsGroup: 65534
|
||||
@@ -45,3 +55,13 @@
|
||||
fsGroup: 101
|
||||
# readOnlyRootFilesystem is a flag to enable readOnlyRootFilesystem for the Hazelcast security context
|
||||
readOnlyRootFilesystem: true
|
||||
+
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
url: https://github.com/idealista/prom2teams.git
|
||||
subdirectory: helm
|
||||
commit: a1691cce91855536be93311fe6b2a4b95b9ce97c # the commit points to the tag 3.2.3
|
||||
version: 101.0.0
|
||||
commit: d8d595292312643986f690cca5e2270eb105b59c # the commit points to the tag 4.2.0
|
||||
version: 101.0.1
|
||||
doNotRelease: true
|
||||
|
|
|
@ -4,7 +4,7 @@ annotations:
|
|||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/release-name: rancher-sachet
|
||||
apiVersion: v2
|
||||
appVersion: 0.2.6
|
||||
appVersion: 0.3.1
|
||||
description: A Helm chart for Sachet based on the upstream https://github.com/messagebird/sachet
|
||||
name: rancher-sachet
|
||||
type: application
|
||||
|
|
|
@ -13,7 +13,7 @@ fullnameOverride: ""
|
|||
configReloader:
|
||||
repository: rancher/mirrored-jimmidyson-configmap-reload
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.4.0
|
||||
tag: v0.8.0
|
||||
|
||||
sachet:
|
||||
# reference: https://github.com/messagebird/sachet/blob/master/examples/config.yaml
|
||||
|
@ -26,7 +26,7 @@ replicaCount: 1
|
|||
image:
|
||||
repository: rancher/mirrored-messagebird-sachet
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.2.6
|
||||
tag: 0.3.1
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
url: local
|
||||
version: 101.0.0
|
||||
version: 101.0.1
|
||||
doNotRelease: true
|
||||
|
|
|
@ -78,4 +78,5 @@ ui-plugin-operator:
|
|||
- 101.0.1+up0.1.1-rc1
|
||||
ui-plugin-operator-crd:
|
||||
- 101.0.1+up0.1.1-rc1
|
||||
|
||||
rancher-alerting-drivers:
|
||||
- 101.0.1
|
||||
|
|
Loading…
Reference in New Issue