davidl789 opened a new issue, #621:
URL: https://github.com/apache/solr-operator/issues/621

   Installed the apache/solr helm chart and override to pull the zookeeper 
image from our private registry with the command below:
   helm install example apache-solr/solr --version 0.7.1 --set 
zk.provided.image.repository=my-registry.com.au/myuser/my_solrzookeeper --set 
zk.provided.image.tag=0.1.379 --set 
zk.provided.image.imagePullSecret=my-docker-registry-key
   
   It failed to pull the zookeeper image from our private registry with error 
"no basic auth credentials" :
   " Warning Failed 10s kubelet Failed to pull image 
"my-registry.sandstone.com.au/myuser/my_solrzookeeper:0.1.379": rpc error: code 
= Unknown desc = Error response from daemon: Head 
"https://my-registry.sandstone.com.au/v2/myuser/my_solrzookeeper/manifests/0.1.379":
 no basic auth credentials"
   
   It appears the provided pull secret "my-docker-registry-key" is ignored and 
not sent to the private registry.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to