Update MetalLB and all other packages around it #98
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "kzhelyazkov/Factory:update-metallb"
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?
Align MetalLB with https://github.com/suse-edge/charts/pull/194
e4b1b65e1d
toa2e9cf9401
a2e9cf9401
to8dadf2a05b
@ -162,15 +161,17 @@ frrk8s:
frr:
image:
repository: "registry.opensuse.org/isv/suse/edge/metallb/images/frr"
I think those should be overwritten as well, right?
8dadf2a05b
to0f88f8249d
0f88f8249d
to54c0850acf
@ -2,3 +1,2 @@
#!BuildTag: %%IMG_PREFIX%%metallb-chart:%%CHART_MAJOR%%.0.0_up0.14.9-%RELEASE%
apiVersion: v2
appVersion: v0.14.3
appVersion: v0.14.9
If we backport this to 3.2 we'll need to bump one of the
%%CHART_MAJOR%%.0.0
versions - but since this is unreleased I guess it's OK to just align the actual version with the existing tag, and rely on the chart image namepacing for the 3.3 versionIn future I would prefer the image/package changes to be separated from the chart update - this makes it much easier to review (and backport/rebase if needed) - otherwise lgtm!