From 4d17042195cfaad46c21df9c973eb36f0975b851 Mon Sep 17 00:00:00 2001 From: simonfelding <45149055+simonfelding@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:25:37 +0200 Subject: [PATCH 1/2] ci: add helm release action --- .drone.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.drone.yml b/.drone.yml index 14ab0377..c6e711af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -227,6 +227,23 @@ steps: event: - tag +- name: helm-publish + image: otwld/drone-chart-releaser-github-pages + settings: + cr_token: + from_secret: github_token + skip_existing: true + chart_dir: /helm/system-upgrade-contoller + root_package: true + when: + instance: + - drone-publish.rancher.io + ref: + - refs/head/master + - refs/tags/* + event: + - tag + depends_on: - amd64 - arm64 From e8717ba3208d6318f840e52b682daadd9562067a Mon Sep 17 00:00:00 2001 From: simonfelding <45149055+simonfelding@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:30:18 +0200 Subject: [PATCH 2/2] removed root chart option, as the chart is not in the root. --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c6e711af..306feeb3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -234,7 +234,6 @@ steps: from_secret: github_token skip_existing: true chart_dir: /helm/system-upgrade-contoller - root_package: true when: instance: - drone-publish.rancher.io