Skip to content

Commit

Permalink
Bump Redpanda chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Feb 23, 2024
1 parent 17a39f5 commit c5d527f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/redpanda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# The chart version and the app version are not the same and will not track
# together. The chart version is a semver representation of changes to this
# chart.
version: 5.7.29
version: 5.7.30

# The app version is the default version of Redpanda to install.
# ** NOTE for maintainers: please ensure the artifacthub image annotation is updated before merging
Expand Down
6 changes: 5 additions & 1 deletion charts/redpanda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
description: Find the default values and descriptions of settings in the Redpanda Helm chart.
---

![Version: 5.7.27](https://img.shields.io/badge/Version-5.7.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v23.3.5](https://img.shields.io/badge/AppVersion-v23.3.5-informational?style=flat-square)
![Version: 5.7.30](https://img.shields.io/badge/Version-5.7.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v23.3.6](https://img.shields.io/badge/AppVersion-v23.3.6-informational?style=flat-square)

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.

Expand Down Expand Up @@ -1121,6 +1121,10 @@ To disable dynamic provisioning, set to "-". If undefined or empty (default), th

**Default:** `""`

### [tests.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=tests.enabled)

**Default:** `true`

### [tls](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=tls)

TLS settings. For details, see the [TLS documentation](https://docs.redpanda.com/docs/manage/kubernetes/security/kubernetes-tls/).
Expand Down

0 comments on commit c5d527f

Please sign in to comment.