morazow opened a new issue, #2339: URL: https://github.com/apache/fluss/issues/2339
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Fluss version 0.8.0 (latest release) ### Please describe the bug 🐞 The Helm charts values sets the repository to the `fluss`, it should be `apache/fluss` instead. The fluss images are published under apache repo: https://hub.docker.com/r/apache/fluss/tags Users would get the following error on helm install: ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 18m default-scheduler Successfully assigned fluss/coordinator-server-0 to ip-192-168-1-155.eu-central-1.compute.internal Normal SuccessfulAttachVolume 18m attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-996860ee-9634-416b-a5c3-0f0e9c1b6c7f" Normal Pulling 15m (x5 over 18m) kubelet spec.containers{fluss-coordinator}: Pulling image "fluss:0.8.0-incubating" Warning Failed 15m (x5 over 18m) kubelet spec.containers{fluss-coordinator}: Failed to pull image "fluss:0.8.0-incubating": failed to pull and unpack image "docker.io/library/fluss:0.8.0-incubating": failed to resolve reference "docker.io/library/fluss:0.8.0-incubating": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed Warning Failed 15m (x5 over 18m) kubelet spec.containers{fluss-coordinator}: Error: ErrImagePull Normal BackOff 3m2s (x64 over 18m) kubelet spec.containers{fluss-coordinator}: Back-off pulling image "fluss:0.8.0-incubating" Warning Failed 3m2s (x64 over 18m) kubelet spec.containers{fluss-coordinator}: Error: ImagePullBackOff ``` There is workaround with values override but we should still fix this. ### Solution Update repository to `apache/fluss`. ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
