diff --git a/packages/apps/rabbitmq/Chart.yaml b/packages/apps/rabbitmq/Chart.yaml index 71576874..07a799e4 100644 --- a/packages/apps/rabbitmq/Chart.yaml +++ b/packages/apps/rabbitmq/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.1 +version: 0.4.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/packages/apps/rabbitmq/templates/rabbitmq.yaml b/packages/apps/rabbitmq/templates/rabbitmq.yaml index 5392c4ec..1417af76 100644 --- a/packages/apps/rabbitmq/templates/rabbitmq.yaml +++ b/packages/apps/rabbitmq/templates/rabbitmq.yaml @@ -47,7 +47,7 @@ metadata: config: '{{ printf "%s %s" $user $password | sha256sum }}' spec: importCredentialsSecret: - name: {{ $.Release.Name }}-{{ $user }}-credentials + name: {{ $.Release.Name }}-{{ kebabcase $user }}-credentials rabbitmqClusterReference: name: {{ $.Release.Name }} ---