File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ metadata:
55 namespace : olm
66spec :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments