From 0d7b5232046d86de4d059e674bf240bbc23aef18 Mon Sep 17 00:00:00 2001 From: Aram Peres <6775216+aramperes@users.noreply.github.com> Date: Sat, 22 Jul 2023 19:24:01 -0400 Subject: [PATCH] TimSpeak --- .gitlab-ci.yml | 2 +- ts-activity/{values-dev.yaml => values.yaml} | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) rename ts-activity/{values-dev.yaml => values.yaml} (64%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 135d3fe..3f2239e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -171,7 +171,7 @@ ts-activity:deploy: - cd ${TSACTIVITY_SRC} - helm repo add momoperes https://charts.momoperes.ca - helm repo update - - helm upgrade --install --namespace ${DEPLOY_NAMESPACE} -f values-dev.yaml ts-activity momoperes/ts-activity + - helm upgrade --install --namespace ${DEPLOY_NAMESPACE} -f values.yaml ts-activity momoperes/ts-activity only: refs: - master diff --git a/ts-activity/values-dev.yaml b/ts-activity/values.yaml similarity index 64% rename from ts-activity/values-dev.yaml rename to ts-activity/values.yaml index 1dd7f07..f6dce2d 100644 --- a/ts-activity/values-dev.yaml +++ b/ts-activity/values.yaml @@ -1,6 +1,8 @@ config: - discordUsername: "Jeff" + discordUsername: "TimSpeak" + discordAvatar: "https://i.imgur.com/JQMDe2M.png" serverQueryAddr: "teamspeak-query:10011" + serverQueryId: 1 serverQuerySecret: "ts-activity" webhookSecret: "ts-activity"