kustomize := "bazel run --config=quiet //hack/tools:kustomize --" format := "bazel run --config=quiet //hack/tools/fmt-manifests --" # for version updates `hack/deps/images.bzl` will also need updating with new version and sha256 nfd_version := "0.16.5" update: wget https://github.com/kubernetes-sigs/node-feature-discovery/archive/refs/tags/v{{nfd_version}}.tar.gz tar -xvzf v{{nfd_version}}.tar.gz {{kustomize}} build node-feature-discovery-{{nfd_version}}/deployment/overlays/default > base/manifests.yaml rm -rf node-feature-discovery-{{nfd_version}} v{{nfd_version}}.tar.gz {{format}} --directory third_party/k8s/node-feature-discovery/base/