diff --git a/cloud/custom-resources/argo-workflows/backup-restore-template.yaml b/cloud/custom-resources/argo-workflows/backup-restore-template.yaml index ceeab63..d0622d3 100644 --- a/cloud/custom-resources/argo-workflows/backup-restore-template.yaml +++ b/cloud/custom-resources/argo-workflows/backup-restore-template.yaml @@ -186,7 +186,7 @@ spec: - name: tmp emptyDir: {} container: - image: denniswitt/tar:1.0.0 # renovate + image: denniswitt/tar:1.0.1 # renovate workingDir: /tmp command: - sh diff --git a/cloud/custom-resources/argo-workflows/foundry-backup-template.yaml b/cloud/custom-resources/argo-workflows/foundry-backup-template.yaml index 58d739d..ffa55c8 100644 --- a/cloud/custom-resources/argo-workflows/foundry-backup-template.yaml +++ b/cloud/custom-resources/argo-workflows/foundry-backup-template.yaml @@ -74,7 +74,7 @@ spec: s3: key: "{{workflow.name}}/foundry-data.tar.xz" container: - image: denniswitt/tar:1.0.0 # renovate + image: denniswitt/tar:1.0.1 # renovate workingDir: /tmp command: - sh diff --git a/in-cluster/custom-resources/argo-workflows/backup-restore.yaml b/in-cluster/custom-resources/argo-workflows/backup-restore.yaml index 7848522..99269da 100644 --- a/in-cluster/custom-resources/argo-workflows/backup-restore.yaml +++ b/in-cluster/custom-resources/argo-workflows/backup-restore.yaml @@ -168,7 +168,7 @@ # - name: backup-archive # path: /tmp/foundry-data.tar.xz # container: -# image: denniswitt/tar:1.0.0 # renovate +# image: denniswitt/tar:1.0.1 # renovate # workingDir: /tmp # command: # - sh diff --git a/in-cluster/custom-resources/argo-workflows/offsite-backup.yaml b/in-cluster/custom-resources/argo-workflows/offsite-backup.yaml index aa861bc..e935da4 100644 --- a/in-cluster/custom-resources/argo-workflows/offsite-backup.yaml +++ b/in-cluster/custom-resources/argo-workflows/offsite-backup.yaml @@ -70,7 +70,7 @@ # s3: # key: "{{workflow.name}}/foundry-data.tar.xz" # container: -# image: denniswitt/tar:1.0.0 # renovate +# image: denniswitt/tar:1.0.1 # renovate # workingDir: /tmp # command: # - sh