From 7bb10b305779edab111a67e91c96ff3e1e9c58c6 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 2 Feb 2022 16:31:31 -0800 Subject: [PATCH] change stock ticker url back to marketwatch --- app/stock.py | 2 +- helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/stock.py b/app/stock.py index bf17eba9..6dde77c0 100755 --- a/app/stock.py +++ b/app/stock.py @@ -135,7 +135,7 @@ def get_stock(share_name, verbose=False): embed.add_field( name="Link to stock price", - value="https://finance.yahoo.com/quote/%s" % share_name, + value="https://www.marketwatch.com/investing/stock/%s" % share_name, inline=False, ) embed.set_footer( diff --git a/helm/values.yaml b/helm/values.yaml index 6366c00f..d1b134f8 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: "89" +tag: "90" imagePullSecrets: [] nameOverride: ""