File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
challenges/web/the-shared-site Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : the-shared-site
3- version : 1.4 .0
3+ version : 1.5 .0
44description : Challenge the-shared-site in category web
5- appVersion : " 1.4 .0"
5+ appVersion : " 1.5 .0"
66type : application
Original file line number Diff line number Diff line change 4747 - scaler
4848 containers :
4949 - name : web
50- image : ghcr.io/ctfpilot/challenges-example-web-the-shared-site:4
50+ image : ghcr.io/ctfpilot/challenges-example-web-the-shared-site:5
5151 imagePullPolicy : IfNotPresent
5252 resources :
5353 limits :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ challenge:
33 name : the-shared-site
44 category : web
55 type : web
6- version : 4
6+ version : 5
77 path : challenges/web/the-shared-site
88 dockerImage : web-the-shared-site
99kubectf :
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : configmap-the-shared-site
3- version : 1.4 .0
3+ version : 1.5 .0
44description : Challenge configmap for the-shared-site in category web
5- appVersion : " 1.4 .0"
5+ appVersion : " 1.5 .0"
66type : application
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ metadata:
66 challenges.ctfpilot.com/type : " web"
77 challenges.ctfpilot.com/name : " the-shared-site"
88 challenges.ctfpilot.com/category : " web"
9- challenges.ctfpilot.com/version : " 4 "
9+ challenges.ctfpilot.com/version : " 5 "
1010 challenges.ctfpilot.com/configmap : " challenge-config"
1111 challenges.ctfpilot.com/enabled : " true"
1212 ctfpilot.com/component : " challenge-config"
1313data :
1414 name : " the-shared-site"
1515 path : " challenges/web/the-shared-site"
1616 repository : " ctfpilot/challenges-example"
17- generated_at : " 2025-12-20 17:54:27 "
17+ generated_at : " 2025-12-20 18:34:31 "
1818 challenge : |
1919 {
2020 "$schema": "https://raw.githubusercontent.com/ctfpilot/challenge-schema/refs/heads/main/schema.json",
3232 "instanced_type": "web",
3333 "instanced_name": null,
3434 "instanced_subdomains": [],
35- "connection": null ,
35+ "connection": "https://the-shared-site.{{ .Values.kubectf.host }}" ,
3636 "flag": [
3737 {
3838 "flag": "ctfpilot{thanks-for-visiting-the-shared-site}",
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ challenge:
33 name : the-shared-site
44 category : web
55 type : web
6- version : 4
6+ version : 5
77 path : challenges/web/the-shared-site
88kubectf :
99 expires : 3600
Original file line number Diff line number Diff line change 1- 4
1+ 5
You can’t perform that action at this time.
0 commit comments