From df434967b43300d20195b674a29e0500f855a82b Mon Sep 17 00:00:00 2001 From: The0Mikkel Date: Sun, 16 Nov 2025 18:37:10 +0100 Subject: [PATCH 1/2] fix(k8s): correct instance name references in deployment and service --- template/k8s.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/template/k8s.yml b/template/k8s.yml index 4f61dda..9cf0a1d 100644 --- a/template/k8s.yml +++ b/template/k8s.yml @@ -1,31 +1,31 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: instance-fallback + name: instancing-fallback labels: app.kubernetes.io/part-of: ctfpilot - app.kubernetes.io/name: instance-fallback + app.kubernetes.io/name: instancing-fallback app.kubernetes.io/version: { .Version } app.kubernetes.io/component: challenges - ctfpilot.com/component: instance-fallback + ctfpilot.com/component: instancing-fallback spec: # HA setup replicas: 3 selector: matchLabels: - ctfpilot.com/component: instance-fallback + ctfpilot.com/component: instancing-fallback template: metadata: labels: - ctfpilot.com/component: instance-fallback + ctfpilot.com/component: instancing-fallback spec: enableServiceLinks: false automountServiceAccountToken: false containers: - name: instancing-fallback - image: ctfpilot/instance-fallback:{ .Version } + image: ctfpilot/instancing-fallback:{ .Version } imagePullPolicy: Always ports: - name: http @@ -47,16 +47,16 @@ spec: apiVersion: v1 kind: Service metadata: - name: instance-fallback + name: instancing-fallback labels: app.kubernetes.io/part-of: ctfpilot - app.kubernetes.io/name: instance-fallback + app.kubernetes.io/name: instancing-fallback app.kubernetes.io/version: { .Version } app.kubernetes.io/component: challenges - ctfpilot.com/component: instance-fallback + ctfpilot.com/component: instancing-fallback spec: selector: - ctfpilot.com/component: instance-fallback + ctfpilot.com/component: instancing-fallback ports: - name: http port: 80 From f96b8f4dded107c6b9ae1d59e81a12480c666b09 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Nov 2025 17:37:50 +0000 Subject: [PATCH 2/2] chore(release): 1.0.1-r.1 [skip ci] ## [1.0.1-r.1](https://github.com/ctfpilot/instancing-fallback/compare/v1.0.0...v1.0.1-r.1) (2025-11-16) ### Bug Fixes * **k8s:** correct instance name references in deployment and service ([df43496](https://github.com/ctfpilot/instancing-fallback/commit/df434967b43300d20195b674a29e0500f855a82b)) --- k8s/k8s.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/k8s/k8s.yml b/k8s/k8s.yml index 4faf21c..75b4616 100644 --- a/k8s/k8s.yml +++ b/k8s/k8s.yml @@ -1,31 +1,31 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: instance-fallback + name: instancing-fallback labels: app.kubernetes.io/part-of: ctfpilot - app.kubernetes.io/name: instance-fallback - app.kubernetes.io/version: 1.0.0 + app.kubernetes.io/name: instancing-fallback + app.kubernetes.io/version: 1.0.1-r.1 app.kubernetes.io/component: challenges - ctfpilot.com/component: instance-fallback + ctfpilot.com/component: instancing-fallback spec: # HA setup replicas: 3 selector: matchLabels: - ctfpilot.com/component: instance-fallback + ctfpilot.com/component: instancing-fallback template: metadata: labels: - ctfpilot.com/component: instance-fallback + ctfpilot.com/component: instancing-fallback spec: enableServiceLinks: false automountServiceAccountToken: false containers: - name: instancing-fallback - image: ctfpilot/instance-fallback:1.0.0 + image: ctfpilot/instancing-fallback:1.0.1-r.1 imagePullPolicy: Always ports: - name: http @@ -47,16 +47,16 @@ spec: apiVersion: v1 kind: Service metadata: - name: instance-fallback + name: instancing-fallback labels: app.kubernetes.io/part-of: ctfpilot - app.kubernetes.io/name: instance-fallback - app.kubernetes.io/version: 1.0.0 + app.kubernetes.io/name: instancing-fallback + app.kubernetes.io/version: 1.0.1-r.1 app.kubernetes.io/component: challenges - ctfpilot.com/component: instance-fallback + ctfpilot.com/component: instancing-fallback spec: selector: - ctfpilot.com/component: instance-fallback + ctfpilot.com/component: instancing-fallback ports: - name: http port: 80