From 519b398e3dd22236499c755c7cdec3782c0d508f Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sun, 17 Apr 2022 14:53:58 -0700 Subject: [PATCH] Adding lightspeed track events to the trackdays file --- app/trackdays.py | 1 + helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/trackdays.py b/app/trackdays.py index 548c6801..3c49a17b 100755 --- a/app/trackdays.py +++ b/app/trackdays.py @@ -14,6 +14,7 @@ def get_msreg(): "speedventures": "DF7453ED-BF33-DC17-2C9BFD84C1F05E86", "nextlevel": "CC23AEA4-AAB1-D087-4A10818D229DAFD2", "corsaclub": "CE6E69CF-BAEC-DBB6-303EE7D3EC69B8A3", + "lightspeed": "BC6417B8-0ED9-DD48-28BA1463C2C14322", } events = {} for org_name, org_id in orgs.items(): diff --git a/helm/values.yaml b/helm/values.yaml index 733c1a2a..fbabd884 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: "146" + tag: "148" imagePullSecrets: [] nameOverride: ""