From cd8496e079e2262a148bd6202c4fb928d4f9c61d Mon Sep 17 00:00:00 2001 From: Oksana Grishchenko Date: Tue, 19 Nov 2024 11:25:30 +0200 Subject: [PATCH] test --- .github/workflows/operator-early-adoption.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/operator-early-adoption.yaml b/.github/workflows/operator-early-adoption.yaml index 30f8f6729..6d9862d13 100644 --- a/.github/workflows/operator-early-adoption.yaml +++ b/.github/workflows/operator-early-adoption.yaml @@ -27,7 +27,7 @@ jobs: env: # VERSION ridiculously higher than any potentially existing - VERSION: 0.10000.0 + VERSION: 1.10000.0 CLI_PREREQUISITES: ">= 1.2.0" K8S_PREREQUISITES: ">= 1.27" VS_PORT: 8081 @@ -202,7 +202,7 @@ jobs: cd everest-catalog/tools go run . \ --veneer-file ../veneer/everest-operator.yaml \ - --channel stable-v0 \ + --channel fast-v0 \ --new-version ${{ env.VERSION }} \ --registry ${{ env.LOCAL_REGISTRY }} \