mirror of https://git.rancher.io/charts
(dev-v2.6-archive) Fix alerting-drivers Chart.yaml
This is required due to the change released in v0.1.0 of the charts-build-scripts to switch the package used for YAML marshalling / unmarshalling. Note: This does not need a packageVersion bump since it has already been bumped once for this release. (cherry picked from commitpull/1680/heade5415e48de
) (partially cherry picked from commitba726cdc6c
)
parent
775e5e62f2
commit
47a4a72422
|
@ -1,40 +1,20 @@
|
|||
name: rancher-alerting-drivers
|
||||
home: ""
|
||||
sources: []
|
||||
version: 1.0.1
|
||||
description: The manager for third-party webhook receivers used in Prometheus Alertmanager
|
||||
keywords:
|
||||
- monitoring
|
||||
- alertmanger
|
||||
- webhook
|
||||
maintainers: []
|
||||
icon: ""
|
||||
apiversion: v2
|
||||
condition: ""
|
||||
tags: ""
|
||||
appversion: 1.16.0
|
||||
deprecated: false
|
||||
annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/display-name: Alerting Drivers
|
||||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/release-name: rancher-alerting-drivers
|
||||
kubeversion: ""
|
||||
apiVersion: v2
|
||||
appVersion: 1.16.0
|
||||
dependencies:
|
||||
- name: prom2teams
|
||||
version: ""
|
||||
repository: file://./charts/prom2teams
|
||||
condition: prom2teams.enabled
|
||||
tags: []
|
||||
enabled: false
|
||||
importvalues: []
|
||||
alias: ""
|
||||
- name: sachet
|
||||
version: ""
|
||||
- condition: sachet.enabled
|
||||
name: sachet
|
||||
repository: file://./charts/sachet
|
||||
condition: sachet.enabled
|
||||
tags: []
|
||||
enabled: false
|
||||
importvalues: []
|
||||
alias: ""
|
||||
type: ""
|
||||
description: The manager for third-party webhook receivers used in Prometheus Alertmanager
|
||||
keywords:
|
||||
- monitoring
|
||||
- alertmanger
|
||||
- webhook
|
||||
name: rancher-alerting-drivers
|
||||
version: 1.0.2
|
||||
|
|
Loading…
Reference in New Issue