Skip to content

How to use instead of helm charts #25

Answered by ZCube
Devanshu24 asked this question in Q&A
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