cockroachdb / cockroachdb/helm-charts
Use imagePullSecrets for selfsigner job and cronjob if tls.selfSigner.image.credentials are set
Open
- Dominant language
- Go
- Stars
- 105
- Forks
- 152
- Avg merge
- 4d 23h
- Merged PRs (30d)
- 5
Description
Currently installing this chart can lead to ImagePullBackOff due to Docker Hub's quota for unauthenticated pulls.
```
NAME READY STATUS RESTARTS AGE
pod/cockroachdb-self-signer-n6j6z 0/1 ImagePullBackOff 0 5m
```
To solve this all uses of a docker hub image need to be able to set an `imagePullSecret` to authenticate to Docker Hub.
Jira issue: HELM-33
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.