k8up-io / k8up

Kubernetes and OpenShift Backup Operator
https://k8up.io/
Apache License 2.0
617 stars 63 forks source link

Use image.registry for kubectl image #889

Closed nheinemans-asml closed 11 months ago

nheinemans-asml commented 11 months ago

Description

When deploying k8up in an air-gapped environment, we noticed that the bitnami/kubectl image is necessary for one of the jobs. However, this image cannot be pulled. We would like to use the image.registry, or perhaps a separate setting for this.

Additional Context

No response

Logs

No response

Expected Behavior

It's possible to refer to an internal registry/repo for the kubectl image.

Steps To Reproduce

No response

Version of K8up

4.4.1

Version of Kubernetes

v1.25

Distribution of Kubernetes

RKE

nheinemans-asml commented 11 months ago

Solved in version 4.4.2 of the helm chart