We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6366151 commit 972d035Copy full SHA for 972d035
competition-server/compose.yaml
@@ -35,7 +35,7 @@ services:
35
# - shared-tmp:/tmp
36
37
scantron:
38
- image: ghcr.io/aixcc-finals/example-crs-architecture/competition-test-api:v1.1-rc5
+ image: ghcr.io/aixcc-finals/example-crs-architecture/competition-test-api:v1.1-rc6
39
platform: linux/amd64
40
privileged: true
41
volumes:
deployment/k8s/values.yaml
@@ -29,7 +29,7 @@ global:
29
pullSecrets: ["ghcr-auth"]
30
competitionApiImage:
31
repository: ghcr.io/aixcc-finals/example-crs-architecture/competition-test-api
32
- tag: v1.1-rc5
+ tag: v1.1-rc6
33
pullPolicy: Always
34
# Langfuse global configuration for all subcharts
0 commit comments