diff --git a/chart/infra-server/Chart.yaml b/chart/infra-server/Chart.yaml index 109f272d1..4f6c6ebcc 100644 --- a/chart/infra-server/Chart.yaml +++ b/chart/infra-server/Chart.yaml @@ -6,3 +6,5 @@ version: 0.2.10 home: https://github.com/stackrox/infra sources: - https://github.com/stackrox/infra +annotations: + acsDemoVersion: 4.1.2 diff --git a/chart/infra-server/static/flavors.yaml b/chart/infra-server/static/flavors.yaml index 1e04ce4b4..48eb76155 100644 --- a/chart/infra-server/static/flavors.yaml +++ b/chart/infra-server/static/flavors.yaml @@ -3,7 +3,7 @@ ########## - id: demo name: StackRox Demo - description: Demo running StackRox 4.1.2 + description: Demo running StackRox {{ .Chart.Annotations.acsDemoVersion }} availability: default workflow: configuration/workflow-demo.yaml parameters: @@ -12,11 +12,11 @@ value: example1 - name: main-image - value: quay.io/rhacs-eng/main:4.1.2 + value: quay.io/rhacs-eng/main:{{ .Chart.Annotations.acsDemoVersion }} kind: hardcoded - name: central-db-image - value: quay.io/rhacs-eng/central-db:4.1.2 + value: quay.io/rhacs-eng/central-db:{{ .Chart.Annotations.acsDemoVersion }} kind: hardcoded - name: k8s-version @@ -59,9 +59,9 @@ - name: main-image description: StackRox Central image Docker name - value: quay.io/stackrox-io/main:4.1.2 + value: quay.io/stackrox-io/main:{{ .Chart.Annotations.acsDemoVersion }} help: | - This must be a fully qualified image e.g. quay.io/stackrox-io/main:4.1.2. + This must be a fully qualified image e.g. quay.io/stackrox-io/main:{{ .Chart.Annotations.acsDemoVersion }}. Private images from quay.io/rhacs-eng and stackrox.io (legacy) can also be used. Other public images should also be OK. @@ -337,17 +337,17 @@ - name: central-services-helm-chart-version description: Central Services Helm chart version - value: 4.1.2 + value: {{ .Chart.Annotations.acsDemoVersion }} kind: optional help: | - Version string of the roxctl version to use to generate Central Services Helm chart, e.g., 4.1.2. + Version string of the roxctl version to use to generate Central Services Helm chart, e.g., {{ .Chart.Annotations.acsDemoVersion }}. - name: secured-cluster-services-helm-chart-version description: Secured Cluster Services Helm chart version - value: 4.1.2 + value: {{ .Chart.Annotations.acsDemoVersion }} kind: optional help: | - Version string of the roxctl version to use to generate Secured Cluster Services Helm chart, e.g., 4.1.2. + Version string of the roxctl version to use to generate Secured Cluster Services Helm chart, e.g., {{ .Chart.Annotations.acsDemoVersion }}. - name: openshift-version description: openshift release from OCP, OCP dev preview, or OKD