Skip to content
Closed
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ cloud-storage-operations
| dashboards.global.dashboardSelectors | list | `[{"name":"plutono-global","value":"\"true\""}]` | Label selectors for the global Plutono dashboards to be picked up by the global Plutono. |
| dashboards.global.persesDashboardSelectors | list | `[{"name":"perses.dev/global-resource","value":"\"true\""}]` | Label selectors for the global Perses dashboards to be picked up by the global Perses. |
| global.commonLabels | object | `{}` | Common labels to add to all resources # |
| owner-info.service | string | `"netapp-monitoring"` | |
| owner-info.support-group | string | `"storage"` | |
| persesDashboards.create | bool | `true` | Enables ConfigMap resources with perses dashboards to be created |
| persesDashboards.dashboardSelectors | list | `[{"name":"perses.dev/resource","value":"\"true\""}]` | Label selectors for the Plutono dashboards to be picked up by Plutono. |
| prometheusRules.additionalRuleAnnotations | object | `{}` | Additional annotations for PrometheusRule alerts |
Expand Down
6 changes: 6 additions & 0 deletions charts/ceph-operations/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: owner-info
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
version: 1.0.0
digest: sha256:45a74346d8c73d1b61264fa06d5cb48d3dc38abcfbaa2900b0b918fb532b52ba
generated: "2026-06-29T08:19:28.979798587-06:00"
6 changes: 5 additions & 1 deletion charts/ceph-operations/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ apiVersion: v2
name: ceph-operations
description: Ceph operations bundle
type: application
version: 1.8.21
version: 1.8.22
maintainers:
- name: sumitarora2786
- name: richardtief
- name: ibakshay
dependencies:
- name: owner-info
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
version: 1.0.0
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/ceph-operations/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ kind: PluginDefinition
metadata:
name: ceph-operations
spec:
version: 1.8.21
version: 1.8.22
displayName: Ceph operations bundle
description: Operations bundle for the Ceph storage backend
docMarkDownUrl: https://raw.githubusercontent.com/cobaltcore-dev/cloud-storage-operations/main/ceph-operations/README.md
icon: https://raw.githubusercontent.com/cobaltcore-dev/cloud-storage-operations/main/ceph-operations/ceph-logo.png
helmChart:
name: ceph-operations
repository: oci://ghcr.io/cobaltcore-dev/cloud-storage-operations/charts
version: 1.8.21
version: 1.8.22
options:
- name: prometheusRules.create
description: Create Prometheus rules
Expand Down
4 changes: 4 additions & 0 deletions charts/ceph-operations/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ persesDashboards:
dashboardSelectors:
- name: perses.dev/resource
value: '"true"'

owner-info:
support-group: storage
service: netapp-monitoring
Loading