Skip to content

Commit

Permalink
yaml: Add kind/multinet and use 3.26.0 as default version
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Skrzypczak <[email protected]>
  • Loading branch information
sknat committed Jul 5, 2023
1 parent f4c949f commit 844d49c
Show file tree
Hide file tree
Showing 11 changed files with 413 additions and 19 deletions.
6 changes: 3 additions & 3 deletions yaml/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

TAG ?= prerelease
CALICO_TAG ?= master
TAG ?= v3.26.0
CALICO_TAG ?= v3.26.0

.PHONY: build
build: clean
Expand All @@ -11,7 +11,7 @@ build: clean
kubectl kustomize overlays/eks > generated/calico-vpp-eks.yaml
kubectl kustomize overlays/eks-dpdk > generated/calico-vpp-eks-dpdk.yaml
kubectl kustomize overlays/kind > generated/calico-vpp-kind.yaml
kubectl kustomize overlays/kind > generated/calico-vpp-kind.yaml
kubectl kustomize overlays/kind-multinet > generated/calico-vpp-kind-multinet.yaml
# Do not export the test-* overlays, but still check they compile
kubectl kustomize overlays/test-vagrant > /dev/null
kubectl kustomize overlays/test-vagrant-mounts > /dev/null
Expand Down
2 changes: 2 additions & 0 deletions yaml/components/multinet/multinet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
data:
CALICOVPP_FEATURE_GATES: |-
{
"memifEnabled": true,
"vclEnabled": true,
"multinetEnabled": true
}
---
Expand Down
4 changes: 2 additions & 2 deletions yaml/generated/calico-vpp-dpdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ spec:
envFrom:
- configMapRef:
name: calico-vpp-config
image: docker.io/calicovpp/vpp:prerelease
image: docker.io/calicovpp/vpp:v3.26.0
imagePullPolicy: IfNotPresent
name: vpp
resources:
Expand Down Expand Up @@ -264,7 +264,7 @@ spec:
envFrom:
- configMapRef:
name: calico-vpp-config
image: docker.io/calicovpp/agent:prerelease
image: docker.io/calicovpp/agent:v3.26.0
imagePullPolicy: IfNotPresent
name: agent
resources:
Expand Down
4 changes: 2 additions & 2 deletions yaml/generated/calico-vpp-eks-dpdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ spec:
envFrom:
- configMapRef:
name: calico-vpp-config
image: docker.io/calicovpp/vpp:prerelease
image: docker.io/calicovpp/vpp:v3.26.0
imagePullPolicy: IfNotPresent
name: vpp
resources:
Expand Down Expand Up @@ -275,7 +275,7 @@ spec:
envFrom:
- configMapRef:
name: calico-vpp-config
image: docker.io/calicovpp/agent:prerelease
image: docker.io/calicovpp/agent:v3.26.0
imagePullPolicy: IfNotPresent
name: agent
resources:
Expand Down
4 changes: 2 additions & 2 deletions yaml/generated/calico-vpp-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ spec:
envFrom:
- configMapRef:
name: calico-vpp-config
image: docker.io/calicovpp/vpp:prerelease
image: docker.io/calicovpp/vpp:v3.26.0
imagePullPolicy: IfNotPresent
name: vpp
resources:
Expand Down Expand Up @@ -273,7 +273,7 @@ spec:
envFrom:
- configMapRef:
name: calico-vpp-config
image: docker.io/calicovpp/agent:prerelease
image: docker.io/calicovpp/agent:v3.26.0
imagePullPolicy: IfNotPresent
name: agent
resources:
Expand Down
Loading

0 comments on commit 844d49c

Please sign in to comment.