33description: Find the default values and descriptions of settings in the Redpanda Helm chart.
44---
55
6- ![ Version: 5.10.1 ] ( https://img.shields.io/badge/Version-5.10.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v25.1.1 ] ( https://img.shields.io/badge/AppVersion-v25.1.1 -informational?style=flat-square )
6+ ![ Version: 5.10.2 ] ( https://img.shields.io/badge/Version-5.10.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v25.1.2 ] ( https://img.shields.io/badge/AppVersion-v25.1.2 -informational?style=flat-square )
77
88This page describes the official Redpanda Helm Chart. In particular, this page describes the contents of the chart’s [ ` values.yaml ` file] ( https://github.com/redpanda-data/helm-charts/blob/main/charts/redpanda/values.yaml ) . Each of the settings is listed and described on this page, along with any default values.
99
@@ -322,15 +322,9 @@ Redpanda Docker image settings.
322322** Default:**
323323
324324```
325- {"pullPolicy":"IfNotPresent"," repository":"docker.redpanda.com/redpandadata/redpanda","tag":""}
325+ {"repository":"docker.redpanda.com/redpandadata/redpanda","tag":""}
326326```
327327
328- ### [ image.pullPolicy] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=image.pullPolicy )
329-
330- The imagePullPolicy. If ` image.tag ` is 'latest', the default is ` Always ` .
331-
332- ** Default:** ` "IfNotPresent" `
333-
334328### [ image.repository] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=image.repository )
335329
336330Docker repository from which to pull the Redpanda Docker image.
@@ -604,7 +598,7 @@ Role Based Access Control.
604598** Default:**
605599
606600```
607- {"annotations":{},"enabled":false }
601+ {"annotations":{},"enabled":true,"rpkDebugBundle":true }
608602```
609603
610604### [ rbac.annotations] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=rbac.annotations )
@@ -615,9 +609,15 @@ Annotations to add to the `rbac` resources.
615609
616610### [ rbac.enabled] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=rbac.enabled )
617611
618- Enable for features that need extra privileges . If you use the Redpanda Operator, you must deploy it with the ` --set rbac.createRPKBundleCRs=true ` flag to give it the required ClusterRoles.
612+ Controls whether or not Roles, ClusterRoles, and bindings thereof will be generated. Disabling this very likely result in a non-functional deployment . If you use the Redpanda Operator, you must deploy it with the ` --set rbac.createRPKBundleCRs=true ` flag to give it the required ClusterRoles.
619613
620- ** Default:** ` false `
614+ ** Default:** ` true `
615+
616+ ### [ rbac.rpkDebugBundle] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=rbac.rpkDebugBundle )
617+
618+ Controls whether or not a Role and RoleBinding will be generated for the permissions required by ` rpk debug bundle ` . Disabling will not affect the redpanda deployment itself but a bundle is required to engage with our support.
619+
620+ ** Default:** ` true `
621621
622622### [ resources] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=resources )
623623
@@ -705,7 +705,7 @@ Service account management.
705705** Default:**
706706
707707```
708- {"annotations":{},"automountServiceAccountToken":false," create":false ,"name":""}
708+ {"annotations":{},"create":true ,"name":""}
709709```
710710
711711### [ serviceAccount.annotations] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=serviceAccount.annotations )
@@ -714,17 +714,11 @@ Annotations to add to the service account.
714714
715715** Default:** ` {} `
716716
717- ### [ serviceAccount.automountServiceAccountToken] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=serviceAccount.automountServiceAccountToken )
718-
719- Specifies whether a service account should automount API-Credentials. The token is used in sidecars.controllers
720-
721- ** Default:** ` false `
722-
723717### [ serviceAccount.create] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=serviceAccount.create )
724718
725719Specifies whether a service account should be created.
726720
727- ** Default:** ` false `
721+ ** Default:** ` true `
728722
729723### [ serviceAccount.name] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=serviceAccount.name )
730724
@@ -997,7 +991,7 @@ DEPRECATED: Please use statefulset.sideCars.brokerDecommissioner and statefulset
997991** Default:**
998992
999993```
1000- {"createRBAC":true,"enabled":false,"healthProbeAddress":":8085","image":{"repository":"docker.redpanda.com/redpandadata/redpanda-operator","tag":"v2.3.8-24.3.6 "},"metricsAddress":":9082","pprofAddress":":9083","resources":{},"run":["all"],"securityContext":{}}
994+ {"createRBAC":true,"enabled":false,"healthProbeAddress":":8085","image":{"repository":"docker.redpanda.com/redpandadata/redpanda-operator","tag":"v2.4.1 "},"metricsAddress":":9082","pprofAddress":":9083","resources":{},"run":["all"],"securityContext":{}}
1001995```
1002996
1003997### [ statefulset.sideCars.controllers.resources] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.resources )
@@ -1020,7 +1014,7 @@ To create `Guaranteed` Pods for Redpanda brokers, provide both requests and limi
10201014
10211015### [ statefulset.sideCars.image.tag] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.image.tag )
10221016
1023- ** Default:** ` "v2.3.8-24.3.6 " `
1017+ ** Default:** ` "v2.4.1 " `
10241018
10251019### [ statefulset.sideCars.pvcUnbinder.enabled] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.pvcUnbinder.enabled )
10261020
0 commit comments