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

syncing versions attempt 1 #27

Merged
merged 2 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ add_repos: # Add helm repo dependencies for publishing charts
helm repo add medic https://docs.communityhealthtoolkit.org/helm-charts
helm repo add opencost https://opencost.github.io/opencost-helm-chart
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add bitnami https://charts.bitnami.com/bitnami
12 changes: 6 additions & 6 deletions charts/cht-user-management/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: base-single-app
repository: file://../base-single-app
version: 0.2.2
repository: https://docs.communityhealthtoolkit.org/helm-charts
version: 0.2.1
- name: base-single-app
repository: file://../base-single-app
version: 0.2.2
repository: https://docs.communityhealthtoolkit.org/helm-charts
version: 0.2.1
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.13.2
digest: sha256:cd591bdfad18b05b5cc473ffd5796b630ac8e10248ae6e7ca4f0b716e78369a2
generated: "2024-10-29T16:04:11.007238-06:00"
digest: sha256:eb3ff1d01da7c58c1e0609104b8c20a7410a206f2d69b8dcc346468d08135e9e
generated: "2024-10-30T11:22:31.596977-06:00"
4 changes: 2 additions & 2 deletions charts/cht-user-management/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ version: 0.2.2
dependencies:
- alias: cht-user-management
name: base-single-app
version: "0.2.2"
version: "0.2.1"
#repository: file://../base-single-app
repository: https://docs.communityhealthtoolkit.org/helm-charts

- alias: cht-user-management-worker
name: base-single-app
version: "0.2.2"
version: "0.2.1"
repository: https://docs.communityhealthtoolkit.org/helm-charts
#repository: file://../base-single-app

Expand Down