diff --git a/.infra/prod/values.yaml b/.infra/prod/values.yaml index f45c6229..1bd6ffa6 100644 --- a/.infra/prod/values.yaml +++ b/.infra/prod/values.yaml @@ -2,13 +2,13 @@ stack: services: apiv2: image: - tag: sha-497df01 + tag: sha-07c2bc6 initContainers: # Install cerbos policies where the cerbos sidecar can grab them. - name: install-cerbos-policies image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2 - tag: sha-497df01 + tag: sha-07c2bc6 command: ["cp", "-r", "./cerbos/", "/var/policies/"] volumeMounts: - mountPath: /var/policies @@ -24,7 +24,7 @@ stack: - name: run-migrations image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2 - tag: sha-497df01 + tag: sha-07c2bc6 command: ["alembic", "upgrade", "head"] resources: limits: @@ -37,7 +37,7 @@ stack: - name: gen-keypair image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2 - tag: sha-497df01 + tag: sha-07c2bc6 command: ["bash", "./etc/gen_keys.sh", "/var/keys/"] volumeMounts: - mountPath: /var/keys diff --git a/.infra/staging/values.yaml b/.infra/staging/values.yaml index f45c6229..1bd6ffa6 100644 --- a/.infra/staging/values.yaml +++ b/.infra/staging/values.yaml @@ -2,13 +2,13 @@ stack: services: apiv2: image: - tag: sha-497df01 + tag: sha-07c2bc6 initContainers: # Install cerbos policies where the cerbos sidecar can grab them. - name: install-cerbos-policies image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2 - tag: sha-497df01 + tag: sha-07c2bc6 command: ["cp", "-r", "./cerbos/", "/var/policies/"] volumeMounts: - mountPath: /var/policies @@ -24,7 +24,7 @@ stack: - name: run-migrations image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2 - tag: sha-497df01 + tag: sha-07c2bc6 command: ["alembic", "upgrade", "head"] resources: limits: @@ -37,7 +37,7 @@ stack: - name: gen-keypair image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2 - tag: sha-497df01 + tag: sha-07c2bc6 command: ["bash", "./etc/gen_keys.sh", "/var/keys/"] volumeMounts: - mountPath: /var/keys