diff --git a/charts/activemq-artemis/Chart.yaml b/charts/activemq-artemis/Chart.yaml index 2bf6742..f9a6882 100644 --- a/charts/activemq-artemis/Chart.yaml +++ b/charts/activemq-artemis/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: activemq-artemis -version: 0.0.27 +version: 0.0.28 description: a multi-protocol, embeddable, very high performance, clustered, asynchronous messaging system. keywords: - activemq diff --git a/charts/activemq-artemis/templates/configmaps.yaml b/charts/activemq-artemis/templates/configmaps.yaml index d518e78..f1eae74 100644 --- a/charts/activemq-artemis/templates/configmaps.yaml +++ b/charts/activemq-artemis/templates/configmaps.yaml @@ -43,7 +43,7 @@ data: {{- if .Values.ssl.enabled }} - tcp://0.0.0.0:61617?sslEnabled=true;keyStorePath=/var/lib/artemis-instance/ssl/broker.ks;keyStorePassword=${keyStorePassword};trustStorePath=/var/lib/artemis-instance/ssl/client.ts;trustStorePassword=${trustStorePassword};needClientAuth=true;enabledProtocols=TLSv1,TLSv1.1,TLSv1.2 + tcp://0.0.0.0:61617?sslEnabled=true;keyStorePath=/var/lib/artemis-instance/ssl/broker.ks;keyStorePassword=${keyStorePassword};trustStorePath=/var/lib/artemis-instance/ssl/client.ts;trustStorePassword=${trustStorePassword};needClientAuth=true;enabledProtocols=TLSv1.2 {{- else }} tcp://0.0.0.0:61617 {{- end }}