uselagoon / lagoon-charts

A collection of Helm charts for Lagoon and associated services.
Apache License 2.0
11 stars 10 forks source link

chore: update logging-operator to 4.6.1 #663

Closed tobybellwood closed 3 months ago

tobybellwood commented 4 months ago

This PR updates the upstream sub-chart for the logging-operator to 4.6.0 and utilises the new oci chart registry

smlx commented 3 months ago

4.6.1 is available now with the patched fluent-bit.

https://github.com/kube-logging/logging-operator/releases/tag/4.6.1

edit: doh! you were too fast :D

tobybellwood commented 3 months ago

The post-install CRD update command will change because of this new registry

helm show crds oci://ghcr.io/kube-logging/helm-charts/logging-operator --version 4.6.1 | kubectl apply --server-side --force-conflicts -f -
tobybellwood commented 3 months ago

Fully tested in the test cluster 😁