Skip to content

Commit

Permalink
chore(deps): run helm dep up for kube-monitoring and alerts (#490)
Browse files Browse the repository at this point in the history
* chore(deps): run helm dep up for kube-monitoring and alerts

* chore(alerts|kube-monitoring): update plugindefinitions
  • Loading branch information
richardtief authored Nov 12, 2024
1 parent 0a4feb7 commit 3c014e5
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion alerts/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
name: alerts
sources:
- https://github.com/cloudoperators/greenhouse-extensions
version: 0.15.0
version: 0.15.1
keywords:
- prometheus-alertmanager
dependencies:
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions alerts/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kind: PluginDefinition
metadata:
name: alerts
spec:
version: 2.3.0
version: 2.3.1
weight: 0
displayName: Alerts
description: The Alerts Plugin consists of both Prometheus Alertmanager and Supernova, the holistic alert management UI
Expand All @@ -15,7 +15,7 @@ spec:
helmChart:
name: alerts
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
version: 0.15.0
version: 0.15.1
uiApplication:
name: supernova
version: "latest"
Expand Down
2 changes: 1 addition & 1 deletion kube-monitoring/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
name: kube-monitoring
sources:
- https://github.com/cloudoperators/greenhouse-extensions
version: 0.18.1
version: 0.18.2
# prometheus-operator app version
appVersion: v0.77.1
keywords:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions kube-monitoring/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ kind: PluginDefinition
metadata:
name: kube-monitoring
spec:
version: 2.5.1
version: 2.5.2
displayName: Kubernetes monitoring
description: Native deployment and management of Prometheus along with Kubernetes cluster monitoring components.
docMarkDownUrl: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/kube-monitoring/README.md
icon: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/kube-monitoring/logo.png
helmChart:
name: kube-monitoring
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
version: 0.18.1
version: 0.18.2
options:
- name: global.commonLabels
description: Labels to add to all resources. This can be used to add a support group or service label to all alerts.
Expand Down

0 comments on commit 3c014e5

Please sign in to comment.