When deploying the Enterprise trial via Helm, some pods fail to pull private images from quay.io and the release stalls (e.g., Job opensearch-keystore-creator).
I’ve attached the pod description for your reference.
Dremio version : 26.x
dremio-description.zip (1.9 KB)
kubectl get pods
NAME READY STATUS RESTARTS AGE
opensearch-keystore-creator-gr9lj 0/1 ImagePullBackOff 0 8m9s
- What would help me
1.The exact values.yaml knobs to make the chart includeimagePullSecretsfor every pod/Job/SA it creates (so upgrades don’t drop it).
2.Or official guidance confirming which ServiceAccounts are created by the chart and the supported way to attach the pull secret permanently.
Thanks in Advance