Skip to content

Commit

Permalink
Replace submodules by GitHub actions (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
koendelaat authored Nov 15, 2023
1 parent aa2e96b commit 6183a25
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .github/actions/chart-releaser-action
Submodule chart-releaser-action deleted from be1625
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/chart-releaser-action@v1.6.0
with:
charts_dir: charts
env:
Expand Down
7 changes: 0 additions & 7 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6183a25

Please sign in to comment.