how to pass docker hub credentials for helm values.yaml
image:
repository: myprivate.registry.com:8080/myapp/app/viewer
pullPolicy: IfNotPresent
imageCredentials:
registry: myprivate.registry.com:8080
username: myusername
password: myuserpass