
Previous changes enabled the auto-versioning of helm charts to ensure FluxCD helm controller recognizes chart changes. As a result of the helm charts being moved to another Debian package, the `stx-node-feature-discovery-helm` package name became outdated. This commit updates its name to `stx-node-feature-discovery`. Story: 2011126 Task: 50085 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. PASS: Check whether older package is replaced upon new package installation. PASS: Check whether application upgrade executes successfully Author: Guilherme Santos <guilherme.santos@windriver.com> Change-Id: If288b79f1e20d8299a9374f4a604e256ef72879e Signed-off-by: Guilherme Santos <guilherme.santos@windriver.com>
22 lines
707 B
Plaintext
22 lines
707 B
Plaintext
Source: stx-node-feature-discovery
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
build-info,
|
|
node-feature-discovery-helm,
|
|
procps,
|
|
python3-k8sapp-node-feature-discovery,
|
|
python3-k8sapp-node-feature-discovery-wheels,
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: stx-node-feature-discovery
|
|
Replaces: stx-node-feature-discovery-helm
|
|
Conflicts: stx-node-feature-discovery-helm
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${misc:Depends}
|
|
Description: StarlingX Node Feature Discovery FluxCD Application
|
|
This package contains FluxCD manifests for the node feature discovery application.
|