Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
helm-forks
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
helm-forks
Commits
db251a57
Verified
Commit
db251a57
authored
2 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
[docs] Update README
parent
1c351308
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+31
-1
31 additions, 1 deletion
README.md
with
31 additions
and
1 deletion
README.md
+
31
−
1
View file @
db251a57
# helm-forks
Helm charts for various open source projects
Helm charts for various open source projects.
## Projects in this repository
-
[
Woodpecker CI
](
https://woodpecker-ci.org/
)
-
Chart Name:
`woodpecker-ci`
-
Default Version: 0.15.1
## Usage
[
Helm
](
https://helm.sh
)
must be installed to use the charts. Please refer to
Helm's
[
documentation
](
https://helm.sh/docs
)
to get started.
Once Helm has been set up correctly, add the repo as follows:
`helm repo add <alias> https://commander-lol.github.io/helm-forks`
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
<alias>`
to see the charts.
To find the correct
`chart-name`
to use, check the above list.
To install any of these charts:
`helm install <some-install-name> <alias>/<chart-name>`
To uninstall the chart:
`helm delete <some-install-name>`
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment