We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the Issue Code adds a .Revision label to everything https://github.com/virtual-kubelet/azure-aci/blob/master/charts/virtual-kubelet/templates/_helpers.tpl#L25
This results in helm template returning a manifest which has diffs in labels and checksum.
Steps To Reproduce Example
"virtual-kubelet-test/deployment.apps/apps/v1/virtual-kubelet-release-test-virtual-kubelet-azure-aci" = { ~ metadata = { ~ labels = { ~ revision = "21" -> "22" # (6 unchanged attributes hidden) } name = "virtual-kubelet-release-test-virtual-kubelet-azure-aci" # (1 unchanged attribute hidden) } ~ spec = { ~ template = { ~ metadata = { ~ annotations = { ~ "checksum/secret" = "7bffddf3d3196ab131293bf3d4a390e339a9df50dadaa64cf6dcc78961ef2142" -> "d1c5fdc3851dbea0e8b748f5dc3fd3fc936811e33592267ba709342714e99fd3" } # (1 unchanged attribute hidden) } # (1 unchanged attribute hidden) } # (2 unchanged attributes hidden) } # (2 unchanged attributes hidden) }
Expected behavior helm template should not show any changes from existing release by default. Ways to achieve:
Virtual-kubelet version 1.6.0
Kubernetes version 1.24
Additional context
The text was updated successfully, but these errors were encountered:
@helayoty @smritidahal653 would you please review this issue and let us know if it can be fixed?
Sorry, something went wrong.
No branches or pull requests
Describe the Issue
Code adds a .Revision label to everything
https://github.com/virtual-kubelet/azure-aci/blob/master/charts/virtual-kubelet/templates/_helpers.tpl#L25
This results in helm template returning a manifest which has diffs in labels and checksum.
Steps To Reproduce
Example
Expected behavior
helm template should not show any changes from existing release by default.
Ways to achieve:
Virtual-kubelet version
1.6.0
Kubernetes version
1.24
Additional context
The text was updated successfully, but these errors were encountered: