mirror of https://git.rancher.io/charts
Merge pull request #2435 from aiyengar2/bump_prometheus_federator_2_7
[2.7] Bump Prometheus Federator to v0.2.1pull/2439/head
commit
b489ebdf21
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -9,7 +9,7 @@ annotations:
|
|||
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
|
||||
catalog.cattle.io/release-name: prometheus-federator
|
||||
apiVersion: v2
|
||||
appVersion: 0.2.0
|
||||
appVersion: 0.2.1
|
||||
dependencies:
|
||||
- condition: helmProjectOperator.enabled
|
||||
name: helmProjectOperator
|
||||
|
@ -17,4 +17,4 @@ dependencies:
|
|||
description: Prometheus Federator
|
||||
icon: https://raw.githubusercontent.com/rancher/prometheus-federator/main/assets/logos/prometheus-federator.svg
|
||||
name: prometheus-federator
|
||||
version: 2.0.0+up0.2.0
|
||||
version: 2.0.0+up0.2.1
|
|
@ -0,0 +1,20 @@
|
|||
annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/display-name: Prometheus Federator
|
||||
catalog.cattle.io/kube-version: '>=1.16.0-0'
|
||||
catalog.cattle.io/namespace: cattle-monitoring-system
|
||||
catalog.cattle.io/os: linux,windows
|
||||
catalog.cattle.io/permits-os: linux,windows
|
||||
catalog.cattle.io/provides-gvr: helm.cattle.io.projecthelmchart/v1alpha1
|
||||
catalog.cattle.io/rancher-version: '>= 2.6.5-0 <= 2.6.100-0'
|
||||
catalog.cattle.io/release-name: prometheus-federator
|
||||
apiVersion: v2
|
||||
appVersion: 0.2.1
|
||||
dependencies:
|
||||
- condition: helmProjectOperator.enabled
|
||||
name: helmProjectOperator
|
||||
repository: file://./charts/helmProjectOperator
|
||||
description: Prometheus Federator
|
||||
icon: https://raw.githubusercontent.com/rancher/prometheus-federator/main/assets/logos/prometheus-federator.svg
|
||||
name: prometheus-federator
|
||||
version: 0.2.1
|
|
@ -58,7 +58,7 @@ helmProjectOperator:
|
|||
|
||||
image:
|
||||
repository: rancher/prometheus-federator
|
||||
tag: v0.2.0
|
||||
tag: v0.2.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Additional arguments to be passed into the Prometheus Federator image
|
|
@ -30,4 +30,4 @@ maintainers:
|
|||
url: https://github.com/geethub97
|
||||
name: rancher-project-monitoring
|
||||
type: application
|
||||
version: 2.0.0+up0.2.0
|
||||
version: 2.0.0+up0.2.1
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue