You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use Helm Controller in an enterprise environment without open internet access. All Docker images used on the Kubernetes cluster come from our internal image registry and there is no way to deploy images from other sources. Currently, you allow the job image to be set using the spec.jobImage field in the HelmController resource, but in my case this forces us to overwrite it in every deployed resource of this type.
Please allow me to change the default image for Job by setting an environment variable on the HelmController container. Thank you in advance for this possibility.
Regards
Piotr Minkina
The text was updated successfully, but these errors were encountered:
Yes, but there was some maintenance to our CI infra that appears to have removed the GH API token. I've opened an issue and will re-run CI when it is resolved.
Hello,
I would like to use Helm Controller in an enterprise environment without open internet access. All Docker images used on the Kubernetes cluster come from our internal image registry and there is no way to deploy images from other sources. Currently, you allow the job image to be set using the
spec.jobImage
field in the HelmController resource, but in my case this forces us to overwrite it in every deployed resource of this type.helm-controller/pkg/controllers/chart/chart.go
Line 56 in 32c2e08
Please allow me to change the default image for Job by setting an environment variable on the HelmController container. Thank you in advance for this possibility.
Regards
Piotr Minkina
The text was updated successfully, but these errors were encountered: