Hello, running: ``` helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace Pulled: ghcr.io/stacklok/toolhive/toolhive-operator:0.2.4 Digest: sha256:9a3005c7cd34bff395101978d05232da50fcf1227d485a7816026391a96d24ff Release "toolhive-operator" has been upgraded. Happy Helming! ``` I see the `0.2.4` image is used for the operator - will the chart be updated to contain the latest (`0.2.8`) image? I saw that this contains an `OPERATOR_OPENSHIFT` flag, to pick OCP values (e.g. for `securityContext` etc) Thanks!