Skip to content

Commit

Permalink
feat(backend): Upgrade axonserver
Browse files Browse the repository at this point in the history
  • Loading branch information
BartlomiejRasztabiga committed Nov 3, 2023
1 parent c6f20c4 commit f33f86e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
name: 'thesis'
services:
axonserver:
image: axoniq/axonserver:2023.1.2-jdk-17-dev
image: axoniq/axonserver:2023.2.0-jdk-17-dev
hostname: axonserver
environment:
- AXONIQ_AXONSERVER_DEVMODE_ENABLED=true
Expand Down
2 changes: 1 addition & 1 deletion e2e/src/test/kotlin/me/rasztabiga/thesis/e2e/E2ETest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class E2ETest {
.`when`()
.get("/v2/deliveries/offer")
.body.`as`(OrderDeliveryOfferResponse::class.java)
} catch (e: MissingKotlinParameterException) {
} catch (e: RuntimeException) {
continue
}

Expand Down
2 changes: 1 addition & 1 deletion k8s/gcp/axonserver-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
app: axonserver
spec:
containers:
- image: axoniq/axonserver:2023.1.2-jdk-17-dev
- image: axoniq/axonserver:2023.2.0-jdk-17-dev
name: axonserver
env:
- name: AXONIQ_AXONSERVER_DEVMODE_ENABLED
Expand Down
2 changes: 1 addition & 1 deletion k8s/main/axonserver-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
app: axonserver
spec:
containers:
- image: axoniq/axonserver:2023.1.2-jdk-17-dev
- image: axoniq/axonserver:2023.2.0-jdk-17-dev
name: axonserver
env:
- name: AXONIQ_AXONSERVER_DEVMODE_ENABLED
Expand Down
2 changes: 1 addition & 1 deletion k8s/performance/axonserver-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
app: axonserver
spec:
containers:
- image: axoniq/axonserver:2023.1.2-jdk-17-dev
- image: axoniq/axonserver:2023.2.0-jdk-17-dev
name: axonserver
env:
- name: AXONIQ_AXONSERVER_DEVMODE_ENABLED
Expand Down

0 comments on commit f33f86e

Please sign in to comment.