diff options
author | makefunstuff <[email protected]> | 2024-06-29 23:38:22 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 23:38:22 +0200 |
commit | 693d3b77800836c4c6f2514a1778b235496f7bcd (patch) | |
tree | 2498d53f48a28da6ef33264d877dd92d1df0af49 /third-party-apps/n8n/Chart.yaml | |
parent | de807446f25a0a18e708da42bcd329003d0632d1 (diff) | |
download | k3s-lab-693d3b77800836c4c6f2514a1778b235496f7bcd.tar.gz |
n8n
Diffstat (limited to '')
-rw-r--r-- | third-party-apps/n8n/Chart.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third-party-apps/n8n/Chart.yaml b/third-party-apps/n8n/Chart.yaml new file mode 100644 index 0000000..ba94994 --- /dev/null +++ b/third-party-apps/n8n/Chart.yaml @@ -0,0 +1,11 @@ +apiVersion: v2 +name: gitea +description: A Helm chart for setting up n8n +version: 0.1.0 +appVersion: "1.0" + +dependencies: + - name: n8n + version: 0.20.0 + repository: "oci://8gears.container-registry.com/library/n8n" + |