Skip to content

Commit

Permalink
Development: Consistently use mysql 8.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche committed Oct 31, 2022
1 parent 73906d9 commit 310aa64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
- MYSQL_ROOT_PASSWORD=
- MYSQL_DATABASE=Artemis
image: mysql:8.0.30
image: mysql:8.0.31
networks:
- artemis
ports:
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/gitlab-jenkins-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
- MYSQL_DATABASE=Artemis
image: mysql:8.0.30
image: mysql:8.0.31
ports:
- 3306:3306
volumes:
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/mysql.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.4'
services:
artemis-mysql:
image: mysql:8.0.30
image: mysql:8.0.31
# volumes:
# - ~/volumes/jhipster/Artemis/mysql/:/var/lib/mysql/
environment:
Expand Down
2 changes: 1 addition & 1 deletion src/main/kubernetes/artemis/statefulsets/artemis-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
envFrom:
- configMapRef:
name: artemis-mysql
image: mysql:8.0.30
image: mysql:8.0.31
imagePullPolicy: IfNotPresent
name: artemis-mysql
ports:
Expand Down

0 comments on commit 310aa64

Please sign in to comment.