-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat: add kubernetes version tag and set container security capabilities #203
Conversation
@seanson was there a reason the chart didn't have this label before? it does look fairly common in stable charts. |
No reason but there's no real checklist for things to include / best practices so we just add things ad-hoc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks @bartse!
Breaking change introduced in this PR argoproj#203 causes labeles to be removed due to an empty vaule in .Values.*.image.tag.
Hi, |
Also, you introduced a lot of trailing spaces. |
Somehow I missed those default values. There is an open PR for this to fix it 208 |
* Fixes version label in argocd components Breaking change introduced in this PR #203 causes labeles to be removed due to an empty vaule in .Values.*.image.tag. * Update Chart.yaml patch version bump
* Fixes version label in argocd components Breaking change introduced in this PR argoproj#203 causes labeles to be removed due to an empty vaule in .Values.*.image.tag. * Update Chart.yaml patch version bump
Checklist:
Chart.yaml
following Semantic Versioning.Changes are automatically published when merged to
master
. They are not published on branches.