Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch helm readme to use helm-git until its published #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ issues and to benefit from the advanced resource management features of Helm.

## Usage

Once Helm has been set up correctly, add the repo as follows:
Once Helm has been set up correctly (with [helm-git](https://github.com/aslafy-z/helm-git) plugin), add the repo as follows:

helm repo add synology-csi-chart https://christian-schlichtherle.github.io/synology-csi-chart
helm repo add synology-csi-chart 'git+https://github.com/SynologyOpenSource/synology-csi@deploy/helm?ref=main'er

If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages.
You can then run `helm search repo synology-csi-chart` to see the charts.
Expand Down