Skip to content

Commit

Permalink
update bundles to point to latest until a tagged release
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Oct 2, 2023
1 parent c354565 commit efa26c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:*' \
Expand Down
4 changes: 2 additions & 2 deletions deploy/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions deploy/cni/cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit efa26c4

Please sign in to comment.