fix: badge and add an annotation to istio resource
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user