From 4b95e41121148fe50ff9d30cffbec9ffafaeb079 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 30 Nov 2024 12:50:07 +0000 Subject: 2024 AoC settings for sir-robin --- kubernetes/namespaces/bots/sir-robin/configmap.yaml | 3 ++- kubernetes/namespaces/bots/sir-robin/secrets.yaml | Bin 1828 -> 1828 bytes 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/kubernetes/namespaces/bots/sir-robin/configmap.yaml b/kubernetes/namespaces/bots/sir-robin/configmap.yaml index 9e094f2..acf961d 100644 --- a/kubernetes/namespaces/bots/sir-robin/configmap.yaml +++ b/kubernetes/namespaces/bots/sir-robin/configmap.yaml @@ -4,7 +4,8 @@ metadata: name: sir-robin-config-env namespace: bots data: - AOC_YEAR: '2023' + AOC_YEAR: '2024' BOT_DEBUG: 'False' CATEGORY_SUMMER_CODE_JAM: '1258091972246376468' + CHANNEL_ADVENT_OF_CODE_ANNOUNCE: '1312400095123341465' CHANNEL_SUMMER_CODE_JAM_ANNOUNCEMENTS: '1258830961718857778' diff --git a/kubernetes/namespaces/bots/sir-robin/secrets.yaml b/kubernetes/namespaces/bots/sir-robin/secrets.yaml index ade44c0..1383a7d 100644 Binary files a/kubernetes/namespaces/bots/sir-robin/secrets.yaml and b/kubernetes/namespaces/bots/sir-robin/secrets.yaml differ -- cgit v1.2.3