Skip to content

Commit

Permalink
update cronjob image
Browse files Browse the repository at this point in the history
Signed-off-by: Jimil Desai <[email protected]>
  • Loading branch information
jimil749 committed Jan 16, 2024
1 parent 96f4542 commit 71c1dcb
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}:38c2390a6224eb536080b18562fd5b9a1270e98e",
image=f"{cronjob_image}:487729d07d8e0a7710183999d9634f01f48aac96",
# resources=client.V1ResourceRequirements(
# limits={
# "cpu": "2",
Expand Down

0 comments on commit 71c1dcb

Please sign in to comment.