Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions libcalico-go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ LOCAL_CHECKS = check-gen-files

KIND_CONFIG = $(KIND_DIR)/kind-single.config

NETPOL_CNP_TAG = main
NETPOL_CNP_CRD_URL = https://raw.githubusercontent.com/kubernetes-sigs/network-policy-api/refs/heads/$(NETPOL_CNP_TAG)/config/crd/standard
# For a branch/tag use this format:
# NETPOL_CNP_REF = refs/heads/main
# For a commit, just use the commit ID:
# NETPOL_CNP_REF = <commit ID>
NETPOL_CNP_REF = 1f80acbe25809162f3f81ffa254eb24318ea387b
NETPOL_CNP_CRD_URL = https://raw.githubusercontent.com/kubernetes-sigs/network-policy-api/$(NETPOL_CNP_REF)/config/crd/standard
NETPOL_CNP_CRD = policy.networking.k8s.io_clusternetworkpolicies.yaml

###############################################################################
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions manifests/calico-bpf.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions manifests/calico-policy-only.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions manifests/calico-typha.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions manifests/calico-vxlan.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions manifests/calico.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading