diff --git a/.drone.yml b/.drone.yml index 5d4dd02..c6d0cf4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,18 +29,19 @@ steps: - /busybox/sh .ci/scripts/build.sh - name: deploy - image: alpine/helm:3.14 + image: alpine:3.19 depends_on: [build] environment: KUBE_CONFIG: from_secret: KUBE_CONFIG commands: - - apk add --no-cache bash yq kubectl + - apk add --no-cache bash yq kubectl helm - bash .ci/scripts/deploy.sh - name: notify image: appleboy/drone-telegram depends_on: [deploy] + failure: ignore settings: token: from_secret: TELEGRAM_TOKEN