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: ""