Skip to content

Commit 03c6a3f

Browse files
committed
Bump version used for upgrade test
1 parent 4ef5bad commit 03c6a3f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

integration-tests/src/test/java/io/apicurio/deployment/KafkaSqlDeploymentManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private static void prepareKafkaDbUpgradeTests(String registryImage) throws Exce
6767
deleteRegistryDeployment();
6868

6969
//The Registry version 2.3 is deployed, the version introducing artifact references.
70-
prepareTestsInfra(null, APPLICATION_2_3_KAFKA_RESOURCES, false, null, false);
70+
prepareTestsInfra(null, APPLICATION_2_4_KAFKA_RESOURCES, false, null, false);
7171
prepareKafkaSqlReferencesMigrationData(ApicurioRegistryBaseIT.getRegistryBaseUrl());
7272

7373
//Once the references data is ready, we delete this old deployment and finally the current one is deployed.

integration-tests/src/test/java/io/apicurio/deployment/KubernetesTestResources.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ public class KubernetesTestResources {
3636
protected static final String APPLICATION_KAFKA_MULTITENANT_RESOURCES = "/infra/kafka/registry-multitenant-kafka.yml";
3737

3838
protected static final String APPLICATION_2_1_SQL_RESOURCES = "/infra/sql/registry-sql-2-1.yml";
39-
protected static final String APPLICATION_2_3_SQL_RESOURCES = "/infra/sql/registry-sql-2-3.yml";
39+
protected static final String APPLICATION_2_4_SQL_RESOURCES = "/infra/sql/registry-sql-2-4.yml";
4040

4141
protected static final String APPLICATION_2_1_KAFKA_RESOURCES = "/infra/kafka/registry-kafka-2.1.yml";
42-
protected static final String APPLICATION_2_3_KAFKA_RESOURCES = "/infra/kafka/registry-kafka-2.3.yml";
42+
protected static final String APPLICATION_2_4_KAFKA_RESOURCES = "/infra/kafka/registry-kafka-2.4.yml";
4343

4444
protected static final String TENANT_MANAGER_RESOURCES = "/infra/tenant-manager/tenant-manager.yml";
4545
protected static final String TENANT_MANAGER_DATABASE = "/infra/tenant-manager/tenant-manager-database.yml";

integration-tests/src/test/java/io/apicurio/deployment/SqlDeploymentManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private static void prepareSqlDbUpgradeTests(String registryImage) throws Except
8080
deleteRegistryDeployment();
8181

8282
//The Registry version 2.3 is deployed, the version introducing artifact references.
83-
prepareTestsInfra(null, APPLICATION_2_3_SQL_RESOURCES, false, null, false);
83+
prepareTestsInfra(null, APPLICATION_2_4_SQL_RESOURCES, false, null, false);
8484
prepareSqlReferencesMigrationData();
8585

8686
//Once the references data is ready, we delete this old deployment and finally the current one is deployed.

integration-tests/src/test/resources/infra/kafka/registry-kafka-2.3.yml integration-tests/src/test/resources/infra/kafka/registry-kafka-2.4.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
fieldPath: metadata.namespace
2424
- name: KAFKA_BOOTSTRAP_SERVERS
2525
value: kafka-service:9092
26-
image: quay.io/apicurio/apicurio-registry-kafkasql:2.1.2.Final
26+
image: quay.io/apicurio/apicurio-registry-kafkasql:2.4.0.Final
2727
imagePullPolicy: Always
2828
livenessProbe:
2929
failureThreshold: 3

integration-tests/src/test/resources/infra/sql/registry-sql-2-3.yml integration-tests/src/test/resources/infra/sql/registry-sql-2-4.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
value: "3s"
4040
- name: TENANT_MANAGER_URL
4141
value: "http://tenant-manager-service:8585"
42-
image: quay.io/apicurio/apicurio-registry-sql:2.3.0.Final
42+
image: quay.io/apicurio/apicurio-registry-sql:2.4.0.Final
4343
imagePullPolicy: Always
4444
livenessProbe:
4545
failureThreshold: 3

0 commit comments

Comments
 (0)