Skip to content

Commit 972d035

Browse files
authored
competition api v1.1-rc6 (#277)
Closes #276
1 parent 6366151 commit 972d035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

competition-server/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
# - shared-tmp:/tmp
3636

3737
scantron:
38-
image: ghcr.io/aixcc-finals/example-crs-architecture/competition-test-api:v1.1-rc5
38+
image: ghcr.io/aixcc-finals/example-crs-architecture/competition-test-api:v1.1-rc6
3939
platform: linux/amd64
4040
privileged: true
4141
volumes:

deployment/k8s/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ global:
2929
pullSecrets: ["ghcr-auth"]
3030
competitionApiImage:
3131
repository: ghcr.io/aixcc-finals/example-crs-architecture/competition-test-api
32-
tag: v1.1-rc5
32+
tag: v1.1-rc6
3333
pullPolicy: Always
3434
pullSecrets: ["ghcr-auth"]
3535
# Langfuse global configuration for all subcharts

0 commit comments

Comments
 (0)