From 3c40b44abed65d163e4c2daa08d9409a5d31e673 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Wed, 23 Feb 2022 13:25:00 -0800 Subject: [PATCH] Looks like speedistrict is breaking on msreg.com too --- app/trackdays.py | 2 +- helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/trackdays.py b/app/trackdays.py index 5733b3ac..040882fd 100755 --- a/app/trackdays.py +++ b/app/trackdays.py @@ -7,7 +7,7 @@ import xmltodict def get_msreg(): base_url = "https://api.motorsportreg.com/rest/calendars/organization" orgs = { - "speeddistrict": "2E22740B-E8C9-9FB9-21406A496429A28B", + # "speeddistrict": "2E22740B-E8C9-9FB9-21406A496429A28B", "ongrid": "06277C99-00C9-23EB-FD08FE5275BCC0C5", "speedsf": "072A885E-AD68-6F64-E88C19E4D0D21DFB", # "turn8": "F3469266-BEFF-E329-4FD6C4B189ACE2A8", diff --git a/helm/values.yaml b/helm/values.yaml index 3eed731d..7100a218 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -8,7 +8,7 @@ image: repository: ldooks/dragon-bot pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "119" + tag: "120" imagePullSecrets: [] nameOverride: ""