This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
The following commit(s) were added to refs/heads/main by this push:
new 6183a25 Replace submodules by GitHub actions (#201)
6183a25 is described below
commit 6183a2530090e117ec52f1404a2312aca3fa55c6
Author: Koen de Laat <[email protected]>
AuthorDate: Wed Nov 15 02:40:15 2023 +0100
Replace submodules by GitHub actions (#201)
---
.github/actions/chart-releaser-action | 1 -
.github/workflows/release.yaml | 2 +-
.gitmodules | 7 -------
3 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/.github/actions/chart-releaser-action
b/.github/actions/chart-releaser-action
deleted file mode 160000
index be16258..0000000
--- a/.github/actions/chart-releaser-action
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit be16258da8010256c6e82849661221415f031968
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 4554ff4..e757f0e 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
helm repo add grafana https://grafana.github.io/helm-charts
- name: Run chart-releaser
- uses: ./.github/actions/chart-releaser-action
+ uses: helm/[email protected]
with:
charts_dir: charts
env:
diff --git a/.gitmodules b/.gitmodules
index 272d983..e69de29 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,7 +0,0 @@
-[submodule ".github/actions/setup-kind"]
- path = .github/actions/setup-kind
- url = https://github.com/engineerd/setup-kind.git
- branch = v0.5.0
-[submodule ".github/actions/chart-releaser-action"]
- path = .github/actions/chart-releaser-action
- url = [email protected]:helm/chart-releaser-action.git