fluxcd-community / helm-charts

Community maintained Helm charts for Flux
Apache License 2.0
121 stars 76 forks source link

Update to AppVersion 0.31.1 #106

Closed onelapahead closed 2 years ago

onelapahead commented 2 years ago

What this PR does / why we need it:

Latest flux2 with new features like OCI support.

Which issue this PR fixes

N/A

Special notes for your reviewer:

Checklist

onelapahead commented 2 years ago

All actions workflows are passing in my fork:

And installed (really upgraded from 0.19.2) to a cluster successfully creating an OCI HelmRepository using AWS ECR:

❯ k get helmrepo -A
NAMESPACE   NAME      URL                                                  AGE     READY   STATUS
flux-system      aws-ecr   oci://****.dkr.ecr.***.amazonaws.com   5m46s   True    Helm repository is ready
onelapahead commented 2 years ago

Thanks @stefanprodan @dmccaffery for the feedback and poke on the latest 0.31.1, should be ready to go now.