44# -------------------------------------------
55# Cleanup environment after test. In case of debugging, this env lets you skip afterEach and afterAll.
66CLEANUP_ENVIRONMENT : true
7+ # This allows re-deployment of console operator if it already exists
8+ DELETE_CONSOLE_OPERATOR_BEFORE_INSTALL : true
79# Log level used in file output
810TEST_FILE_LOG_LEVEL : DEBUG
911# Log level used in console output
@@ -41,12 +43,12 @@ CONSOLE_OLM_CHANNEL_NAME: alpha
4143# YAML
4244# -------------------------------------------
4345# Which released version of Strimzi Cluster Operator to install
44- STRIMZI_OPERATOR_VERSION : 0.49 .0
46+ STRIMZI_OPERATOR_VERSION : 0.51 .0
4547# URL or local path for Console Operator installation
4648# 1. URL - released console-operator.yaml
4749# 2. Local path that is relative to the root project dir
4850# 3. Local path that is absolute
49- CONSOLE_OPERATOR_BUNDLE_URL : https://github.com/streamshub/console/releases/download/0.8.4 /streamshub-console-operator.yaml
51+ CONSOLE_OPERATOR_BUNDLE_URL : https://github.com/streamshub/console/releases/download/0.11.0 /streamshub-console-operator.yaml
5052# Custom Console Operator image. Overrides default image used in bundle yaml
5153CONSOLE_OPERATOR_IMAGE :
5254# -------------------------------------------
@@ -57,9 +59,30 @@ CONSOLE_API_IMAGE:
5759# Custom Console UI image. Overrides default image installed automatically by Operator
5860CONSOLE_UI_IMAGE :
5961# -------------------------------------------
62+ # Kroxy
63+ # -------------------------------------------
64+ # Kroxy released yaml manifests version
65+ KROXYLICIOUS_VERSION : 0.18.0
66+ # -------------------------------------------
67+ # Apicurio
68+ # -------------------------------------------
69+ # Apicurio schema registry version
70+ APICURIO_VERSION : 3.1.7
71+ # -------------------------------------------
72+ # Keycloak
73+ # -------------------------------------------
74+ # Keycloak released yaml manifest tag version
75+ KEYCLOAK_VERSION : 26.4.0
76+ # -------------------------------------------
77+ # Prometheus
78+ # -------------------------------------------
79+ # Used for custom prometheus tests
80+ # version of the released yaml manifests
81+ PROMETHEUS_VERSION : 0.89.0
82+ # -------------------------------------------
6083# Kafka
6184# -------------------------------------------
6285# Kafka version used in system tests
63- ST_KAFKA_VERSION : 4.1 .0
86+ ST_KAFKA_VERSION : 4.2 .0
6487# Image for test client containers in system tests
65- TEST_CLIENTS_IMAGE : quay.io/strimzi-test-clients/test-clients:0.12 .0-kafka-4.1 .0
88+ TEST_CLIENTS_IMAGE : quay.io/strimzi-test-clients/test-clients:0.13 .0-kafka-4.2 .0
0 commit comments