Hello,
I am trying to snapshot and export an K8s application through the execution of a Kasten Policy.
My environment is installed in air gapped mode and when I ran the policy on K8s the “k10-namespace-generic-volume-2.0.13” blueprint is automatically created.
I am guessing if there is a way to overwrite the tag image in the blueprint YAML so the image would be pulled from my private repository and not from public one.
I wanna change that
image: ghcr.io/kanisterio/kanister-tools:0.72.0
to
image: myprivaterepo.io/kanisterio/kanister-tools:0.72.0
Many thanks!