refactor(helm): switch postgres image from bitnami to groonga and fix the texera image registry configuration#4233
Merged
aicam merged 3 commits intoapache:mainfrom Feb 25, 2026
Merged
Conversation
Contributor
|
Thanks for pointing out this issue. I think we should remove this dockerfile. The reason is that pgroonga has its own official docker image: https://hub.docker.com/r/groonga/pgroonga. And we used this image for docker-compose deployment (see Therefore, can we:
|
Bitnami in Postgres DockerfilePostgres Bitnami and update registry selection
Postgres Bitnami and update registry selectionPostgres Bitnami and update registry selection
Postgres Bitnami and update registry selectionPostgres Bitnami and update registry selection
bobbai00
approved these changes
Feb 25, 2026
Postgres Bitnami and update registry selection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this PR?
1- Recently Bitnami removed all free images including Postgres, therefore we needed to migrate to a new image and we found
groonga/pgroongaas perfect alternative since it is official and also free.2- We are in the process of Apache release and we decided to use Github registry for hosting our microservice images. However, many sub-charts and internal images like
envoy-gateway-cert-genare still hosted on Docker hub, therefore we replacedglobalfield invalues.yamlwithtexeraso we can specify registry for Texera images only.Any related issues, documentation, discussions?
N/A
How was this PR tested?
We could successfully run Kubernetes on local system.
Was this PR authored or co-authored using generative AI tooling?
Antigravity