update drone with cd
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
andreas 2022-06-13 21:11:54 +02:00
parent ba0db66f7c
commit e19a3f947d
Signed by: andreas
GPG Key ID: D97194E55873280A

View File

@ -14,3 +14,14 @@ steps:
insecure: true insecure: true
dockerfile: Dockerfile dockerfile: Dockerfile
tags: latest tags: latest
- name: deploy
image: fpedrazas/drone-helm
settings:
skip_tls_verify: true
chart: ./helm
release: ${DRONE_BRANCH}
namespace: aurutils
values_files: [ '/helm/values.yml' ]
secrets: [ api_server, kubernetes_token ]
when:
branch: [master]