Skip to content

Commit

Permalink
Merge pull request #13 from AyushJakhmola/release-update-image-tag
Browse files Browse the repository at this point in the history
updated image tags
  • Loading branch information
RohitSquareops authored Dec 14, 2023
2 parents 057ab19 + 6a9e111 commit 445c933
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 445c933

Please sign in to comment.