Skip to content
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

replace kubeval with kubeconform #3607

Closed
wants to merge 4 commits into from
Closed

replace kubeval with kubeconform #3607

wants to merge 4 commits into from

Conversation

chenrui333
Copy link
Contributor

@chenrui333 chenrui333 commented Dec 8, 2022

Closes #3496
Closes #2460

replacing kubeval with kubeconform as kubeval is no longer maintained.

Signed-off-by: Rui Chen <rui@chenrui.dev>
# Kubeval Version
ARG KUBEVAL_VERSION='v0.16.1'
# Kubeconform Version
ARG KUBECONFORM_VERSION='v0.5.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that Kubeconform has a container image available, can you please refactor this PR to use that? By doing that, we can leverage Dependabot for updates. Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there any documentation specifying which is preferred? I personally would vote for binary though.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically, if a container image is available, we try using that so that Dependabot takes care of updating that. As you can see, in the current implementation, the Kubeconform image would need to be manually updated.

@ferrarimarco ferrarimarco added the enhancement New feature or request label Dec 21, 2022
@lindluni
Copy link
Contributor

Added in #3800

@lindluni lindluni closed this Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request O: backlog 🤖 Backlog, stale ignores this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace kubeval with kubeconform Support kubeconform
3 participants