Skip to content

Commit c7d6d05

Browse files
committed
cluster: Allow kubevirtci tag overriding
It is helpful either manually or for example when used from CNAO, to use same tag of the cluster that CNAO deployed. Otherwise a kubevirtci tag mismatch can cause failures once running from CNAO. Signed-off-by: Or Shoval <[email protected]>
1 parent 86f45a9 commit c7d6d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/cluster.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.26-centos9'}
16-
export KUBEVIRTCI_TAG=2305081329-48e913c
16+
export KUBEVIRTCI_TAG=${KUBEVIRTCI_TAG:-2305081329-48e913c}
1717

1818
KUBEVIRTCI_REPO='https://github.com/kubevirt/kubevirtci.git'
1919
# The CLUSTER_PATH var is used in cluster folder and points to the _kubevirtci where the cluster is deployed from.

0 commit comments

Comments
 (0)