Adding lightspeed track events to the trackdays file

This commit is contained in:
Luke Robles 2022-04-17 14:53:58 -07:00
parent 3566681d4b
commit 519b398e3d
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ def get_msreg():
"speedventures": "DF7453ED-BF33-DC17-2C9BFD84C1F05E86", "speedventures": "DF7453ED-BF33-DC17-2C9BFD84C1F05E86",
"nextlevel": "CC23AEA4-AAB1-D087-4A10818D229DAFD2", "nextlevel": "CC23AEA4-AAB1-D087-4A10818D229DAFD2",
"corsaclub": "CE6E69CF-BAEC-DBB6-303EE7D3EC69B8A3", "corsaclub": "CE6E69CF-BAEC-DBB6-303EE7D3EC69B8A3",
"lightspeed": "BC6417B8-0ED9-DD48-28BA1463C2C14322",
} }
events = {} events = {}
for org_name, org_id in orgs.items(): for org_name, org_id in orgs.items():

View File

@ -8,7 +8,7 @@ image:
repository: ldooks/dragon-bot repository: ldooks/dragon-bot
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "146" tag: "148"
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""