Version is not applied to the container release binary #2455
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What happened:
https://github.com/kubernetes/kube-state-metrics/pull/2361/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R5 requires gomplate to be installed to read the version.
The Dockerfile currently does not run make install-tools to install gomplate
What you expected to happen:
We should install them during the build process in the Dockerfile to ensure that the version is correctly read.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
See: https://kubernetes.slack.com/archives/CJJ529RUY/p1721936633731669
Environment:
kubectl version
):CC: @Pokom
The text was updated successfully, but these errors were encountered: