mirror of https://git.rancher.io/charts
[dev-v2.9 ] rancher-monitoring 104.0.0-rc1+up57.0.3 (#4233)
Signed-off-by: Alexandre Lamarre <alexandre.lamarre@suse.com>pull/4234/head^2
parent
fe5311bf01
commit
6101986669
Binary file not shown.
|
@ -46,7 +46,7 @@ spec:
|
|||
containers:
|
||||
{{- $servicePort := ternary .Values.kubeRBACProxy.port .Values.service.port .Values.kubeRBACProxy.enabled }}
|
||||
- name: node-exporter
|
||||
image: {{ template "system_default_registry" . }}{{ include "prometheus-node-exporter.image" . }}
|
||||
image: {{ include "prometheus-node-exporter.image" . }}
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
args:
|
||||
- --path.procfs=/host/proc
|
||||
|
|
|
@ -6,7 +6,7 @@ image:
|
|||
registry: docker.io
|
||||
repository: rancher/mirrored-prometheus-node-exporter
|
||||
# Overrides the image tag whose default is {{ printf "v%s" .Chart.AppVersion }}
|
||||
tag: v1.3.1
|
||||
tag: v1.7.0
|
||||
pullPolicy: IfNotPresent
|
||||
digest: ""
|
||||
|
||||
|
|
|
@ -16797,7 +16797,7 @@ entries:
|
|||
catalog.cattle.io/upstream-version: 57.0.3
|
||||
apiVersion: v2
|
||||
appVersion: v0.72.0
|
||||
created: "2024-07-08T16:48:55.155334-04:00"
|
||||
created: "2024-07-16T10:47:29.913909444-04:00"
|
||||
dependencies:
|
||||
- condition: grafana.enabled
|
||||
name: grafana
|
||||
|
@ -16869,7 +16869,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: 33eb0e269fe76ce3fe43b0eb8c99b4b2eff766306295263f1a883bd2942023da
|
||||
digest: 0b2a5a187c50d80ea545e69981b02f6c7956c7dc1cef91da50ec933c9455f7f4
|
||||
home: https://github.com/prometheus-operator/kube-prometheus
|
||||
icon: file://assets/logos/rancher-monitoring.png
|
||||
keywords:
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
--- charts-original/charts/prometheus-node-exporter/templates/daemonset.yaml
|
||||
+++ charts/charts/prometheus-node-exporter/templates/daemonset.yaml
|
||||
@@ -46,7 +46,7 @@
|
||||
containers:
|
||||
{{- $servicePort := ternary .Values.kubeRBACProxy.port .Values.service.port .Values.kubeRBACProxy.enabled }}
|
||||
- name: node-exporter
|
||||
- image: {{ template "system_default_registry" . }}{{ include "prometheus-node-exporter.image" . }}
|
||||
+ image: {{ include "prometheus-node-exporter.image" . }}
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
args:
|
||||
- --path.procfs=/host/proc
|
||||
@@ -194,10 +194,11 @@
|
||||
- name: kube-rbac-proxy-config
|
||||
mountPath: /etc/kube-rbac-proxy-config
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
--- charts-original/charts/prometheus-node-exporter/values.yaml
|
||||
+++ charts/charts/prometheus-node-exporter/values.yaml
|
||||
@@ -6,7 +6,7 @@
|
||||
registry: docker.io
|
||||
repository: rancher/mirrored-prometheus-node-exporter
|
||||
# Overrides the image tag whose default is {{ printf "v%s" .Chart.AppVersion }}
|
||||
- tag: v1.3.1
|
||||
+ tag: v1.7.0
|
||||
pullPolicy: IfNotPresent
|
||||
digest: ""
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
imagePullSecrets: []
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue