Skip to content

Commit

Permalink
Bump mariadb from 10.11.9 to 10.11.10 in /ansible/manifests/hackmd
Browse files Browse the repository at this point in the history
Bumps mariadb from 10.11.9 to 10.11.10.

---
updated-dependencies:
- dependency-name: mariadb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent 7afec6f commit 0bb6c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/manifests/hackmd/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: mariadb
image: mariadb:10.11.9
image: mariadb:10.11.10
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3306
Expand Down
2 changes: 1 addition & 1 deletion ansible/manifests/hackmd/pre-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: mariadb
image: mariadb:10.11.9
image: mariadb:10.11.10
command: ["/bin/sh"]
args: ["-c", "exit 0"]
- name: hackmd
Expand Down

0 comments on commit 0bb6c19

Please sign in to comment.