Skip to content

Commit

Permalink
updated image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushJakhmola committed Oct 10, 2023
1 parent 057ab19 commit 6a9e111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/backup/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: sa-mysql-backup
containers:
- name: backup-mysqldb
image: squareops/mysqldb-backup:v3
image: squareops/mysqldb-backup:v4
imagePullPolicy: Always
env:
- name: MYSQL_HOST
Expand Down
2 changes: 1 addition & 1 deletion modules/restore/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
serviceAccountName: sa-mysql-restore
containers:
- name: restore-mysqldb
image: squareops/mysqldb-restore:v3
image: squareops/mysqldb-restore:v4
imagePullPolicy: Always
env:
- name: MYSQL_HOST
Expand Down

0 comments on commit 6a9e111

Please sign in to comment.