fix: badge and add an annotation to istio resource

This commit is contained in:
Nikolai Rodionov
2023-02-26 10:06:41 +01:00
parent c1b7262a14
commit 1f3496d13a
6 changed files with 47 additions and 15 deletions

View File

@ -4,6 +4,12 @@
chart_version: $ARGO_APP_CHART_VERSION
repo_url: https://git.badhouseplants.net/api/packages/badhouseplants/helm
value: |
namespace:
hugo:
image:
tag: $ARGO_APP_IMAGE_TAG
istio:
annotations:
link.argocd.argoproj.io/env: https://badhouseplants.net/
link.argocd.argoproj.io/build: $DRONE_BUILD_LINK

View File

@ -10,6 +10,9 @@
istio:
hosts:
- $ARGO_APP_HOSTNAME
annotations:
link.argocd.argoproj.io/env: https://$ARGO_APP_HOSTNAME/
link.argocd.argoproj.io/build: $DRONE_BUILD_LINK
hugo:
image:
tag: $ARGO_APP_IMAGE_TAG