Skip to content

Commit

Permalink
Update artemis image from 2.30.0 to 2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turing85 committed Sep 20, 2023
1 parent 61058a9 commit 737a2a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class ArtemisDevServicesBuildTimeConfig {
/**
* The ActiveMQ Artemis container image to use.
* <p>
* Defaults to {@code quay.io/artemiscloud/activemq-artemis-broker:artemis.2.30.0}
* Defaults to {@code quay.io/artemiscloud/activemq-artemis-broker:artemis.2.31.0}
*/
@ConfigItem
public Optional<String> imageName = Optional.empty();
Expand Down Expand Up @@ -87,7 +87,7 @@ public int getPort() {
}

public String getImageName() {
return imageName.orElse("quay.io/artemiscloud/activemq-artemis-broker:artemis.2.30.0");
return imageName.orElse("quay.io/artemiscloud/activemq-artemis-broker:artemis.2.31.0");
}

public boolean isShared() {
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/includes/quarkus-artemis-core.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-artemis-core_quarkus.artemis.de
--
The ActiveMQ Artemis container image to use.

Defaults to `quay.io/artemiscloud/activemq-artemis-broker:artemis.2.30.0`
Defaults to `quay.io/artemiscloud/activemq-artemis-broker:artemis.2.31.0`

ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_ARTEMIS_DEVSERVICES_IMAGE_NAME+++[]
Expand Down Expand Up @@ -365,7 +365,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-artemis-core_quarkus.artemis.-c
--
The ActiveMQ Artemis container image to use.

Defaults to `quay.io/artemiscloud/activemq-artemis-broker:artemis.2.30.0`
Defaults to `quay.io/artemiscloud/activemq-artemis-broker:artemis.2.31.0`

ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_ARTEMIS__CONFIGURATION_NAME__DEVSERVICES_IMAGE_NAME+++[]
Expand Down

0 comments on commit 737a2a2

Please sign in to comment.