Skip to content

Commit

Permalink
Simplify chart.yaml.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Jan 15, 2025
1 parent bb620c9 commit b9e7a55
Showing 1 changed file with 6 additions and 88 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
--- charts-original/Chart.yaml
+++ charts/Chart.yaml
@@ -4,113 +4,98 @@
- name: Chart Source
url: https://github.com/prometheus-community/helm-charts
@@ -6,13 +6,24 @@
- name: Upstream Project
- url: https://github.com/prometheus-operator/kube-prometheus
+ url: https://github.com/prometheus-operator/kube-prometheus
url: https://github.com/prometheus-operator/kube-prometheus
artifacthub.io/operator: "true"
+ catalog.cattle.io/auto-install: rancher-monitoring-crd=match
+ catalog.cattle.io/certified: rancher
Expand All @@ -32,97 +29,18 @@
- condition: grafana.enabled
name: grafana
repository: file://./charts/grafana
- version: 7.3.11
- condition: hardenedKubelet.enabled
name: hardenedKubelet
repository: file://./charts/hardenedKubelet
- version: 0.2.0
- condition: hardenedNodeExporter.enabled
name: hardenedNodeExporter
repository: file://./charts/hardenedNodeExporter
- version: 0.2.0
- condition: k3sServer.enabled
name: k3sServer
repository: file://./charts/k3sServer
- version: 0.2.0
- condition: kubeStateMetrics.enabled
name: kube-state-metrics
repository: file://./charts/kube-state-metrics
- version: 5.16.4
- condition: kubeAdmControllerManager.enabled
name: kubeAdmControllerManager
repository: file://./charts/kubeAdmControllerManager
- version: 0.2.0
- condition: kubeAdmEtcd.enabled
name: kubeAdmEtcd
repository: file://./charts/kubeAdmEtcd
- version: 0.2.0
- condition: kubeAdmProxy.enabled
name: kubeAdmProxy
repository: file://./charts/kubeAdmProxy
- version: 0.2.0
- condition: kubeAdmScheduler.enabled
name: kubeAdmScheduler
repository: file://./charts/kubeAdmScheduler
- version: 0.2.0
- condition: prometheus-adapter.enabled
name: prometheus-adapter
repository: file://./charts/prometheus-adapter
- version: 4.2.0
- condition: nodeExporter.enabled
@@ -57,10 +68,6 @@
name: prometheus-node-exporter
repository: file://./charts/prometheus-node-exporter
- version: 4.30.3
version: 4.30.3
-- condition: windowsMonitoring.enabled
- name: prometheus-windows-exporter
- repository: https://prometheus-community.github.io/helm-charts
- version: 0.3.*
- condition: rke2ControllerManager.enabled
name: rke2ControllerManager
repository: file://./charts/rke2ControllerManager
- version: 0.2.0
- condition: rke2Etcd.enabled
name: rke2Etcd
repository: file://./charts/rke2Etcd
- version: 0.2.0
- condition: rke2IngressNginx.enabled
name: rke2IngressNginx
repository: file://./charts/rke2IngressNginx
- version: 0.2.0
- condition: rke2Proxy.enabled
name: rke2Proxy
repository: file://./charts/rke2Proxy
- version: 0.2.0
- condition: rke2Scheduler.enabled
name: rke2Scheduler
repository: file://./charts/rke2Scheduler
- version: 0.2.0
- condition: rkeControllerManager.enabled
name: rkeControllerManager
repository: file://./charts/rkeControllerManager
- version: 0.2.0
- condition: rkeEtcd.enabled
name: rkeEtcd
repository: file://./charts/rkeEtcd
- version: 0.2.0
- condition: rkeIngressNginx.enabled
name: rkeIngressNginx
repository: file://./charts/rkeIngressNginx
- version: 0.2.0
- condition: rkeProxy.enabled
name: rkeProxy
repository: file://./charts/rkeProxy
- version: 0.2.0
- condition: rkeScheduler.enabled
name: rkeScheduler
repository: file://./charts/rkeScheduler
- version: 0.2.0
- condition: windowsExporter.enabled
name: windowsExporter
repository: file://./charts/windowsExporter
- version: 0.3.1
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide easy to
@@ -110,7 +117,7 @@
operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus
Operator.
home: https://github.com/prometheus-operator/kube-prometheus
Expand All @@ -131,7 +49,7 @@
keywords:
- operator
- prometheus
@@ -133,7 +118,7 @@
@@ -133,7 +140,7 @@
name: Xtigyro
- email: [email protected]
name: QuentinBisson
Expand Down

0 comments on commit b9e7a55

Please sign in to comment.