-
Notifications
You must be signed in to change notification settings - Fork 718
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rancher-monitoring/rancher-node-exporter to new base 766bdf70d…
…d19d4ddc80b0a4a7e785bf85b405c05
- Loading branch information
1 parent
06d3dd0
commit d9ae49f
Showing
6 changed files
with
46 additions
and
40 deletions.
There are no files selected for viewing
19 changes: 15 additions & 4 deletions
19
packages/rancher-monitoring/rancher-node-exporter/generated-changes/patch/Chart.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,33 @@ | ||
--- charts-original/Chart.yaml | ||
+++ charts/Chart.yaml | ||
@@ -1,3 +1,10 @@ | ||
+annotations: | ||
@@ -1,10 +1,12 @@ | ||
annotations: | ||
- artifacthub.io/license: Apache-2.0 | ||
- artifacthub.io/links: | | ||
- - name: Chart Source | ||
- url: https://github.com/prometheus-community/helm-charts | ||
+ catalog.cattle.io/hidden: "true" | ||
+ catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.27.0-0' | ||
+ catalog.cattle.io/os: linux | ||
+ catalog.rancher.io/certified: rancher | ||
+ catalog.rancher.io/namespace: cattle-monitoring-system | ||
+ catalog.rancher.io/release-name: rancher-node-exporter | ||
apiVersion: v2 | ||
appVersion: 1.3.1 | ||
-appVersion: 1.6.0 | ||
+appVersion: 1.3.1 | ||
description: A Helm chart for prometheus node-exporter | ||
@@ -11,7 +18,7 @@ | ||
home: https://github.com/prometheus/node_exporter/ | ||
keywords: | ||
@@ -16,10 +18,8 @@ | ||
name: gianrubio | ||
- email: zanhsieh@gmail.com | ||
name: zanhsieh | ||
-- email: rootsandtrees@posteo.de | ||
- name: zeritti | ||
-name: prometheus-node-exporter | ||
+name: rancher-node-exporter | ||
sources: | ||
- https://github.com/prometheus/node_exporter/ | ||
type: application | ||
-version: 4.20.0 | ||
+version: 4.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 2 additions & 23 deletions
25
...r-monitoring/rancher-node-exporter/generated-changes/patch/templates/daemonset.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,11 @@ | ||
--- charts-original/templates/daemonset.yaml | ||
+++ charts/templates/daemonset.yaml | ||
@@ -35,7 +35,7 @@ | ||
{{- end }} | ||
@@ -42,7 +42,7 @@ | ||
containers: | ||
{{- $servicePort := ternary 8100 .Values.service.port .Values.kubeRBACProxy.enabled }} | ||
- name: node-exporter | ||
- image: {{ include "prometheus-node-exporter.image" . }} | ||
+ image: {{ template "system_default_registry" . }}{{ include "prometheus-node-exporter.image" . }} | ||
imagePullPolicy: {{ .Values.image.pullPolicy }} | ||
args: | ||
- --path.procfs=/host/proc | ||
@@ -177,14 +177,14 @@ | ||
dnsConfig: | ||
{{ toYaml . | indent 8 }} | ||
{{- end }} | ||
+ nodeSelector: {{ include "linux-node-selector" . | nindent 8 }} | ||
{{- if .Values.nodeSelector }} | ||
- nodeSelector: | ||
-{{ toYaml .Values.nodeSelector | indent 8 }} | ||
+{{- toYaml .Values.nodeSelector | nindent 8 }} | ||
{{- end }} | ||
- {{- with .Values.tolerations }} | ||
- tolerations: | ||
-{{ toYaml . | indent 8 }} | ||
- {{- end }} | ||
+ tolerations: {{ include "linux-node-tolerations" . | nindent 8 }} | ||
+{{- if .Values.tolerations }} | ||
+{{- toYaml .Values.tolerations | nindent 8 }} | ||
+{{- end }} | ||
volumes: | ||
- name: proc | ||
hostPath: |
2 changes: 1 addition & 1 deletion
2
...r-monitoring/rancher-node-exporter/generated-changes/patch/templates/endpoints.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters