Skip to content

Commit

Permalink
Bump stackrox operator version to 3.74.0 (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovayur authored Mar 1, 2023
1 parent 4c0f847 commit 05062f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.hybrid
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7

ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /usr/local/share/ca-certificates/aws-rds-ca-global-bundle.pem

Expand Down
4 changes: 2 additions & 2 deletions dev/env/defaults/00-defaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export CLUSTER_ID_DEFAULT="1234567890abcdef1234567890abcdef"
export CLUSTER_DNS_DEFAULT="cluster.local"

export IMAGE_REGISTRY_DEFAULT="quay.io/rhacs-eng"
STACKROX_VERSION_TAG="3.73.1" # Note: SCANNER_VERSION_DEFAULT needs to be in sync with this.
STACKROX_VERSION_TAG="3.74.0" # Note: SCANNER_VERSION_DEFAULT needs to be in sync with this.
export STACKROX_OPERATOR_VERSION_DEFAULT="${STACKROX_VERSION_TAG}"
export CENTRAL_VERSION_DEFAULT=$(echo "$STACKROX_VERSION_TAG" | sed -e 's/0-nightly/x-nightly/;')
export SCANNER_VERSION_DEFAULT="2.27.2" # This one matches the above operator version tag.
export SCANNER_VERSION_DEFAULT="2.28.2" # This one matches the above operator version tag.
export STACKROX_OPERATOR_NAMESPACE_DEFAULT="stackrox-operator"
export FLEET_MANAGER_IMAGE_DEFAULT=""
export IGNORE_REPOSITORY_DIRTINESS_DEFAULT="false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
installPlanApproval: Automatic
source: redhat-operators
sourceNamespace: openshift-marketplace
startingCSV: rhacs-operator.v3.73.1
startingCSV: rhacs-operator.v${STACKROX_OPERATOR_VERSION}
config:
resources: $RHACS_OPERATOR_RESOURCES
4 changes: 2 additions & 2 deletions dp-terraform/helm/rhacs-terraform/terraform_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ case $ENVIRONMENT in
OBSERVABILITY_OBSERVATORIUM_GATEWAY="https://observatorium-mst.api.stage.openshift.com"
OBSERVABILITY_OPERATOR_VERSION="v4.0.4"
OPERATOR_USE_UPSTREAM="false"
OPERATOR_VERSION="v3.73.2"
OPERATOR_VERSION="v3.74.0"
;;

prod)
Expand All @@ -44,7 +44,7 @@ case $ENVIRONMENT in
OBSERVABILITY_OBSERVATORIUM_GATEWAY="https://observatorium-mst.api.openshift.com"
OBSERVABILITY_OPERATOR_VERSION="v4.0.4"
OPERATOR_USE_UPSTREAM="false"
OPERATOR_VERSION="v3.73.2"
OPERATOR_VERSION="v3.74.0"
;;

*)
Expand Down

0 comments on commit 05062f9

Please sign in to comment.