You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/10/25 13:15:04 UTC

[incubator-devlake-helm-chart] branch fix-2 created (now 393f9a5)

This is an automated email from the ASF dual-hosted git repository.

warren pushed a change to branch fix-2
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


      at 393f9a5  add submodule

This branch includes the following new commits:

     new 393f9a5  add submodule

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-devlake-helm-chart] 01/01: add submodule

Posted by wa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

warren pushed a commit to branch fix-2
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git

commit 393f9a53c05bffb0ad5f2e637dc7bb7fa7f66532
Author: Yingchu Chen <yi...@merico.dev>
AuthorDate: Tue Oct 25 21:14:49 2022 +0800

    add submodule
---
 .gitmodules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..3cfd39c
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,7 @@
+[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 = https://github.com/helm/chart-releaser-action.git