diff options
author | 2024-11-30 12:50:07 +0000 | |
---|---|---|
committer | 2024-11-30 12:50:07 +0000 | |
commit | 4b95e41121148fe50ff9d30cffbec9ffafaeb079 (patch) | |
tree | cfbc015912f270b82ddfdbc1f4a28ceee079b27e | |
parent | Only retain loki logs for 14d (diff) |
2024 AoC settings for sir-robin
-rw-r--r-- | kubernetes/namespaces/bots/sir-robin/configmap.yaml | 3 | ||||
-rw-r--r-- | kubernetes/namespaces/bots/sir-robin/secrets.yaml | bin | 1828 -> 1828 bytes |
2 files changed, 2 insertions, 1 deletions
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 Binary files differindex ade44c0..1383a7d 100644 --- a/kubernetes/namespaces/bots/sir-robin/secrets.yaml +++ b/kubernetes/namespaces/bots/sir-robin/secrets.yaml |