Skip to content

Commit 893fd42

Browse files
fix ci
1 parent aed5301 commit 893fd42

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.ci/olm-tests/catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ metadata:
55
namespace: olm
66
spec:
77
sourceType: grpc
8-
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.26.1
8+
image: localhost:5000/streamnativeio/function-mesh-catalog:v0.26.1

.github/workflows/olm-verify.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,14 @@ jobs:
5757
sudo chmod +x /usr/bin/yq
5858
yq --help
5959
60-
- name: Kubernetes KinD Cluster
61-
uses: container-tools/kind-action@v1
62-
with:
63-
node_image: kindest/node:v1.23.17
60+
- name: Create kind cluster
61+
run: |
62+
hack/kind-cluster-build.sh --name olm-verify -c 1 -v 10 --k8sVersion v1.23.17
6463
6564
- name: Build RedHat certificated bundle And Publish to Quay
6665
env:
67-
DOCKER_REPO: kind-registry:5000/streamnativeio
68-
IMAGE_TAG_BASE: kind-registry:5000/streamnativeio/function-mesh
66+
DOCKER_REPO: localhost:5000/streamnativeio
67+
IMAGE_TAG_BASE: localhost:5000/streamnativeio/function-mesh
6968
CATALOG_BRANCH_TAG: latest
7069
run: |
7170
echo $VERSION

0 commit comments

Comments
 (0)