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"