diff --git a/.github/updated-sasl-users.txt b/.github/updated-sasl-users.txt index 9d3c7320a7..aa224842c5 100644 --- a/.github/updated-sasl-users.txt +++ b/.github/updated-sasl-users.txt @@ -1,5 +1,5 @@ -admin:badpassword:SCRAM-SHA-512 +admin:badpassword:SCRAM-SHA-256 user1:pass1:SCRAM-SHA-512 someuser:ABC123:SCRAM-SHA-512 -anotherme:2784a:SCRAM-SHA-512 +anotherme:2784a:SCRAM-SHA-256 anotheranotherme:2784ablah:SCRAM-SHA-512 diff --git a/charts/redpanda/Chart.yaml b/charts/redpanda/Chart.yaml index a601a5d092..06e6ead819 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 c59597561e..f1e390a3e8 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 dd90ef1cb3..9fa71214c2 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