Skip to content

Commit

Permalink
chore: Updated [rdev] values.yaml image tags to sha-32b7ed8
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Aug 22, 2024
1 parent 256961f commit 69c0dd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .infra/rdev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ stack:
services:
apiv2:
image:
tag: sha-c87babe
tag: sha-32b7ed8
# 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-c87babe
tag: sha-32b7ed8
command: ["cp -r", "./cerbos/", "/var/policies/"]
volumeMounts:
- mountPath: /var/policies
Expand All @@ -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-c87babe
tag: sha-32b7ed8
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-c87babe
tag: sha-32b7ed8
command: ["./etc/gen_keys.sh", "/var/keys/"]
volumeMounts:
- mountPath: /var/keys
Expand Down

0 comments on commit 69c0dd1

Please sign in to comment.