-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add CI check for updated helm docs #6696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'm expecting that the new test should fail, because #6695 hasn't merged yet so the docs are out of date! |
/cherry-pick release-1.14 |
@SgtCoDFish: once the present PR merges, I will cherry-pick it on top of release-1.14 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-cert-manager-master-e2e-v1-28-upgrade |
/test pull-cert-manager-master-make-test |
434f7aa
to
b259a9f
Compare
2f34d21
to
d765149
Compare
Confirmed that make-test now fails when values.yaml has been modified. Also added a check that the template isn't dirty so if there's something which updates the template in CI we don't accidentally check against an up-to-date version. I'll remove the WIP commit which introduces the break, and the tests should start passing again |
d765149
to
2ec5e8f
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inteon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@SgtCoDFish |
2ec5e8f
to
d5d38a6
Compare
also updates helm docs! Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
d5d38a6
to
8c13697
Compare
Looks like it was this PR which changed the values but didn't update the README: #6699 Good test case I guess 😁 |
/lgtm |
@SgtCoDFish: #6696 failed to apply on top of branch "release-1.14":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Expect that the auto backport will fail now I've included the change for #6699 - I'll manually backport if needed EDIT: as expected! |
Pull Request Motivation
This differs slightly from, say, LICENSE verification, because
helm-tool
modifies its input. So we first copy the template we already have and modify the copied version.Kind
/kind bug
Release Note