From 2a50faf4d1c3eb3072cb44a2082b0df189624667 Mon Sep 17 00:00:00 2001 From: Marcel Jansen <34770714+Marcel-Jansen@users.noreply.github.com> Date: Mon, 25 Apr 2022 14:58:16 +0200 Subject: [PATCH 1/2] Add nodeSelector and affinity to ActiveMQ Artemis chart Signed-off-by: Marcel Jansen --- charts/activemq-artemis/templates/statefulsets.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/activemq-artemis/templates/statefulsets.yaml b/charts/activemq-artemis/templates/statefulsets.yaml index dc5e9a8..1a16f75 100644 --- a/charts/activemq-artemis/templates/statefulsets.yaml +++ b/charts/activemq-artemis/templates/statefulsets.yaml @@ -114,3 +114,9 @@ spec: {{- if .Values.extraVolumes }} {{ toYaml .Values.extraVolumes | indent 6 }} {{- end }} +{{- if .Values.nodeSelector }} +{{ toYaml .Values.nodeSelector | indent 8 }} +{{- end }} +{{- if .Values.affinity }} +{{ toYaml .Values.affinity | indent 8 }} +{{- end }} From d324be36c9fabc2e98276321befc0f1354072f54 Mon Sep 17 00:00:00 2001 From: Marcel Jansen Date: Mon, 25 Apr 2022 15:01:33 +0200 Subject: [PATCH 2/2] Version bump Signed-off-by: Marcel Jansen --- charts/activemq-artemis/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/activemq-artemis/Chart.yaml b/charts/activemq-artemis/Chart.yaml index b555a75..ffefc20 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.12 +version: 0.0.13 description: a multi-protocol, embeddable, very high performance, clustered, asynchronous messaging system. keywords: - activemq