
Updating portieris for auto chart version incrementation. Restructuring debian packaging, and separating portieris-certs into a new package. Test Plan: PASS Validate each chart builds from a clean build env PASS Validate application tarball is created correctly PASS Validate chart version increments by 1 for each change PASS Validate application cycle (upload/apply/remove/delete) for AIO-SX Story: 2010929 Task: 50225 Change-Id: I8e6ce77b779f6c7ef4d4bad60f77e13cba53d867 Signed-off-by: Tae Park <tae.park@windriver.com>
37 lines
778 B
YAML
37 lines
778 B
YAML
#
|
|
# Copyright (c) 2022 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
apiVersion: "helm.toolkit.fluxcd.io/v2beta1"
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: portieris
|
|
labels:
|
|
chart_group: portieris-charts
|
|
spec:
|
|
releaseName: portieris-portieris
|
|
chart:
|
|
spec:
|
|
chart: portieris
|
|
version: REPLACE_HELM_CHART_VERSION
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: stx-platform
|
|
interval: 1m
|
|
timeout: 30m
|
|
test:
|
|
enable: false
|
|
install:
|
|
disableHooks: false
|
|
upgrade:
|
|
disableHooks: false
|
|
valuesFrom:
|
|
- kind: Secret
|
|
name: portieris-static-overrides
|
|
valuesKey: portieris-static-overrides.yaml
|
|
- kind: Secret
|
|
name: portieris-system-overrides
|
|
valuesKey: portieris-system-overrides.yaml
|