medic / cht-user-management

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

ECR Image for version 1.1.2 isn't published #94

Closed kennsippell closed 3 months ago

kennsippell commented 3 months ago

I'm attempting to deploy the latest 1.1.2 version to production. The helm upgrade command succeeds. Looking at kubectl describe, I see Image: public.ecr.aws/medic/cht-user-management:1.1.2 listed as the active container.

But I'm still seeing 1.0.15 when I go to the production URL https://users-chis-ug.app.medicmobile.org/version and the code from 1.1.2 isn't running (easiest feature to test is this one which doesn't require login.

I don't see the image in ECR here. The latest version is 1.0.17 (3 days old). cc @mrjones-plip

kennsippell commented 3 months ago

This job shows that it is passing - but internally, it is actually failing. The error is Cannot find module '@fastify/static' or its corresponding type declarations.

kennsippell commented 3 months ago

Image published