Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/rancher performance #34

Merged
merged 10 commits into from
Jan 23, 2025
Prev Previous commit
Next Next commit
chore: bumped to latest prom crds
  • Loading branch information
puffitos committed Jan 22, 2025
commit 58ff7debdd16a39986434466d5d973e3f95d5cea
6 changes: 3 additions & 3 deletions Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 58.4.0
version: 68.1.1
- name: rkeEtcd
repository: file://./charts/rkeEtcd
version: 0.2.1
Expand All @@ -20,5 +20,5 @@ dependencies:
- name: hardenedKubelet
repository: file://./charts/hardenedKubelet
version: 0.2.1
digest: sha256:4635b6b3576ecd6ca7b366b93d47acf8a85efa384fefecfed2542732963c7a42
generated: "2024-06-19T12:03:12.573586664+02:00"
digest: sha256:961acbe7257c48de7c8b8dd2e9b90deb51ab031f28c13696aecb1a64ca4d44ce
generated: "2025-01-22T19:07:24.450831813+01:00"
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ annotations:
name: caas-cluster-monitoring
description: A Helm chart for Rancher Cluster Monitoring V3
version: "0.0.14"
appVersion: "58.4.0"
appVersion: "68.1.1"
icon: https://raw.githubusercontent.com/caas-team/caas-project-monitoring/main/logo.png
keywords:
- monitoring
dependencies:
- name: kube-prometheus-stack
version: "58.4.0"
version: "68.1.1"
repository: "https://prometheus-community.github.io/helm-charts"
- condition: rkeEtcd.enabled
name: rkeEtcd
Expand Down