Skip to content

Commit 1a15c67

Browse files
chore: Updated [staging prod] values.yaml image tags to sha-b966b6c
1 parent b966b6c commit 1a15c67

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.infra/prod/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ stack:
22
services:
33
apiv2:
44
image:
5-
tag: sha-836bbd3
5+
tag: sha-b966b6c
66
initContainers:
77
# Install cerbos policies where the cerbos sidecar can grab them.
88
- name: install-cerbos-policies
99
image:
1010
repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2
11-
tag: sha-836bbd3
11+
tag: sha-b966b6c
1212
command: ["cp", "-r", "./cerbos/", "/var/policies/"]
1313
volumeMounts:
1414
- mountPath: /var/policies
@@ -24,7 +24,7 @@ stack:
2424
- name: run-migrations
2525
image:
2626
repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2
27-
tag: sha-836bbd3
27+
tag: sha-b966b6c
2828
command: ["alembic", "upgrade", "head"]
2929
resources:
3030
limits:
@@ -37,7 +37,7 @@ stack:
3737
- name: gen-keypair
3838
image:
3939
repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2
40-
tag: sha-836bbd3
40+
tag: sha-b966b6c
4141
command: ["bash", "./etc/gen_keys.sh", "/var/keys/"]
4242
volumeMounts:
4343
- mountPath: /var/keys

.infra/staging/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ stack:
22
services:
33
apiv2:
44
image:
5-
tag: sha-836bbd3
5+
tag: sha-b966b6c
66
initContainers:
77
# Install cerbos policies where the cerbos sidecar can grab them.
88
- name: install-cerbos-policies
99
image:
1010
repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2
11-
tag: sha-836bbd3
11+
tag: sha-b966b6c
1212
command: ["cp", "-r", "./cerbos/", "/var/policies/"]
1313
volumeMounts:
1414
- mountPath: /var/policies
@@ -24,7 +24,7 @@ stack:
2424
- name: run-migrations
2525
image:
2626
repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2
27-
tag: sha-836bbd3
27+
tag: sha-b966b6c
2828
command: ["alembic", "upgrade", "head"]
2929
resources:
3030
limits:
@@ -37,7 +37,7 @@ stack:
3737
- name: gen-keypair
3838
image:
3939
repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2
40-
tag: sha-836bbd3
40+
tag: sha-b966b6c
4141
command: ["bash", "./etc/gen_keys.sh", "/var/keys/"]
4242
volumeMounts:
4343
- mountPath: /var/keys

0 commit comments

Comments
 (0)