
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-kubernetes-power-manager-helm` became outdated. This commit updates its name to `stx-kubernetes-power-manager`. It also improves chart versioning based on the Debian environment. Story: 2010929 Task: 49969 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. Author: Guilherme Santos <guilherme.santos@windriver.com> Change-Id: I82d3ce1ead5a4215268593b4cc9037b3e96074d7 Signed-off-by: Guilherme Santos <guilherme.santos@windriver.com>
27 lines
453 B
YAML
27 lines
453 B
YAML
# Copyright (c) 2024 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
app_name: APP_REPLACE_NAME
|
|
app_version: APP_REPLACE_VERSION
|
|
helm_repo: HELM_REPLACE_REPO
|
|
|
|
maintain_user_overrides: true
|
|
|
|
upgrades:
|
|
auto_update: true
|
|
|
|
supported_k8s_version:
|
|
minimum: 1.24.4
|
|
|
|
behavior:
|
|
platform_managed_app: yes
|
|
evaluate_reapply:
|
|
after:
|
|
- node-feature-discovery
|
|
|
|
triggers:
|
|
- type: host-label-assign
|
|
- type: host-modify
|