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