netscaler-helm-charts icon indicating copy to clipboard operation
netscaler-helm-charts copied to clipboard

Make it possible to override image repository/registry in citrix-ingress-controller

Open ONordander opened this issue 2 years ago • 0 comments

Hi. Currently it's not possible to override only the image repository or registry, it's only possible to override the full image reference. In a setting where the images are mirrored it would be great if we could just specify a different repository but use the default chart tag like so:

values.yaml

image:
  registry: quay.io
  repository: citrix/citrix-k8s-ingress-controller
  tag: 1.26.7 

And then we could override it:

override-values.yaml

image:
  registry: myregistry.com
  repository: mirrors/citrix/citrix-k8s-ingress-controller

See an example here https://github.com/bitnami-labs/sealed-secrets/blob/main/helm/sealed-secrets/values.yaml

ONordander avatar Aug 02 '22 06:08 ONordander