project-sunbird / sunbird-ed-installer

MIT License
1 stars 20 forks source link

Script is not able to pull elasticsearch init container #9

Open sanketnagdive opened 7 months ago

sanketnagdive commented 7 months ago

Elastic search init container was pulling image from a repo bitnami-shell which is moved to archival(name bitnami-shell-archived). Updated the scripts to use same image from repo bitnami-shell-archived. cc @gandham-santhosh @mohitga @vinukumar-vs @santhosh-tg @keshavprasadms

mohitga commented 7 months ago

@keshavprasadms do we need to use the archived image of elastic search?

lazylua commented 6 months ago

Hi @sanketnagdive Thank you for bringing this to notice. We're using standard bitnami charts for most dbs, and the es version we're using is not the latest. That's why we're using the bitnami-shell, which come packaged with the version specific chart. It'll get updated, once we change the verison of elastic search. For now, the image is only archived, and the usage is just to bootstrap the container, not to run any apps. So I don't think there are any issues. But if you want to use the latest image, you can override the global-values.yaml file to change the init container in elasticsearch block.

elastisearch:
  volumePermissions:
      image:
        registry: docker.io
        repository: bitnami/os-shell
        tag: latest