From b4160a1765ceab21548b9d627f94cc2de61bc959 Mon Sep 17 00:00:00 2001 From: hspitzley-czi Date: Thu, 22 Aug 2024 16:30:36 +0000 Subject: [PATCH] chore: Updated [rdev] values.yaml image tags to sha-97d7e2c --- .infra/rdev/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.infra/rdev/values.yaml b/.infra/rdev/values.yaml index 4c3c5d3f9..128fe9651 100644 --- a/.infra/rdev/values.yaml +++ b/.infra/rdev/values.yaml @@ -2,14 +2,14 @@ stack: services: apiv2: image: - tag: sha-4c5f034 + tag: sha-97d7e2c # TODO how do we refer to the tag that's being deployed right now? 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 - tag: sha-4c5f034 + tag: sha-97d7e2c command: ["cp -r", "./cerbos/", "/var/policies/"] volumeMounts: - mountPath: /var/policies @@ -18,13 +18,13 @@ stack: - name: run-migrations image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2 - tag: sha-4c5f034 + tag: sha-97d7e2c command: ["alembic", "upgrade", "head"] # Generate random keys for decoding tokens. We don't use these keys so they don't need to be shared secrets. - name: gen-keypair image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2 - tag: sha-4c5f034 + tag: sha-97d7e2c command: ["./etc/gen_keys.sh", "/var/keys/"] volumeMounts: - mountPath: /var/keys