Skip to content

Commit

Permalink
Fix walg image version mariadb 11.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: hmsayem <[email protected]>
  • Loading branch information
hmsayem committed Mar 22, 2024
1 parent f474bb9 commit 42241a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog/kubedb/raw/mariadb/mariadb-11.2.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
volumeSnapshot:
name: volume-snapshot
walg:
image: ghcr.io/kubedb/mariadb-archiver:(v0.4.0)_11.1.3-jammy
image: ghcr.io/kubedb/mariadb-archiver:(v0.4.0)_11.2.2-jammy
coordinator:
image: ghcr.io/kubedb/mariadb-coordinator:v0.24.0
db:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
volumeSnapshot:
name: volume-snapshot
walg:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/mariadb-archiver") $) }}:v0.4.0_11.1.3-jammy'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/mariadb-archiver") $) }}:v0.4.0_11.2.2-jammy'
coordinator:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/mariadb-coordinator") $) }}:v0.24.0'
db:
Expand Down

0 comments on commit 42241a1

Please sign in to comment.