Hi guys, i'm using RKE2 and need to install a helm chart with local images but i'm getting this error: Container image " <local/image>" is not present with pull policy of Never. What can i do?
Copy code
image:
# -- The docker image repository to use
repository: <my/image>
# -- The docker image pull policy
pullPolicy: Never
# -- The docker image tag to use. Default app version
tag: 1.0.1