-
-
Notifications
You must be signed in to change notification settings - Fork 46
fix(deps): Use bitnami images from docker.io/bitnamilegacy #626
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
Conversation
…nami deprecating their public catalog. See bitnami/charts#35164 Signed-off-by: RisingOpsNinja <[email protected]>
Signed-off-by: RisingOpsNinja <[email protected]>
Signed-off-by: RisingOpsNinja <[email protected]>
Signed-off-by: RisingOpsNinja <[email protected]>
for more information, see https://pre-commit.ci
cb45b86 to
d97a864
Compare
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
|
I’d like to open a discussion about which registry we should adopt going forward.
Additionally, we’ll need to update the Helm registry to the OCI format: What are the community’s suggestions or opinions on this? |
|
Isn't there some alternative to Bitnami? Migration between PostgreSQL versions is AFAIK not automatic, so having a movable |
|
The helm charts of groundhog2k are a promising alternative. They use unmodified docker library images:
Source: https://github.com/groundhog2k/helm-charts/tree/master/charts I already migrated a deployment successfully, but manual steps are required. |
|
I double-checked the versions currently used in the Helm chart:
My suggestion is to explicitly pin these image tags in our
This ensures consistency between environments and avoids unexpected changes in production. It will not break anything on the community side. If, in the future, Bitnami removes the legacy registry, we can switch to another source (for example: Groundhog2k Postgres Of course, please feel free to correct me if I’ve got the versions wrong or if this approach doesn’t make sense. |
|
Hello, I would suggest temporarily moving to bitnami/legacy, since relying only on the At the moment, any k8s deployments can not really work until the Helm chart is updated, so it would be beneficial if this could be resolved please. |
|
I would also suggest moving temporarily to bitnamiclegacy (to make it installable again) and then as a second step to migrate to something else such as groundhog2k. I've also moved some personal charts of to groundhog2k and works well. |
|
yeah we gotta move away from bitnami. this is just part of the current nightmare we're facing atm with bitnami pulling stunts |
|
Okay, I've just merged this. |
Bitnami has recently announced breaking changes to there public catalog bitnami/charts#35164 already discussed in issue #600
Since August 28th the charts and the docker images have not received updates and on September 29th the docker images will be moved to
docker.io/bitnamilegacywhich breaks the chart.Switch to
docker.io/bitnamilegacyto be able to pull images beyond that date as a temporary workaround.