Skip to content

Commit

Permalink
Merge branch 'main' into update-activemq-artemis-to-0.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel-Jansen authored Nov 13, 2023
2 parents 1a83dbb + 28138b7 commit af436df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/activemq-artemis/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: activemq-artemis
version: 0.0.29
version: 0.0.30
description: a multi-protocol, embeddable, very high performance, clustered, asynchronous messaging system.
keywords:
- activemq
Expand Down
4 changes: 2 additions & 2 deletions charts/activemq-artemis/templates/statefulsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ spec:
env:
- name: JAVA_ARGS
value: >-
-XX:InitialRAMPercentage=80.0 -XX:MaxRAMPercentage=80.0
-Dhawtio.realm=activemq -Dhawtio.offline=true
-XX:InitialRAMPercentage=80.0 -XX:MaxRAMPercentage=80.0
-Dhawtio.realm=activemq -Dhawtio.offline=true
-Dhawtio.rolePrincipalClasses=org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal
- name: ARTEMIS_PASSWORD
valueFrom:
Expand Down

0 comments on commit af436df

Please sign in to comment.