Skip to content

Commit ae36497

Browse files
committed
sync: redpanda v25.1.1-beta3
1 parent 5bcc545 commit ae36497

34 files changed

+1402
-1367
lines changed

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ tasks:
170170
sync:redpanda:chart:
171171
- task: sync:chart
172172
vars:
173-
REF: charts/redpanda/v25.1.1-beta1
173+
REF: charts/redpanda/v25.1.1-beta3
174174
LOCAL_DIR: charts/redpanda
175175
REMOTE_DIR: charts/redpanda
176176

charts/redpanda/CHANGELOG.md

Lines changed: 274 additions & 0 deletions
Large diffs are not rendered by default.

charts/redpanda/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ type: application
2323
# The chart version and the app version are not the same and will not track
2424
# together. The chart version is a semver representation of changes to this
2525
# chart.
26-
version: 25.1.1-beta1
26+
version: 25.1.1-beta3
2727

2828
# The app version is the default version of Redpanda to install.
2929
# ** NOTE for maintainers: please ensure the artifacthub image annotation is updated before merging
30-
appVersion: v25.1.1
30+
appVersion: v25.1.2
3131

3232
# kubeVersion must be suffixed with "-0" to be able to match cloud providers
3333
# kubernetes versions like "v1.23.8-gke.1900". Their suffix is interpreted as a
@@ -37,7 +37,7 @@ kubeVersion: ">= 1.25.0-0"
3737
dependencies:
3838
- name: console
3939
condition: console.enabled
40-
version: ">=3.0.0-0"
40+
version: ">=3.1.0-0"
4141
repository: https://charts.redpanda.com
4242
alias: console
4343

charts/redpanda/README.md

Lines changed: 18 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description: 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

88
This 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

319313
Docker 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

708702
Specifies 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

charts/redpanda/ci/12-external-cert-secrets-values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ listeners:
5656
schemaRegistry:
5757
enabled: true
5858
port: 8081
59-
kafkaEndpoint: default
6059
tls:
6160
# Optional flag to override the global TLS enabled flag.
6261
# enabled: true
@@ -75,7 +74,6 @@ listeners:
7574
http:
7675
enabled: true
7776
port: 8082
78-
kafkaEndpoint: default
7977
tls:
8078
# Optional flag to override the global TLS enabled flag.
8179
# enabled: true

charts/redpanda/ci/40-empty-string-tls-novalues.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ listeners:
1717
authenticationMethod: none
1818
enabled: true
1919
external: {}
20-
kafkaEndpoint: kafka-default
2120
port: 8082
2221
tls:
2322
cert: ""
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
apiVersion: rbac.authorization.k8s.io/v1
3+
kind: ClusterRole
4+
metadata:
5+
name: decommission
6+
rules:
7+
- apiGroups:
8+
- ""
9+
resources:
10+
- persistentvolumes
11+
verbs:
12+
- patch
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
apiVersion: rbac.authorization.k8s.io/v1
3+
kind: Role
4+
metadata:
5+
name: decommission
6+
namespace: default
7+
rules:
8+
- apiGroups:
9+
- ""
10+
resources:
11+
- events
12+
verbs:
13+
- create
14+
- patch
15+
- apiGroups:
16+
- ""
17+
resources:
18+
- persistentvolumeclaims
19+
verbs:
20+
- delete
21+
- get
22+
- list
23+
- watch
24+
- apiGroups:
25+
- ""
26+
resources:
27+
- pods
28+
- secrets
29+
verbs:
30+
- get
31+
- list
32+
- watch
33+
- apiGroups:
34+
- apps
35+
resources:
36+
- statefulsets
37+
verbs:
38+
- get
39+
- list
40+
- watch
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
apiVersion: rbac.authorization.k8s.io/v1
3+
kind: ClusterRole
4+
metadata:
5+
name: pvcunbinder
6+
rules:
7+
- apiGroups:
8+
- ""
9+
resources:
10+
- persistentvolumes
11+
verbs:
12+
- get
13+
- list
14+
- patch
15+
- watch
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
apiVersion: rbac.authorization.k8s.io/v1
3+
kind: Role
4+
metadata:
5+
name: pvcunbinder
6+
namespace: default
7+
rules:
8+
- apiGroups:
9+
- ""
10+
resources:
11+
- persistentvolumeclaims
12+
- pods
13+
verbs:
14+
- delete
15+
- get
16+
- list
17+
- watch

0 commit comments

Comments
 (0)