Use a custom image or private registry
Improve this page by contributing to our documentation.
Image
The image parameter allows specifying which image will be pulled for the chart.
Private registry
If you configure the image value to one in a private registry, you will need to specify an image pull secret.
- Manually create image pull secret(s) in the namespace. See this YAML example reference. Check your image registry’s documentation about getting the appropriate secret.
- Provide the secret by setting the imagePullSecrets parameter using a values.yaml file as shown below:
imagePullSecrets:
- name: SECRET_NAME
- Install the chart.