suse-edge / charts

SUSE Edge engineering Helm charts
https://suse-edge.github.io/charts/
Apache License 2.0
7 stars 20 forks source link

Release rancher-turtles 0.4.0 #166

Closed hardys closed 1 day ago

hardys commented 1 week ago

This aligns with the 0.13 upstream Rancher turtles release, and updates CAPM3 to 1.7.2

hardys commented 1 week ago

I found an issue with the airgap CM's - we're pulling the upstream images so will revert this to draft while I work on a fix

hardys commented 6 days ago

The image/version issues should now be resolved:

> for n in rke2-bootstrap-system rke2-control-plane-system capi-system capm3-system rancher-turtles-system; do kubectl get deployment -n $n -o yaml | grep image: ; done
          image: registry.rancher.com/rancher/cluster-api-provider-rke2-bootstrap:v0.8.0
          image: registry.rancher.com/rancher/cluster-api-provider-rke2-controlplane:v0.8.0
          image: registry.rancher.com/rancher/cluster-api-controller:v1.7.7
          image: registry.opensuse.org/isv/suse/edge/clusterapi/containers/images/cluster-api-provider-metal3:1.7.2
          image: registry.opensuse.org/isv/suse/edge/clusterapi/containers/images/ip-address-manager:1.7.2
          image: registry.rancher.com/rancher/cluster-api-operator:v0.14.0
          image: registry.rancher.com/rancher/rancher/turtles:v0.13.0
hardys commented 1 day ago

@fdegir and @Kristian-ZH found an issue testing in SV, now updated with a fix