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

chore(alerts) update alert manager to v0.28.0 #583

Merged
merged 4 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions alerts/charts/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 65.4.0
digest: sha256:b6254648b195356be779b5fc5e4e933d14369165137f536b4830c09c900d1d84
generated: "2024-11-07T07:24:08.070824445Z"
version: 68.3.0
digest: sha256:7e0482534136bada464563213fa90eccd3334eadb7cb653cc23930462c646713
generated: "2025-01-21T12:26:50.605964+01:00"
4 changes: 2 additions & 2 deletions alerts/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ maintainers:
name: alerts
sources:
- https://github.com/cloudoperators/greenhouse-extensions
version: 0.16.1
version: 0.17.0
keywords:
- prometheus-alertmanager
dependencies:
- name: kube-prometheus-stack
alias: alerts
repository: https://prometheus-community.github.io/helm-charts
version: 65.4.0
version: 68.3.0
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.4.2
version: 2.5.0
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.16.1
version: 0.17.0
trouaux marked this conversation as resolved.
Show resolved Hide resolved
uiApplication:
name: supernova
version: "latest"
Expand Down
6 changes: 3 additions & 3 deletions kube-monitoring/charts/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 65.4.0
version: 68.3.0
- name: kubernetes-operations
repository: https://cloudoperators.github.io/kubernetes-operations
version: 1.1.5
digest: sha256:256395b5d7325365eb2b58df1dacef45eb2b80c10bf77b39a02cffbfea516334
generated: "2024-11-26T13:36:39.195544+01:00"
digest: sha256:d8c46eae99dd2e90a3e9b18e288959a2841efb09a0e8f716e37623d67a2bc95e
generated: "2025-01-21T12:26:00.173705+01:00"
4 changes: 2 additions & 2 deletions 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.20.1
version: 0.21.0
# prometheus-operator app version
appVersion: v0.77.1
keywords:
Expand All @@ -19,7 +19,7 @@ dependencies:
- name: kube-prometheus-stack
alias: kubeMonitoring
repository: https://prometheus-community.github.io/helm-charts
version: 65.4.0
version: 68.3.0
- name: kubernetes-operations
repository: https://cloudoperators.github.io/kubernetes-operations
version: 1.1.5
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.7.1
version: 2.8.0
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.20.1
version: 0.21.0
trouaux marked this conversation as resolved.
Show resolved Hide resolved
options:
- name: global.commonLabels
description: Labels to add to all resources. This can be used to add a support group or service to all alerts.
Expand Down
Loading