Skip to content

Commit

Permalink
rancher-monitoring/rancher-monitoring - fixing compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmeranda authored and lucasmlp committed Apr 17, 2024
1 parent 0268beb commit 99d1c34
Showing 1 changed file with 86 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- charts-original/Chart.yaml
+++ charts/Chart.yaml
@@ -6,6 +6,21 @@
@@ -6,97 +6,90 @@
- name: Upstream Project
url: https://github.com/prometheus-operator/kube-prometheus
artifacthub.io/operator: "true"
Expand All @@ -22,16 +22,99 @@
apiVersion: v2
appVersion: v0.65.1
dependencies:
@@ -72,7 +87,7 @@
- condition: grafana.enabled
name: grafana
repository: file://./charts/grafana
- version: 6.59.0
- condition: hardenedKubelet.enabled
name: hardenedKubelet
repository: file://./charts/hardenedKubelet
- version: 0.1.6
- condition: hardenedNodeExporter.enabled
name: hardenedNodeExporter
repository: file://./charts/hardenedNodeExporter
- version: 0.1.6
- condition: k3sServer.enabled
name: k3sServer
repository: file://./charts/k3sServer
- version: 0.1.6
- condition: kubeStateMetrics.enabled
name: kube-state-metrics
repository: file://./charts/kube-state-metrics
- version: 5.8.1
- condition: kubeAdmControllerManager.enabled
name: kubeAdmControllerManager
repository: file://./charts/kubeAdmControllerManager
- version: 0.1.6
- condition: kubeAdmEtcd.enabled
name: kubeAdmEtcd
repository: file://./charts/kubeAdmEtcd
- version: 0.1.6
- condition: kubeAdmProxy.enabled
name: kubeAdmProxy
repository: file://./charts/kubeAdmProxy
- version: 0.1.6
- condition: kubeAdmScheduler.enabled
name: kubeAdmScheduler
repository: file://./charts/kubeAdmScheduler
- version: 0.1.6
- condition: prometheus-adapter.enabled
name: prometheus-adapter
repository: file://./charts/prometheus-adapter
- version: 4.2.0
- condition: nodeExporter.enabled
name: prometheus-node-exporter
repository: file://./charts/prometheus-node-exporter
- version: 4.20.0
- condition: rke2ControllerManager.enabled
name: rke2ControllerManager
repository: file://./charts/rke2ControllerManager
- version: 0.1.6
- condition: rke2Etcd.enabled
name: rke2Etcd
repository: file://./charts/rke2Etcd
- version: 0.1.6
- condition: rke2IngressNginx.enabled
name: rke2IngressNginx
repository: file://./charts/rke2IngressNginx
- version: 0.1.6
- condition: rke2Proxy.enabled
name: rke2Proxy
repository: file://./charts/rke2Proxy
- version: 0.1.6
- condition: rke2Scheduler.enabled
name: rke2Scheduler
repository: file://./charts/rke2Scheduler
- version: 0.1.6
- condition: rkeControllerManager.enabled
name: rkeControllerManager
repository: file://./charts/rkeControllerManager
- version: 0.1.6
- condition: rkeEtcd.enabled
name: rkeEtcd
repository: file://./charts/rkeEtcd
- version: 0.1.6
- condition: rkeIngressNginx.enabled
name: rkeIngressNginx
repository: file://./charts/rkeIngressNginx
- version: 0.1.6
- condition: rkeProxy.enabled
name: rkeProxy
repository: file://./charts/rkeProxy
- version: 0.1.6
- condition: rkeScheduler.enabled
name: rkeScheduler
repository: file://./charts/rkeScheduler
- version: 0.1.6
-- condition: windowsExporter.enabled
+- condition: global.cattle.windows.enabled
name: windowsExporter
repository: file://./charts/windowsExporter
- version: 0.1.1
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
@@ -101,7 +116,7 @@
and Prometheus rules combined with documentation and scripts to provide easy to
operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus
@@ -123,7 +116,7 @@
name: Xtigyro
- email: quentin.bisson@gmail.com
name: QuentinBisson
Expand Down

0 comments on commit 99d1c34

Please sign in to comment.