Skip to content

Commit

Permalink
ROX-18534: Bump demo flavor to 4.1.2 (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtodor authored Jul 31, 2023
1 parent 108a943 commit b48478c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Please avoid adding duplicate information across this changelog and JIRA/doc inp
## [NEXT RELEASE]

- Upgrade Go version to 1.20
- Bump demo flavors to 4.1.2

## [0.7.8]

Expand Down
18 changes: 9 additions & 9 deletions chart/infra-server/static/flavors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##########
- id: demo
name: StackRox Demo
description: Demo running StackRox 4.1.1
description: Demo running StackRox 4.1.2
availability: default
workflow: configuration/workflow-demo.yaml
parameters:
Expand All @@ -12,11 +12,11 @@
value: example1

- name: main-image
value: quay.io/rhacs-eng/main:4.1.1
value: quay.io/rhacs-eng/main:4.1.2
kind: hardcoded

- name: central-db-image
value: quay.io/rhacs-eng/central-db:4.1.1
value: quay.io/rhacs-eng/central-db:4.1.2
kind: hardcoded

- name: k8s-version
Expand Down Expand Up @@ -59,9 +59,9 @@

- name: main-image
description: StackRox Central image Docker name
value: quay.io/stackrox-io/main:4.1.1
value: quay.io/stackrox-io/main:4.1.2
help: |
This must be a fully qualified image e.g. quay.io/stackrox-io/main:4.1.1.
This must be a fully qualified image e.g. quay.io/stackrox-io/main:4.1.2.
Private images from quay.io/rhacs-eng and stackrox.io (legacy) can also be used.
Other public images should also be OK.
Expand Down Expand Up @@ -337,17 +337,17 @@

- name: central-services-helm-chart-version
description: Central Services Helm chart version
value: 4.1.1
value: 4.1.2
kind: optional
help: |
Version string of the roxctl version to use to generate Central Services Helm chart, e.g., 4.1.1.
Version string of the roxctl version to use to generate Central Services Helm chart, e.g., 4.1.2.
- name: secured-cluster-services-helm-chart-version
description: Secured Cluster Services Helm chart version
value: 4.1.1
value: 4.1.2
kind: optional
help: |
Version string of the roxctl version to use to generate Secured Cluster Services Helm chart, e.g., 4.1.1.
Version string of the roxctl version to use to generate Secured Cluster Services Helm chart, e.g., 4.1.2.
- name: openshift-version
description: openshift release from OCP, OCP dev preview, or OKD
Expand Down

0 comments on commit b48478c

Please sign in to comment.