Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.
Discussion options

You must be logged in to vote

If you refer to the values.yaml file, you can replace the image with:

https://github.com/bitnami/charts/blob/master/bitnami/mongodb/values.yaml

image:
  registry: docker.io
  repository: bitnami/mongodb
  tag: 5.0.10-debian-11-r1

->

image:
  registry: ghcr.io
  repository: zcube/bitnami-compat/mongodb
  tag: 5.0.9-debian-11-r18

You can set these as options as follows:

        install_args: |
          --set auth.enabled=false

->

        install_args: |
          --set auth.enabled=false
          --set image.registry=ghcr.io
          --set image.repository=zcube/bitnami-compat/mongodb
          --set image.tag=5.0.9-debian-11-r18

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Devanshu24
Comment options

Answer selected by Devanshu24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants