Merge pull request #1650 from jiaqiluo/alerting-driver-annotations

pull/1657/head
Jiaqi Luo 2021-12-15 09:42:45 -07:00 committed by GitHub
commit 9e6015cce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 2 deletions

View File

@ -1,9 +1,12 @@
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'
catalog.cattle.io/os: linux catalog.cattle.io/os: linux
catalog.cattle.io/rancher-version: '>= 2.6.0-0 <=2.6.99-0'
catalog.cattle.io/release-name: rancher-alerting-drivers catalog.cattle.io/release-name: rancher-alerting-drivers
catalog.cattle.io/type: cluster-tool catalog.cattle.io/type: cluster-tool
catalog.cattle.io/upstream-version: 100.0.1
apiVersion: v2 apiVersion: v2
appVersion: 1.16.0 appVersion: 1.16.0
dependencies: dependencies:

View File

@ -1266,12 +1266,15 @@ entries:
- 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'
catalog.cattle.io/os: linux catalog.cattle.io/os: linux
catalog.cattle.io/rancher-version: '>= 2.6.0-0 <=2.6.99-0'
catalog.cattle.io/release-name: rancher-alerting-drivers catalog.cattle.io/release-name: rancher-alerting-drivers
catalog.cattle.io/type: cluster-tool catalog.cattle.io/type: cluster-tool
catalog.cattle.io/upstream-version: 100.0.1
apiVersion: v2 apiVersion: v2
appVersion: 1.16.0 appVersion: 1.16.0
created: "2021-10-29T15:25:18.967921-07:00" created: "2021-12-13T14:25:30.102904-07:00"
dependencies: dependencies:
- condition: prom2teams.enabled - condition: prom2teams.enabled
name: prom2teams name: prom2teams
@ -1281,7 +1284,7 @@ entries:
repository: file://./charts/sachet repository: file://./charts/sachet
description: The manager for third-party webhook receivers used in Prometheus description: The manager for third-party webhook receivers used in Prometheus
Alertmanager Alertmanager
digest: 30c7acc507e0e7608da673914f0b375e5328aa1faae577120edc4fe5dcb21ff3 digest: fc0aebbfdd7ea9cae06e1021721f38b5ceeb5fb54bc0a1f057588107d9c81b7d
icon: https://charts.rancher.io/assets/logos/alerting-drivers.svg icon: https://charts.rancher.io/assets/logos/alerting-drivers.svg
keywords: keywords:
- monitoring - monitoring

View File

@ -4,6 +4,9 @@ annotations:
catalog.cattle.io/type: cluster-tool catalog.cattle.io/type: cluster-tool
catalog.cattle.io/os: linux catalog.cattle.io/os: linux
catalog.cattle.io/release-name: rancher-alerting-drivers catalog.cattle.io/release-name: rancher-alerting-drivers
catalog.cattle.io/rancher-version: ">= 2.6.0-0 <=2.6.99-0"
catalog.cattle.io/kube-version: ">= 1.16.0-0"
catalog.cattle.io/upstream-version: 100.0.1
apiVersion: v2 apiVersion: v2
appVersion: 1.16.0 appVersion: 1.16.0
dependencies: dependencies: