So übergeben Sie Docker Hub -Anmeldeinformationen für Helm -Werte.yaml
image:
repository: myprivate.registry.com:8080/myapp/app/viewer
pullPolicy: IfNotPresent
imageCredentials:
registry: myprivate.registry.com:8080
username: myusername
password: myuserpass
devops unicorn