
Previous changes enabled the auto-versioning of helm charts to ensure FluxCD helm controller recognizes chart changes. As a result of this refactor, the package name `stx-node-interface-metrics-exporter-helm` became outdated. This commit updates its name to `stx-node-interface-metrics-exporter`. It also improves chart versioning based on the Debian environment. Story: 2010929 Task: 50072 Test Plan: PASS: Build all packages generating an application tarball and check whether the charts' versions are correct. PASS: Validate basic application lifecycle operations: upload/apply/remove/delete. Depends-On: https://review.opendev.org/c/starlingx/app-node-interface-metrics-exporter/+/916894 Change-Id: Id5bd9318e4b6a38fd683c21a0d95ed4185c03327 Signed-off-by: AbhishekJ <abhishek.jaiswal@windriver.com>
19 lines
641 B
Plaintext
19 lines
641 B
Plaintext
Source: stx-node-interface-metrics-exporter
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
node-interface-metrics-exporter-helm,
|
|
python3-k8sapp-node-interface-metrics-exporter-wheels,
|
|
build-info
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: stx-node-interface-metrics-exporter
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${misc:Depends}
|
|
Description: StarlingX Node Interface Metrics Exporter Application FluxCD
|
|
Helm Charts This package contains Fluxcd helm charts for the Node Interface
|
|
Metrics Exporter application.
|