-
Notifications
You must be signed in to change notification settings - Fork 113
chore: update Kubernetes Helm chart image references to Apache registry #4072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update Kubernetes Helm chart image references to Apache registry #4072
Conversation
Update all Texera service images in docker-compose.yml to use the Apache registry with latest tags, following the naming convention established in the CI/CD workflow: - file-service → apache/texera-file-service:latest - workflow-compiling-service → apache/texera-workflow-compiling-service:latest - computing-unit-master → apache/texera-workflow-execution-coordinator:latest - texera-web-application → apache/texera-dashboard-service:latest - texera-example-data-loader → apache/texera-example-data-loader:latest This aligns with the GitHub Actions workflow that builds and pushes images to the Apache registry.
Update all Texera service images in values.yaml to use the Apache registry with latest tags, aligning with the naming convention established in the CI/CD workflow: - texera-example-data-loader:cluster → apache/texera-example-data-loader:latest - texera-web-application:cluster → apache/texera-dashboard-service:latest - workflow-computing-unit-managing-service:cluster → apache/texera-workflow-computing-unit-managing-service:latest - workflow-compiling-service:cluster → apache/texera-workflow-compiling-service:latest - file-service:cluster → apache/texera-file-service:latest - config-service:cluster → apache/texera-config-service:latest - access-control-service:cluster → apache/texera-access-control-service:latest - computing-unit-master:cluster → apache/texera-workflow-execution-coordinator:latest This ensures the Kubernetes Helm chart uses the correct image names and registry that are now being built and pushed by the GitHub Actions workflow.
aicam
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we need nightly tag not latest
Using latest is a more common practice |
aicam
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
@aicam If you think this PR is ready, please do the merge. |
What changes were proposed in this PR?
This PR updates all Texera service images in the Kubernetes Helm chart (
bin/k8s/values.yaml) to use the Apache registry withlatesttags, aligning with the naming convention established in the CI/CD workflow (#4055).The following image references have been updated:
texera/texera-example-data-loader:cluster→apache/texera-example-data-loader:latesttexera/texera-web-application:cluster→apache/texera-dashboard-service:latesttexera/workflow-computing-unit-managing-service:cluster→apache/texera-workflow-computing-unit-managing-service:latesttexera/workflow-compiling-service:cluster→apache/texera-workflow-compiling-service:latesttexera/file-service:cluster→apache/texera-file-service:latesttexera/config-service:cluster→apache/texera-config-service:latesttexera/access-control-service:cluster→apache/texera-access-control-service:latesttexera/computing-unit-master:cluster→apache/texera-workflow-execution-coordinator:latestThis ensures that the Kubernetes Helm chart uses the correct image names and registry that are now being built and pushed by the GitHub Actions workflow.
Any related issues, documentation, discussions?
Related to #4055 which introduced the GitHub Actions workflow for building and pushing images to the Apache registry.
How was this PR tested?
This PR only updates image references in the Kubernetes Helm chart configuration file. No code changes were made.
Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude (Anthropic)