mirror of https://git.rancher.io/charts
[dev-v2.10] Update prometheus adapter image dependency (#4387)
parent
522638eaab
commit
a869e0e6b2
Binary file not shown.
|
@ -11,7 +11,7 @@ topologySpreadConstraints: []
|
|||
|
||||
image:
|
||||
repository: rancher/mirrored-prometheus-adapter-prometheus-adapter
|
||||
tag: v0.10.0
|
||||
tag: v0.12.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
logLevel: 4
|
||||
|
|
|
@ -11042,7 +11042,7 @@ entries:
|
|||
catalog.cattle.io/upstream-version: 57.0.3
|
||||
apiVersion: v2
|
||||
appVersion: v0.72.0
|
||||
created: "2024-08-22T13:15:25.479248456-04:00"
|
||||
created: "2024-08-30T13:07:26.970499499-04:00"
|
||||
dependencies:
|
||||
- condition: grafana.enabled
|
||||
name: grafana
|
||||
|
@ -11114,7 +11114,7 @@ entries:
|
|||
and Prometheus rules combined with documentation and scripts to provide easy
|
||||
to operate end-to-end Kubernetes cluster monitoring with Prometheus using the
|
||||
Prometheus Operator.
|
||||
digest: c3c5e7ff97f7e4c04a0d6bf7909ea50a8bf46b556236fce2a55065f0db3e0c15
|
||||
digest: 28511abf49633f29735d5ee28f94fc0d54737ff111486e91eadcf921db6bcf89
|
||||
home: https://github.com/prometheus-operator/kube-prometheus
|
||||
icon: file://assets/logos/rancher-monitoring.png
|
||||
keywords:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- charts-original/values.yaml
|
||||
+++ charts/values.yaml
|
||||
@@ -1,9 +1,16 @@
|
||||
@@ -1,10 +1,17 @@
|
||||
+# Default values for k8s-prometheus-adapter..
|
||||
+global:
|
||||
+ cattle:
|
||||
|
@ -14,7 +14,9 @@
|
|||
|
||||
image:
|
||||
- repository: registry.k8s.io/prometheus-adapter/prometheus-adapter
|
||||
- tag: v0.10.0
|
||||
+ repository: rancher/mirrored-prometheus-adapter-prometheus-adapter
|
||||
tag: v0.10.0
|
||||
+ tag: v0.12.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
logLevel: 4
|
||||
|
|
Loading…
Reference in New Issue