Skip to content

Commit 64c0169

Browse files
Upgrade CI (15 Sep 2025 13:30:23)
1 parent f736834 commit 64c0169

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/operator_ci_index_sha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
OPP_MIRROR_LATEST_TAG: ""
2222
OPP_PRODUCTION_TYPE: "k8s"
2323
OPP_MIRROR_INDEX_MULTIARCH_BASE: "quay.io/operator-framework/opm"
24-
OPP_MULTIARCH_SUPPORTED_VERSIONS: "latest"
24+
OPP_MULTIARCH_SUPPORTED_VERSIONS: "v1.57.0"
2525
OPP_MIRROR_INDEX_MULTIARCH_POSTFIX: "s"
2626
OPP_MIRROR_INDEX_REGISTRY: "quay.io"
2727
OPP_MIRROR_INDEX_ORGANIZATION: "operatorhubio"

.github/workflows/operator_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ env:
4040
OPP_MIRROR_INDEX_NAME: "catalog"
4141
OPP_MIRROR_INDEX_ENABLED: "1"
4242
OPP_MIRROR_INDEX_MULTIARCH_BASE: "quay.io/operator-framework/opm"
43-
OPP_MULTIARCH_SUPPORTED_VERSIONS: "latest"
43+
OPP_MULTIARCH_SUPPORTED_VERSIONS: "v1.57.0"
4444
OPP_MIRROR_INDEX_MULTIARCH_POSTFIX: "s"
4545
IIB_INPUT_REGISTRY_USER: "framework_automation"
4646
OPP_REGISTRY_MIRROR_USER: "framework_automation"

.github/workflows/operator_release_manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ env:
5353
OPP_MIRROR_INDEX_NAME: "catalog"
5454
OPP_MIRROR_INDEX_ENABLED: "1"
5555
OPP_MIRROR_INDEX_MULTIARCH_BASE: "quay.io/operator-framework/opm"
56-
OPP_MULTIARCH_SUPPORTED_VERSIONS: "latest"
56+
OPP_MULTIARCH_SUPPORTED_VERSIONS: "v1.57.0"
5757
OPP_MIRROR_INDEX_MULTIARCH_POSTFIX: "s"
5858
IIB_INPUT_REGISTRY_USER: "framework_automation"
5959
OPP_REGISTRY_MIRROR_USER: "framework_automation"

.github/workflows/operator_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
OPP_RELEASE_INDEX_ORGANIZATION: "operatorhubio"
3030
OPP_RELEASE_INDEX_NAME: "catalog_tmp"
3131
OPP_MIRROR_INDEX_MULTIARCH_BASE: "quay.io/operator-framework/opm"
32-
OPP_MULTIARCH_SUPPORTED_VERSIONS: "latest"
32+
OPP_MULTIARCH_SUPPORTED_VERSIONS: "v1.57.0"
3333
OPP_MIRROR_INDEX_MULTIARCH_POSTFIX: "s"
3434
IIB_INPUT_REGISTRY_USER: "framework_automation"
3535
OPP_PROD: 0

0 commit comments

Comments
 (0)