diff --git a/README.md b/README.md index cdede6d..12c1b2e 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/charts/ceph-operations/Chart.lock b/charts/ceph-operations/Chart.lock new file mode 100644 index 0000000..75228f6 --- /dev/null +++ b/charts/ceph-operations/Chart.lock @@ -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" diff --git a/charts/ceph-operations/Chart.yaml b/charts/ceph-operations/Chart.yaml index 862a017..e30b1fd 100644 --- a/charts/ceph-operations/Chart.yaml +++ b/charts/ceph-operations/Chart.yaml @@ -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 \ No newline at end of file diff --git a/charts/ceph-operations/charts/owner-info-1.0.0.tgz b/charts/ceph-operations/charts/owner-info-1.0.0.tgz new file mode 100644 index 0000000..697004d Binary files /dev/null and b/charts/ceph-operations/charts/owner-info-1.0.0.tgz differ diff --git a/charts/ceph-operations/plugindefinition.yaml b/charts/ceph-operations/plugindefinition.yaml index 9530e65..60b85f5 100644 --- a/charts/ceph-operations/plugindefinition.yaml +++ b/charts/ceph-operations/plugindefinition.yaml @@ -6,7 +6,7 @@ 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 @@ -14,7 +14,7 @@ spec: 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 diff --git a/charts/ceph-operations/values.yaml b/charts/ceph-operations/values.yaml index 42c3e0a..5ec3aaf 100644 --- a/charts/ceph-operations/values.yaml +++ b/charts/ceph-operations/values.yaml @@ -88,3 +88,7 @@ persesDashboards: dashboardSelectors: - name: perses.dev/resource value: '"true"' + +owner-info: + support-group: storage + service: netapp-monitoring \ No newline at end of file