Skip to content

Commit

Permalink
test: use 2.x version of Registry because e2e fails with 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Oct 9, 2023
1 parent 199de60 commit 277bda9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-phase4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
operand-next-image-tag:
description: Next Operand image version
required: true
default: latest-snapshot
default: 2.5.x-snapshot
release-branch:
description: Branch used during the release
required: true
Expand Down
6 changes: 3 additions & 3 deletions config/manager/resources/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ spec:
- name: REGISTRY_VERSION
value: 2.x
- name: REGISTRY_IMAGE_MEM
value: "quay.io/apicurio/apicurio-registry-mem:latest-snapshot"
value: "quay.io/apicurio/apicurio-registry-mem:2.5.x-snapshot"
- name: REGISTRY_IMAGE_KAFKASQL
value: "quay.io/apicurio/apicurio-registry-kafkasql:latest-snapshot"
value: "quay.io/apicurio/apicurio-registry-kafkasql:2.5.x-snapshot"
- name: REGISTRY_IMAGE_SQL
value: "quay.io/apicurio/apicurio-registry-sql:latest-snapshot"
value: "quay.io/apicurio/apicurio-registry-sql:2.5.x-snapshot"
- name: WATCH_NAMESPACE
valueFrom:
fieldRef:
Expand Down

0 comments on commit 277bda9

Please sign in to comment.