From cac604c331e4212ee798f4543594c193f729129c Mon Sep 17 00:00:00 2001 From: Django Cass Date: Thu, 11 May 2023 19:57:41 +1000 Subject: [PATCH] pinned opm version to non-latest --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61b6fad..3388844 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: BP_OCI_SOURCE: https://github.com/vkp-app/vkp - VERSION: "0.5.6" + VERSION: "0.5.7" BUILD_TAGS: "$VERSION" KANIKO_TAGS: "$VERSION" @@ -134,7 +134,7 @@ prepare index: - job: build operator optional: true image: - name: quay.io/operator-framework/upstream-registry-builder + name: quay.io/operator-framework/upstream-registry-builder:v1.26.5 entrypoint: [""] script: - |