Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions challenges/forensics/oh-look-a-flag/k8s/config/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: configmap-oh-look-a-flag
version: 1.6.0
version: 1.7.0
description: Challenge configmap for oh-look-a-flag in category forensics
appVersion: "1.6.0"
appVersion: "1.7.0"
type: application
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ metadata:
challenges.ctfpilot.com/type: "none"
challenges.ctfpilot.com/name: "oh-look-a-flag"
challenges.ctfpilot.com/category: "forensics"
challenges.ctfpilot.com/version: "6"
challenges.ctfpilot.com/version: "7"
challenges.ctfpilot.com/configmap: "challenge-config"
challenges.ctfpilot.com/enabled: "true"
ctfpilot.com/component: "challenge-config"
data:
name: "oh-look-a-flag"
path: "challenges/forensics/oh-look-a-flag"
repository: "ctfpilot/challenges-example"
generated_at: "2025-12-20 15:56:40"
generated_at: "2025-12-20 17:57:38"
challenge: |
{
"$schema": "https://raw.githubusercontent.com/ctfpilot/challenge-schema/refs/heads/main/schema.json",
Expand Down
2 changes: 1 addition & 1 deletion challenges/forensics/oh-look-a-flag/k8s/config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ challenge:
name: oh-look-a-flag
category: forensics
type: none
version: 6
version: 7
path: challenges/forensics/oh-look-a-flag
kubectf:
expires: 3600
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion challenges/forensics/oh-look-a-flag/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: "ctf-web-the-shared-site"
namespace: kubectf-challenges
namespace: ctfpilot-challenges
labels:
challenges.ctfpilot.com/type: "web"
challenges.ctfpilot.com/name: "the-shared-site"
Expand Down Expand Up @@ -76,7 +76,7 @@ apiVersion: v1
kind: Service
metadata:
name: "ctf-web-the-shared-site"
namespace: kubectf-challenges
namespace: ctfpilot-challenges
labels:
challenges.ctfpilot.com/type: "web"
challenges.ctfpilot.com/name: "the-shared-site"
Expand All @@ -95,7 +95,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: "ingress-ctf-web-the-shared-site"
namespace: kubectf-challenges
namespace: ctfpilot-challenges
labels:
challenges.ctfpilot.com/type: "web"
challenges.ctfpilot.com/name: "the-shared-site"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data:
name: "the-shared-site"
path: "challenges/web/the-shared-site"
repository: "ctfpilot/challenges-example"
generated_at: "2025-12-20 15:57:00"
generated_at: "2025-12-20 17:54:27"
challenge: |
{
"$schema": "https://raw.githubusercontent.com/ctfpilot/challenge-schema/refs/heads/main/schema.json",
Expand Down
6 changes: 3 additions & 3 deletions challenges/web/the-shared-site/template/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: "ctf-{{ CHALLENGE_CATEGORY }}-{{ CHALLENGE_NAME }}"
namespace: kubectf-challenges
namespace: ctfpilot-challenges
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand Down Expand Up @@ -76,7 +76,7 @@ apiVersion: v1
kind: Service
metadata:
name: "ctf-{{ CHALLENGE_CATEGORY }}-{{ CHALLENGE_NAME }}"
namespace: kubectf-challenges
namespace: ctfpilot-challenges
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand All @@ -95,7 +95,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: "ingress-ctf-{{ CHALLENGE_CATEGORY }}-{{ CHALLENGE_NAME }}"
namespace: kubectf-challenges
namespace: ctfpilot-challenges
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
kind: Deployment
metadata:
name: "ctf-{{ deployment_id }}"
namespace: kubectf-challenges-instanced
namespace: ctfpilot-challenges-instanced
labels:
challenges.ctfpilot.com/type: "web"
challenges.ctfpilot.com/name: "where-robots-cannot-search"
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:
kind: Service
metadata:
name: "ctf-{{ deployment_id }}"
namespace: kubectf-challenges-instanced
namespace: ctfpilot-challenges-instanced
labels:
challenges.ctfpilot.com/type: "web"
challenges.ctfpilot.com/name: "where-robots-cannot-search"
Expand All @@ -118,7 +118,7 @@ spec:
kind: Ingress
metadata:
name: ingress-ctf-{{ deployment_id }}
namespace: kubectf-challenges-instanced
namespace: ctfpilot-challenges-instanced
labels:
challenges.ctfpilot.com/type: "web"
challenges.ctfpilot.com/name: "where-robots-cannot-search"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data:
name: "where-robots-cannot-search"
path: "challenges/web/where-robots-cannot-search"
repository: "ctfpilot/challenges-example"
generated_at: "2025-12-20 15:56:58"
generated_at: "2025-12-20 17:54:17"
challenge: |
{
"$schema": "https://raw.githubusercontent.com/ctfpilot/challenge-schema/refs/heads/main/schema.json",
Expand Down
6 changes: 3 additions & 3 deletions challenges/web/where-robots-cannot-search/template/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: "ctf-{{ deployment_id }}"
namespace: kubectf-challenges-instanced
namespace: ctfpilot-challenges-instanced
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand Down Expand Up @@ -82,7 +82,7 @@ apiVersion: v1
kind: Service
metadata:
name: "ctf-{{ deployment_id }}"
namespace: kubectf-challenges-instanced
namespace: ctfpilot-challenges-instanced
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand All @@ -104,7 +104,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress-ctf-{{ deployment_id }}
namespace: kubectf-challenges-instanced
namespace: ctfpilot-challenges-instanced
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand Down
6 changes: 3 additions & 3 deletions template/instanced-tcp-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: "ctf-{{ deployment_id }}"
namespace: kubectf-challenges-instanced
namespace: ctfpilot-challenges-instanced
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand Down Expand Up @@ -70,7 +70,7 @@ apiVersion: v1
kind: Service
metadata:
name: "ctf-{{ deployment_id }}"
namespace: kubectf-challenges-instanced
namespace: ctfpilot-challenges-instanced
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand All @@ -93,7 +93,7 @@ apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: "ingress-ctf-{{ deployment_id }}"
namespace: kubectf-challenges-instanced
namespace: ctfpilot-challenges-instanced
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand Down
6 changes: 3 additions & 3 deletions template/instanced-web-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: "ctf-{{ deployment_id }}"
namespace: kubectf-challenges-instanced
namespace: ctfpilot-challenges-instanced
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand Down Expand Up @@ -82,7 +82,7 @@ apiVersion: v1
kind: Service
metadata:
name: "ctf-{{ deployment_id }}"
namespace: kubectf-challenges-instanced
namespace: ctfpilot-challenges-instanced
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand All @@ -104,7 +104,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress-ctf-{{ deployment_id }}
namespace: kubectf-challenges-instanced
namespace: ctfpilot-challenges-instanced
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand Down
8 changes: 4 additions & 4 deletions template/shared-tcp-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: "ctf-{{ CHALLENGE_CATEGORY }}-{{ CHALLENGE_NAME }}"
namespace: kubectf-challenges
namespace: ctfpilot-challenges
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand Down Expand Up @@ -64,7 +64,7 @@ apiVersion: v1
kind: Service
metadata:
name: "ctf-{{ CHALLENGE_CATEGORY }}-{{ CHALLENGE_NAME }}"
namespace: kubectf-challenges
namespace: ctfpilot-challenges
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand All @@ -84,7 +84,7 @@ apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: "ingress-ctf-{{ CHALLENGE_CATEGORY }}-{{ CHALLENGE_NAME }}"
namespace: kubectf-challenges
namespace: ctfpilot-challenges
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand All @@ -100,7 +100,7 @@ spec:
priority: 10
middlewares:
- name: challenge-ipwhitelist-tcp
namespace: kubectf-challenges
namespace: ctfpilot-challenges
services:
- name: "ctf-{{ CHALLENGE_CATEGORY }}-{{ CHALLENGE_NAME }}"
port: 8080
6 changes: 3 additions & 3 deletions template/shared-web-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: "ctf-{{ CHALLENGE_CATEGORY }}-{{ CHALLENGE_NAME }}"
namespace: kubectf-challenges
namespace: ctfpilot-challenges
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand Down Expand Up @@ -76,7 +76,7 @@ apiVersion: v1
kind: Service
metadata:
name: "ctf-{{ CHALLENGE_CATEGORY }}-{{ CHALLENGE_NAME }}"
namespace: kubectf-challenges
namespace: ctfpilot-challenges
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand All @@ -95,7 +95,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: "ingress-ctf-{{ CHALLENGE_CATEGORY }}-{{ CHALLENGE_NAME }}"
namespace: kubectf-challenges
namespace: ctfpilot-challenges
labels:
challenges.ctfpilot.com/type: "{{ CHALLENGE_TYPE }}"
challenges.ctfpilot.com/name: "{{ CHALLENGE_NAME }}"
Expand Down