1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Correct links to template specs in the release documentation

This commit is contained in:
Markus Lehtonen 2018-12-12 16:33:03 +02:00
parent b0e368fafc
commit ab5b286bd7

View file

@ -7,7 +7,7 @@ is as follows:
release. Copy the following checklist into the issue text:
- [ ] All [OWNERS](OWNERS) must LGTM the release proposal.
- [ ] Update the [job template](node-feature-discovery-job.json.template) to use the new tagged container image
- [ ] Update the [daemonset template](node-feature-discovery-daemonset.yaml.template) and the [job template](node-feature-discovery-job.yaml.template) to use the new tagged container image
- [ ] An OWNER runs `git tag -s $VERSION` and insert the changelog into the tag description.
- [ ] [Build and push](https://github.com/kubernetes-sigs/node-feature-discovery#building-from-source) a container image with the same tag to [quay.io](https://quay.io/kubernetes_incubator).
- [ ] Update the `:latest` virtual tag in quay.io to track the last stable (this) release.