Skip to content

Commit

Permalink
Add Linkwarden Chart
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Kumar <[email protected]>
  • Loading branch information
ShivamKumar2002 committed Dec 15, 2024
1 parent e7bfdce commit df3ca8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
path = charts/big-agi
url = https://github.com/ShivamKumar2002/big-agi-helm-chart
branch = main
[submodule "linkwarden"]
path = charts/linkwarden
url = https://github.com/ShivamKumar2002/linkwarden-helm-chart
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ This repository contains the following Helm charts:

- `big-agi`: A chart to deploy [Big-AGI](https://github.com/enricoros/big-AGI) Generative AI Suite. See [big-agi-helm-chart](https://github.com/ShivamKumar2002/big-agi-helm-chart) for more details.

- `linkwarden`: A chart to deploy [Linkwarden](https://github.com/linkwarden/linkwarden). See [linkwarden-helm-chart](https://github.com/ShivamKumar2002/linkwarden-helm-chart) for more details.


## Prerequisites

- Kubernetes 1.12+
- Kubernetes 1.20+
- Helm 3.0+


Expand Down Expand Up @@ -57,6 +59,7 @@ helm install my-release shivam-charts/chart-name

Replace `my-release` with the name you want to assign to your release, and `shivam-charts/chart-name` with the chart you want to install.


## Configuration

Each chart has its own `values.yaml` file that contains the default configuration settings. You can customize these settings by providing your own `values.yaml` during installation or upgrade:
Expand Down
1 change: 1 addition & 0 deletions charts/linkwarden
Submodule linkwarden added at 305157

0 comments on commit df3ca8f

Please sign in to comment.