Skip to content
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

[WIP]: Add cht-user-managment-worker and redis to cht-user-management helm charts #26

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Hareet
Copy link
Member

@Hareet Hareet commented Oct 28, 2024

Resolves #19

A few things I need to fix before merging:

  • Chart.yaml in cht-user-management requires version "0.2.0" for its dependencies. If we run helm commands with --dry-run --debug with "0.2.1" versions listed, the manifests dont get populated for cht-user-management and worker containers. Only redis is populated. Rolling that chart depedency back to version "0.2.0" populates all manifests.
  • We have some nested dependencies (cht-user-management) uses single-base-app to create its templates, and there is some version mismatching that is happening.
  • We need to fix this, because we want to release single-base-app "0.2.2" which would include options around if ports, services or healthprobes are needed and that would enable us to use single-base-app for cht-user-management-worker

Current workaround:

  • Deploy helm charts with Chart.yaml "0.2.0" for all single-base-app
  • After deployment is running, edit cht-user-management-worker deploy resource and delete the lines referencing ports.

Testing:

  • cht-core 4.9 : hareet-test.dev.medicmobile.org
    • togo config uploaded, no seed data yet
  • user man tool: hareet-test-users.dev.medicmobile.org

…t still requires update to single base app to make ports and probes optional.
…quire them. Step needed for cht-user-management-worker to be able to use single-base-app without live deployment resource modifications
@Hareet Hareet self-assigned this Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update cht-user-management chart
1 participant