diff --git a/assets/rancher-monitoring/rancher-monitoring-104.0.0-rc1+up57.0.3.tgz b/assets/rancher-monitoring/rancher-monitoring-104.0.0-rc1+up57.0.3.tgz index 5f8ea1383..a2f7e69f6 100644 Binary files a/assets/rancher-monitoring/rancher-monitoring-104.0.0-rc1+up57.0.3.tgz and b/assets/rancher-monitoring/rancher-monitoring-104.0.0-rc1+up57.0.3.tgz differ diff --git a/charts/rancher-monitoring/104.0.0-rc1+up57.0.3/charts/prometheus-node-exporter/templates/daemonset.yaml b/charts/rancher-monitoring/104.0.0-rc1+up57.0.3/charts/prometheus-node-exporter/templates/daemonset.yaml index 2899a98f1..48d274f1b 100644 --- a/charts/rancher-monitoring/104.0.0-rc1+up57.0.3/charts/prometheus-node-exporter/templates/daemonset.yaml +++ b/charts/rancher-monitoring/104.0.0-rc1+up57.0.3/charts/prometheus-node-exporter/templates/daemonset.yaml @@ -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 diff --git a/charts/rancher-monitoring/104.0.0-rc1+up57.0.3/charts/prometheus-node-exporter/values.yaml b/charts/rancher-monitoring/104.0.0-rc1+up57.0.3/charts/prometheus-node-exporter/values.yaml index 15981b795..b9f2f7ab8 100644 --- a/charts/rancher-monitoring/104.0.0-rc1+up57.0.3/charts/prometheus-node-exporter/values.yaml +++ b/charts/rancher-monitoring/104.0.0-rc1+up57.0.3/charts/prometheus-node-exporter/values.yaml @@ -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: "" diff --git a/index.yaml b/index.yaml index 85ba5e8cf..e9c08e5dc 100755 --- a/index.yaml +++ b/index.yaml @@ -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: diff --git a/packages/rancher-monitoring/rancher-monitoring/generated-changes/patch/charts/prometheus-node-exporter/templates/daemonset.yaml.patch b/packages/rancher-monitoring/rancher-monitoring/generated-changes/patch/charts/prometheus-node-exporter/templates/daemonset.yaml.patch index 365b64669..e244424f2 100644 --- a/packages/rancher-monitoring/rancher-monitoring/generated-changes/patch/charts/prometheus-node-exporter/templates/daemonset.yaml.patch +++ b/packages/rancher-monitoring/rancher-monitoring/generated-changes/patch/charts/prometheus-node-exporter/templates/daemonset.yaml.patch @@ -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 diff --git a/packages/rancher-monitoring/rancher-monitoring/generated-changes/patch/charts/prometheus-node-exporter/values.yaml.patch b/packages/rancher-monitoring/rancher-monitoring/generated-changes/patch/charts/prometheus-node-exporter/values.yaml.patch index 4a19b594b..615fbb356 100644 --- a/packages/rancher-monitoring/rancher-monitoring/generated-changes/patch/charts/prometheus-node-exporter/values.yaml.patch +++ b/packages/rancher-monitoring/rancher-monitoring/generated-changes/patch/charts/prometheus-node-exporter/values.yaml.patch @@ -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: [] #