veleroFsfreezeImage setting in helm chart
asokolsky4clari opened this issue · 2 comments
asokolsky4clari commented
Describe the problem/challenge you have
[A description of the current limitation/problem/challenge that you are experiencing.]
Because docker imposed anonymous pull rate restrictions I would like to be able to customize the image, e.g. set it to 'public.ecr.aws/docker/library/ubuntu:bionic'.
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
Ideally a helm chart value veleroFsfreezeImage
which defaults to ubuntu:bionic
with possibility to customize it.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
- helm version (use
helm version
): version.BuildInfo{Version:"v3.13.1", GitCommit:"3547a4b5bf5edb5478ce352e18858d8a552a4110", GitTreeState:"clean", GoVersion:"go1.21.3"} - helm chart version and app version (use
helm list -n <YOUR NAMESPACE>
): 5.4.1 - Kubernetes version (use kubectl version): Client Version: v1.28.2, Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3, Server Version: v1.27.13-eks-3af4770
- Kubernetes installer & version: n/a
- Cloud provider or hardware configuration: AWS
- OS (e.g. from /etc/os-release): Ubuntu 18.04.6 LTS (Bionic Beaver)
jenting commented
Is this still a valid issue?
asokolsky4clari commented
Is this still a valid issue?
yes.