Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update mariadb docker tag to v11 #717

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ix-dev/community/castopod/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ sources:
- https://code.castopod.org/adaures/castopod
title: Castopod
train: community
version: 1.0.12
version: 1.0.13
2 changes: 1 addition & 1 deletion ix-dev/community/castopod/ix_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ images:
tag: "1.13.0"
mariadb_image:
repository: mariadb
tag: "10.11.9"
tag: "11.5.2"
redis_image:
repository: bitnami/redis
tag: 7.4.1
Expand Down
2 changes: 1 addition & 1 deletion ix-dev/community/passbolt/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ sources:
- https://www.passbolt.com
title: Passbolt
train: community
version: 1.0.7
version: 1.0.8
2 changes: 1 addition & 1 deletion ix-dev/community/passbolt/ix_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ images:
tag: 4.9.1-1-ce-non-root
mariadb_image:
repository: mariadb
tag: "10.11.9"
tag: "11.5.2"

consts:
passbolt_container_name: passbolt
Expand Down
2 changes: 1 addition & 1 deletion ix-dev/community/piwigo/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ sources:
- https://hub.docker.com/r/linuxserver/piwigo
title: Piwigo
train: community
version: 1.0.7
version: 1.0.8
2 changes: 1 addition & 1 deletion ix-dev/community/piwigo/ix_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ images:
tag: "15.0.0"
mariadb_image:
repository: mariadb
tag: "10.11.9"
tag: "11.5.2"

consts:
piwigo_container_name: piwigo
Expand Down
2 changes: 1 addition & 1 deletion ix-dev/community/wordpress/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ sources:
- https://hub.docker.com/_/wordpress
title: Wordpress
train: community
version: 1.0.7
version: 1.0.8
2 changes: 1 addition & 1 deletion ix-dev/community/wordpress/ix_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ images:
tag: "6.6.2"
mariadb_image:
repository: mariadb
tag: "10.11.9"
tag: "11.5.2"

consts:
wordpress_container_name: wordpress
Expand Down
Loading