From efa26c44565602af5ad641236cff7fd8b83ba528 Mon Sep 17 00:00:00 2001 From: Avi Zimmerman Date: Mon, 2 Oct 2023 15:58:46 +0300 Subject: [PATCH] update bundles to point to latest until a tagged release --- Makefile | 3 +++ deploy/bundle.yaml | 4 ++-- deploy/cni/cni.yaml | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3d20e76..6d59cda 100644 --- a/Makefile +++ b/Makefile @@ -144,6 +144,9 @@ test-cluster: --k3s-arg "--disable-network-policy@server:*" \ --volume '$(BUNDLE):/var/lib/rancher/k3s/server/manifests/webmesh.yaml@server:*' \ +build-and-load: docker + $(K3D) image import $(IMG) --cluster $(CLUSTER_NAME) + test-cluster-calico: $(K3D) cluster create $(CLUSTER_NAME) \ --k3s-arg '--flannel-backend=none@server:*' \ diff --git a/deploy/bundle.yaml b/deploy/bundle.yaml index 84d1ce3..05f08a2 100644 --- a/deploy/bundle.yaml +++ b/deploy/bundle.yaml @@ -1018,7 +1018,7 @@ spec: effect: NoSchedule initContainers: - name: install-cni - image: ghcr.io/webmeshproj/webmesh-cni:v0.0.1 + image: ghcr.io/webmeshproj/webmesh-cni:latest command: ["/webmesh-cni-install"] env: # Paths to install the CNI binaries and config. @@ -1054,7 +1054,7 @@ spec: privileged: true containers: - name: webmesh-node - image: ghcr.io/webmeshproj/webmesh-cni:v0.0.1 + image: ghcr.io/webmeshproj/webmesh-cni:latest command: ["/webmesh-cni-node"] env: # Use the kubernetes storage provider. This is the only diff --git a/deploy/cni/cni.yaml b/deploy/cni/cni.yaml index 30386fd..61de467 100644 --- a/deploy/cni/cni.yaml +++ b/deploy/cni/cni.yaml @@ -74,7 +74,7 @@ spec: effect: NoSchedule initContainers: - name: install-cni - image: ghcr.io/webmeshproj/webmesh-cni:v0.0.1 + image: ghcr.io/webmeshproj/webmesh-cni:latest command: ["/webmesh-cni-install"] env: # Paths to install the CNI binaries and config. @@ -110,7 +110,7 @@ spec: privileged: true containers: - name: webmesh-node - image: ghcr.io/webmeshproj/webmesh-cni:v0.0.1 + image: ghcr.io/webmeshproj/webmesh-cni:latest command: ["/webmesh-cni-node"] env: # Use the kubernetes storage provider. This is the only