33description: Find the default values and descriptions of settings in the Redpanda Helm chart.
44---
55
6- ![ Version: 25.1.1-beta1 ] ( https://img.shields.io/badge/Version-25.1.1--beta1 -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: 25.1.1-beta3 ] ( https://img.shields.io/badge/Version-25.1.1--beta3 -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
@@ -22,7 +22,7 @@ Kubernetes: `>= 1.25.0-0`
2222
2323| Repository | Name | Version |
2424| ------------| ------| ---------|
25- | https://charts.redpanda.com | console(console) | >=3.0 .0-0 |
25+ | https://charts.redpanda.com | console(console) | >=3.1 .0-0 |
2626
2727## Settings
2828
@@ -305,15 +305,9 @@ Redpanda Docker image settings.
305305** Default:**
306306
307307```
308- {"pullPolicy":"IfNotPresent"," repository":"docker.redpanda.com/redpandadata/redpanda","tag":""}
308+ {"repository":"docker.redpanda.com/redpandadata/redpanda","tag":""}
309309```
310310
311- ### [ image.pullPolicy] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=image.pullPolicy )
312-
313- The imagePullPolicy. If ` image.tag ` is 'latest', the default is ` Always ` .
314-
315- ** Default:** ` "IfNotPresent" `
316-
317311### [ image.repository] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=image.repository )
318312
319313Docker repository from which to pull the Redpanda Docker image.
@@ -337,7 +331,7 @@ Listener settings. Override global settings configured above for individual lis
337331** Default:**
338332
339333```
340- {"admin":{"external":{"default":{"advertisedPorts":[31644],"port":9645,"tls":{"cert":"external"}}},"port":9644,"tls":{"cert":"default","requireClientAuth":false}},"http":{"authenticationMethod":null,"enabled":true,"external":{"default":{"advertisedPorts":[30082],"authenticationMethod":null,"port":8083,"tls":{"cert":"external","requireClientAuth":false}}},"kafkaEndpoint":"default","port":8082,"tls":{"cert":"default","requireClientAuth":false}},"kafka":{"authenticationMethod":null,"external":{"default":{"advertisedPorts":[31092],"authenticationMethod":null,"port":9094,"tls":{"cert":"external"}}},"port":9093,"tls":{"cert":"default","requireClientAuth":false}},"rpc":{"port":33145,"tls":{"cert":"default","requireClientAuth":false}},"schemaRegistry":{"authenticationMethod":null,"enabled":true,"external":{"default":{"advertisedPorts":[30081],"authenticationMethod":null,"port":8084,"tls":{"cert":"external","requireClientAuth":false}}},"kafkaEndpoint":"default","port":8081,"tls":{"cert":"default","requireClientAuth":false}}}
334+ {"admin":{"external":{"default":{"advertisedPorts":[31644],"port":9645,"tls":{"cert":"external"}}},"port":9644,"tls":{"cert":"default","requireClientAuth":false}},"http":{"authenticationMethod":null,"enabled":true,"external":{"default":{"advertisedPorts":[30082],"authenticationMethod":null,"port":8083,"tls":{"cert":"external","requireClientAuth":false}}},"port":8082,"tls":{"cert":"default","requireClientAuth":false}},"kafka":{"authenticationMethod":null,"external":{"default":{"advertisedPorts":[31092],"authenticationMethod":null,"port":9094,"tls":{"cert":"external"}}},"port":9093,"tls":{"cert":"default","requireClientAuth":false}},"rpc":{"port":33145,"tls":{"cert":"default","requireClientAuth":false}},"schemaRegistry":{"authenticationMethod":null,"enabled":true,"external":{"default":{"advertisedPorts":[30081],"authenticationMethod":null,"port":8084,"tls":{"cert":"external","requireClientAuth":false}}},"port":8081,"tls":{"cert":"default","requireClientAuth":false}}}
341335```
342336
343337### [ listeners.admin] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.admin )
@@ -411,7 +405,7 @@ HTTP API listeners (aka PandaProxy).
411405** Default:**
412406
413407```
414- {"authenticationMethod":null,"enabled":true,"external":{"default":{"advertisedPorts":[30082],"authenticationMethod":null,"port":8083,"tls":{"cert":"external","requireClientAuth":false}}},"kafkaEndpoint":"default"," port":8082,"tls":{"cert":"default","requireClientAuth":false}}
408+ {"authenticationMethod":null,"enabled":true,"external":{"default":{"advertisedPorts":[30082],"authenticationMethod":null,"port":8083,"tls":{"cert":"external","requireClientAuth":false}}},"port":8082,"tls":{"cert":"default","requireClientAuth":false}}
415409```
416410
417411### [ listeners.kafka] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=listeners.kafka )
@@ -459,7 +453,7 @@ Schema registry listeners.
459453** Default:**
460454
461455```
462- {"authenticationMethod":null,"enabled":true,"external":{"default":{"advertisedPorts":[30081],"authenticationMethod":null,"port":8084,"tls":{"cert":"external","requireClientAuth":false}}},"kafkaEndpoint":"default"," port":8081,"tls":{"cert":"default","requireClientAuth":false}}
456+ {"authenticationMethod":null,"enabled":true,"external":{"default":{"advertisedPorts":[30081],"authenticationMethod":null,"port":8084,"tls":{"cert":"external","requireClientAuth":false}}},"port":8081,"tls":{"cert":"default","requireClientAuth":false}}
463457```
464458
465459### [ logging] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=logging )
@@ -587,7 +581,7 @@ Role Based Access Control.
587581** Default:**
588582
589583```
590- {"annotations":{},"enabled":false }
584+ {"annotations":{},"enabled":true,"rpkDebugBundle":true }
591585```
592586
593587### [ rbac.annotations] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=rbac.annotations )
@@ -598,9 +592,15 @@ Annotations to add to the `rbac` resources.
598592
599593### [ rbac.enabled] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=rbac.enabled )
600594
601- 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.
595+ 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.
602596
603- ** Default:** ` false `
597+ ** Default:** ` true `
598+
599+ ### [ rbac.rpkDebugBundle] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=rbac.rpkDebugBundle )
600+
601+ 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.
602+
603+ ** Default:** ` true `
604604
605605### [ resources] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=resources )
606606
@@ -688,7 +688,7 @@ Service account management.
688688** Default:**
689689
690690```
691- {"annotations":{},"automountServiceAccountToken":false," create":false ,"name":""}
691+ {"annotations":{},"create":true ,"name":""}
692692```
693693
694694### [ serviceAccount.annotations] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=serviceAccount.annotations )
@@ -697,17 +697,11 @@ Annotations to add to the service account.
697697
698698** Default:** ` {} `
699699
700- ### [ serviceAccount.automountServiceAccountToken] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=serviceAccount.automountServiceAccountToken )
701-
702- Specifies whether a service account should automount API-Credentials. The token is used in sidecars.controllers
703-
704- ** Default:** ` false `
705-
706700### [ serviceAccount.create] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=serviceAccount.create )
707701
708702Specifies whether a service account should be created.
709703
710- ** Default:** ` false `
704+ ** Default:** ` true `
711705
712706### [ serviceAccount.name] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=serviceAccount.name )
713707
@@ -857,18 +851,6 @@ Number of Redpanda brokers (Redpanda Data recommends setting this to the number
857851
858852** Default:** ` ":8085" `
859853
860- ### [ statefulset.sideCars.controllers.image.repository] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.image.repository )
861-
862- ** Default:**
863-
864- ```
865- "docker.redpanda.com/redpandadata/redpanda-operator"
866- ```
867-
868- ### [ statefulset.sideCars.controllers.image.tag] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.image.tag )
869-
870- ** Default:** ` "v2.3.8-24.3.6" `
871-
872854### [ statefulset.sideCars.controllers.metricsAddress] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.metricsAddress )
873855
874856** Default:** ` ":9082" `
@@ -891,7 +873,7 @@ Number of Redpanda brokers (Redpanda Data recommends setting this to the number
891873
892874### [ statefulset.sideCars.image.tag] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.image.tag )
893875
894- ** Default:** ` "v2.3.8-24.3.6 " `
876+ ** Default:** ` "v25.1.1-beta2 " `
895877
896878### [ statefulset.sideCars.pvcUnbinder.enabled] ( https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.pvcUnbinder.enabled )
897879
0 commit comments