Bump release manifest to 3.2.0 #27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "release-manifest-3.2.0-prep"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All our charts need to be converted to new chart versioning scheme (
302.X.Y+up...
) hereMeaning we use a different macro? 👀
%chart_major
exists for this one yes@ -39,3 +39,3 @@
releaseName: metallb
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%metallb-chart
version: 0.14.9
version: %%CHART_MAJOR%%.0.0
You are missing the
+up...
suffixes (here+up0.14.9
for metallb)I'm pretty sure that this'd cause a not found error for OCI registries. It'd work for HTTP(s) repositories (as seen above for Rancher / Longhorn) but not here.