Skip to content

Commit

Permalink
update image tag
Browse files Browse the repository at this point in the history
Signed-off-by: Jimil Desai <[email protected]>
  • Loading branch information
jimil749 committed Jun 15, 2023
1 parent bdb6e9e commit f31888f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def container_specs(client, spec, cronjob_name):
containers = [
client.V1Container(
name="backup",
image=f"{cronjob_image}:14299c256cfe29b7ce0bb6efdc582fa7534b6338",
image=f"{cronjob_image}:7f9e2d2dd6fb21dbc76974623f09b948d8c73651",
# resources=client.V1ResourceRequirements(
# limits={
# "cpu": "2",
Expand Down

0 comments on commit f31888f

Please sign in to comment.