Skip to content
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
2 changes: 1 addition & 1 deletion .ocm/base-component.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ocm.software/ocm-gear/prometheus
name: ocm.software/open-delivery-gear/observability
resources:
- name: prometheus-operator
version: v0.89.0
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Prometheus

[![REUSE status](https://api.reuse.software/badge/github.com/open-component-model/prometheus)](https://api.reuse.software/info/github.com/open-component-model/prometheus)
[![REUSE status](https://api.reuse.software/badge/github.com/open-component-model/odg-observability)](https://api.reuse.software/info/github.com/open-component-model/odg-observability)

This repository is used to model the `ocm.software/ocm-gear/prometheus` component, which contains
a resource referencing the Helm chart used to deploy the prometheus logging stack of the OCM-Gear.
![tests](https://github.com/open-component-model/odg-observability/actions/workflows/non-release.yaml/badge.svg)
![release](https://github.com/open-component-model/odg-observability/actions/workflows/release.yaml/badge.svg)

This repository is used to model the `ocm.software/open-delivery-gear/observability` component, which contains
a resource referencing the Helm chart used to deploy the prometheus logging stack of the Open Delivery Gear.
8 changes: 4 additions & 4 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version = 1
SPDX-PackageName = "OCM Prometheus"
SPDX-PackageSupplier = "Jonas Brand <j.brand@sap.com>"
SPDX-PackageDownloadLocation = "https://github.com/open-component-model/prometheus"
SPDX-PackageName = "odg-observability"
SPDX-PackageSupplier = "ospo@sap.com"
SPDX-PackageDownloadLocation = "https://github.com/open-component-model/odg-observability"

[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = ["2024 SAP SE or an SAP affiliate company and Open Component Model contributors \\", "<j.brand@sap.com>"]
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and Open Component Model contributors"
SPDX-License-Identifier = "Apache-2.0"
6 changes: 1 addition & 5 deletions extension-definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: prometheus-operator
installation:
ocm_references:
- helm_chart_name: prometheus-operator
name: ocm.software/ocm-gear/prometheus
name: ocm.software/open-delivery-gear/observability
version: 0.29.0-dev
artefact:
name: prometheus-operator
Expand All @@ -16,9 +16,5 @@ installation:
helm_attribute: host
value: prometheus.${base_url}
value_type: python-string-template
- helm_chart_name: prometheus-operator
helm_attribute: rbac.annotations."resources.gardener.cloud/keep-object"
value: '"${keep_clusterwide_objects}"'
value_type: python-string-template
outputs: []
dependencies: []
Loading