-
Notifications
You must be signed in to change notification settings - Fork 687
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
Downloaded Chart version inconsistent with repo #823
Comments
Ambassador is released from the |
(note that the version numbers in the |
@richarddli thanks for the quick response! I'm a little confused though, as it seems as though the |
Yes, that's because they're placeholders, and all of this is generated. Our release machinery does a bunch of stuff (tag release, generate charts, push tarball, update Kubernetes YAML) so that we can release everything at once. |
@richarddli thanks for clearing that up.
Placeholders would definitely be a little less confusing, as you suggested above. Thanks again! |
Describe the bug
When downloading from the
datawire
Helm repo,ambassador/Chart.yaml
has aversion
field of0.39.0
(with anappVersion
of0.39.0
). However, onmaster
, the version is currently0.35.4
(with anappVersion
of0.35.3
). I'm also unsure if this is preventing the most recent chart updates from being pulled; I'm in need of the changes made in #657, but I'm seemingly not able to fetch them.To Reproduce
Steps to reproduce the behavior:
helm repo add datawire https://www.getambassador.io/helm
helm update
helm fetch --untar datawire/ambassador
Expected behavior
The chart downloaded from the
datawire
Helm repo should have aChart.yaml
file with aversion
matching themaster
branch and anappVersion
that matches the most recent release (currently0.39.0
).Versions (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: