Ma77Ball commented on code in PR #5757:
URL: https://github.com/apache/texera/pull/5757#discussion_r3457585201
##########
bin/k8s/values-development.yaml:
##########
@@ -18,8 +18,8 @@
texera:
# Container image registry and tag for all Texera services
# Override these to use a different registry or version
- imageRegistry: ghcr.io/apache
- imageTag: latest
+ imageRegistry: docker.io/apache
+ imageTag: 1.3.0-incubating-SNAPSHOT
Review Comment:
```suggestion
imageRegistry: ghcr.io/apache
imageTag: latest
```
This breaks the out-of-the-box `helm install -f values-development.yaml`.
The tag `docker.io/apache/texera-*:1.3.0-incubating-SNAPSHOT` is not published
on Docker Hub, so every Texera service fails with `ImagePullBackOff`:
```
Failed to pull image
"docker.io/apache/texera-access-control-service:1.3.0-incubating-SNAPSHOT":
manifest unknown
```
> Note: I confirmed the rest of the chart is healthy by overriding `--set
texera.imageTag=latest`, after which all services with published images reached
Running.
--
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]