diff --git a/assets/rancher-monitoring/rancher-monitoring-106.0.0+up61.3.2.tgz b/assets/rancher-monitoring/rancher-monitoring-106.0.0+up61.3.2.tgz index 0e7aad2ee9..c1230f83fa 100644 Binary files a/assets/rancher-monitoring/rancher-monitoring-106.0.0+up61.3.2.tgz and b/assets/rancher-monitoring/rancher-monitoring-106.0.0+up61.3.2.tgz differ diff --git a/charts/rancher-monitoring/106.0.0+up61.3.2/charts/prometheus-adapter/templates/deployment.yaml b/charts/rancher-monitoring/106.0.0+up61.3.2/charts/prometheus-adapter/templates/deployment.yaml index 1ec283d93f..a6a0df8482 100644 --- a/charts/rancher-monitoring/106.0.0+up61.3.2/charts/prometheus-adapter/templates/deployment.yaml +++ b/charts/rancher-monitoring/106.0.0+up61.3.2/charts/prometheus-adapter/templates/deployment.yaml @@ -115,8 +115,6 @@ spec: {{- if .Values.nodeSelector }} {{- toYaml .Values.nodeSelector | nindent 8 }} {{- end }} - nodeSelector: - {{- toYaml .Values.nodeSelector | nindent 8 }} affinity: {{- toYaml .Values.affinity | nindent 8 }} topologySpreadConstraints: diff --git a/index.yaml b/index.yaml index 9e554d60fd..8b9806f6c6 100755 --- a/index.yaml +++ b/index.yaml @@ -15772,7 +15772,7 @@ entries: catalog.cattle.io/upstream-version: 57.0.3 apiVersion: v2 appVersion: v0.75.1 - created: "2025-02-10T10:44:30.168476-05:00" + created: "2025-02-13T12:07:47.454175437-05:00" dependencies: - condition: grafana.enabled name: grafana @@ -15844,7 +15844,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: 97b5672160a3a86517a1aad50c75b36e906220d6c24df73c726049d1996ac25b + digest: cb51b9c1aa90a7227d4659c9d910bde06ba17a2d7acb6a344d809a798f674b03 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-adapter/templates/deployment.yaml.patch b/packages/rancher-monitoring/rancher-monitoring/generated-changes/patch/charts/prometheus-adapter/templates/deployment.yaml.patch index afbe5bf0bb..2248794ff6 100644 --- a/packages/rancher-monitoring/rancher-monitoring/generated-changes/patch/charts/prometheus-adapter/templates/deployment.yaml.patch +++ b/packages/rancher-monitoring/rancher-monitoring/generated-changes/patch/charts/prometheus-adapter/templates/deployment.yaml.patch @@ -1,12 +1,14 @@ --- charts-original/charts/prometheus-adapter/templates/deployment.yaml +++ charts/charts/prometheus-adapter/templates/deployment.yaml -@@ -112,6 +112,9 @@ +@@ -112,8 +112,9 @@ {{- toYaml . | nindent 6 }} {{- end }} nodeSelector: {{ include "linux-node-selector" . | nindent 8 }} +- nodeSelector: +- {{- toYaml .Values.nodeSelector | nindent 8 }} +{{- if .Values.nodeSelector }} +{{- toYaml .Values.nodeSelector | nindent 8 }} +{{- end }} - nodeSelector: - {{- toYaml .Values.nodeSelector | nindent 8 }} affinity: + {{- toYaml .Values.affinity | nindent 8 }} + topologySpreadConstraints: