charts/redpanda: v5.10.2
·
432 commits
to main
since this release
Changed
-
serviceAccount.createnow defaults totrue.The previous behavior resulted in using the
defaultservice account and
extending it with all bindings generated from the chart. Such behavior is
unlikely to be desired. -
rpk debug bundle --namespace $NAMESPACEnow works by default.The chart now creates a set of
RolesandRoleBindingsthat satisfy the
requirements of runningrpk debug bundlefrom any redpanda Pod. These
permissions may be disabled by specifyingrbac.rpkDebugBundle=false.Additionally, the redpanda container now always has a Kubernetes
ServiceAccount token mounted to it to ensurerpk debug bundlecan be
executed successfully.
Removed
- Removed regex validation of all image tags.
Fixed
- Fixed rack awareness by mounting a service account token to the initcontainer when rack awareness is enabled.
- Broken
Issuers andCertificates are no longer needlessly generated whentls.<cert>.issuerRefis provided. - The
schema_registry_clientandpandaproxy_clientstanzas ofredpanda.yaml
now respectlisteners.kafka.tls.trustStore, when provided.
See also helm-chart 1573 issue.