-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Fix helm chart admissionReviewVersions regression #6180
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf 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 |
Hello @aledbf, Has latest been updated? We just pulled latest hoping to confirm this fixes the problem we began observing yesterday and it is still at 0.35.0. We pull from this URL: |
@jaalle this is a change in the helm chart, not the ingress controller image Edit: I just push a PR to keep the static manifests in sync |
You should not pull from master ;) and use a tag. |
Hello @aledbf, Are you referring to a specific version, as documented here: e.g.:
If so, we can do that but we can't monitor all projects for upgrades so our strategy has been to basically package a known good in an ansible role, then pull latest from master, diff the two, and deploy latest if there is a diff. This way we retain the ability to manually delete and apply known good when there is a problem, but by default deploy latest when building a cluster. |
Keep in mind master could point to a staging image and not a release. |
Do you have a static manifest for the latest release? If not, consider this a vote for one. |
What this PR does / why we need it:
We need to release 0.36.0 before the switch to v1
Types of changes
Which issue/s this PR fixes
fixes #6179
How Has This Been Tested?
Checklist: