Closed lubohr closed 2 months ago
Hi @lubohr , according to your description it seems that the issue is not related to imagePullPolicy
, but rather to missing imagePullSecrets
in hooks that will cause 403 Forbidden
when the container should be pulled from the private registry.
I believe that the PR #196 should resolve this issue, it includes both imagePullSecrets
and imagePullPolicy
in hooks according the data in values.yaml
.
Do you have any comments to that?
Describe the bug Hooks where public images are used do not have an imagePullPolicy defined in the Helm chart. Without it, it is not possible to use images stored in the internal registry, which is defined in the global parameters.
To Reproduce
Expected behavior A pull image will be performed and pod will start as with other microservices
Desktop (please complete the following information):