Merge pull request #592 from nevrending/patch-1

fix(bot): fix bot icon url
pull/594/head
Karolis 2021-03-22 11:36:31 +00:00 committed by GitHub
commit 5181df4810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1
name: keel
description: Open source, tool for automating Kubernetes deployment updates. Keel is stateless, robust and lightweight.
version: 0.9.7
version: 0.9.8
# Note that we use appVersion to get images tag, so make sure this is correct.
appVersion: 0.16.1
keywords:

View File

@ -53,4 +53,4 @@ const EnvAuthenticatedWebhooks = "AUTHENTICATED_WEBHOOKS"
const EnvTokenSecret = "TOKEN_SECRET"
// KeelLogoURL - is a logo URL for bot icon
const KeelLogoURL = "https://keel.sh/images/logo.png"
const KeelLogoURL = "https://keel.sh/img/logo.png"