medic / cht-user-management

GNU Affero General Public License v3.0
4 stars 1 forks source link

Update deployment values #214

Closed paulpascal closed 3 weeks ago

paulpascal commented 3 weeks ago

New values for all deployments values.

Started in #213

paulpascal commented 3 weeks ago

@Hareet ,

paulpascal commented 3 weeks ago

Sure

paulpascal commented 3 weeks ago

Thanks a lot @Hareet ,

So for other mates, to be able to deploy , you will want to run :

  1. Ensure your local system has the latest charts.
helm repo update medic
  1. Delete the existing helm values
helm -n users-chis-prod delete $CONFIG 
  1. And install the new values
    helm install \
      --kube-context arn:aws:eks:eu-west-2:720541322708:cluster/prod-cht-eks \
      --namespace users-chis-prod \
      --values values/$VALUES \
      $CONFIG medic/cht-user-management

PS: for the next deployment the upgrade will just work without deleting (step 2)

cc: @Hareet @kennsippell @freddieptf @inromualdo @mrjones-plip @jonathanbataire