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

🤖 Update Helm chart unit tests #568

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

arybolovlev
Copy link
Contributor

Description

The value of the kube Rbac Proxy image is now taken from the values.yaml file, previously it was hard coded and caused test failures when the version was bumped.

Usage Example

$ make helm-test

References

Community Note

  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

@arybolovlev arybolovlev marked this pull request as ready for review March 4, 2025 09:53
@arybolovlev arybolovlev requested a review from a team as a code owner March 4, 2025 09:53
@@ -58,12 +59,7 @@ var (
"app.kubernetes.io/name": helmChartName,
"control-plane": fmt.Sprintf("%s-controller-manager", helmReleaseName),
}
defaultDeploymentTemplateSpecLabels = map[string]string{
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is a cleanup of unused variables. This is not related to this change.

@github-actions github-actions bot added size/M and removed size/S labels Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant