vmware-tanzu / velero

Backup and migrate Kubernetes applications and their persistent volumes
https://velero.io
Apache License 2.0
8.4k stars 1.37k forks source link

veleroFsfreezeImage setting in helm chart #7921

Closed asokolsky4clari closed 3 days ago

asokolsky4clari commented 4 days ago

Describe the problem/challenge you have

velero injects the following sidecar container into my vault pod:

Because docker imposed anonymous pull rate restrictions and I would like to be able to customize the image, e.g. set it to 'public.ecr.aws/docker/library/ubuntu:bionic'.

I am aware of the veleroFsfreezeImage API.

Describe the solution you'd like

Ideally a helm chart value veleroFsfreezeImage which defaults to ubuntu:bionic with possibility to customize it.

Anything else you would like to add:

Environment:

Vote on this issue!

This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.

blackpiglet commented 4 days ago

I didn't find the ubuntu and the fsfreeze-related information in the Velero helm chart repository for tag velero-5.4.1. @jenting Could you please give some insight?

asokolsky4clari commented 3 days ago

My problem seems to be caused by bank-vaults. Closing the issue.