diff --git a/charts/redpanda/Chart.yaml b/charts/redpanda/Chart.yaml index a601a5d09..06e6ead81 100644 --- a/charts/redpanda/Chart.yaml +++ b/charts/redpanda/Chart.yaml @@ -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: 4.0.36 +version: 4.0.37 # The app version is the default version of Redpanda to install. appVersion: v23.1.12 diff --git a/charts/redpanda/ci/04-one-node-cluster-no-tls-sasl-values.yaml b/charts/redpanda/ci/04-one-node-cluster-no-tls-sasl-values.yaml index c59597561..f1e390a3e 100644 --- a/charts/redpanda/ci/04-one-node-cluster-no-tls-sasl-values.yaml +++ b/charts/redpanda/ci/04-one-node-cluster-no-tls-sasl-values.yaml @@ -23,6 +23,7 @@ auth: users: - name: admin password: hunter2 + mechanism: SCRAM-SHA-256 storage: persistentVolume: diff --git a/charts/redpanda/ci/11-update-sasl-users-values.yaml b/charts/redpanda/ci/11-update-sasl-users-values.yaml index dd90ef1cb..9fa71214c 100644 --- a/charts/redpanda/ci/11-update-sasl-users-values.yaml +++ b/charts/redpanda/ci/11-update-sasl-users-values.yaml @@ -21,7 +21,7 @@ auth: users: - name: admin password: badpassword - mechanism: SCRAM-SHA-512 + mechanism: SCRAM-SHA-256 - name: user1 password: pass1word mechanism: SCRAM-SHA-512