- Go Template 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo | ||
| charts/slink | ||
| .pre-commit-config.yaml | ||
| AI_POLICY.md | ||
| CODE_OF_CONDUCT.md | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
Slink Helm Chart
Effortlessly deploy your own Slink, an image hosting platform, with Helm on Kubernetes!
This is the docker image we use: https://hub.docker.com/r/anirdev/slink/tags
Getting Started
Prerequisites
Ensure you have Helm installed. If not, check out Helm's documentation for installation instructions and an overview of how Helm works.
Adding the Repository
Once Helm is set up, add the repo you'd like to install from. We support both codeberg.org and a self hosted forgejo instance that you can install packages from. We recommend using codeberg.org, but if they're ever down, feel free to use git.open.engineering 💙
codeberg.org (recommended)
helm repo add codeberg.org https://codeberg.org/api/packages/open-engineering/helm
helm repo update
Searching for Charts
Find available charts by searching the repository.
codeberg.org (recommended)
helm search repo codeberg.org
Installing a Chart
To install the chart, run one of the following
codeberg.org (recommended)
helm install slink codeberg.org/slink
Uninstalling a Chart
To uninstall a chart:
helm delete <chart-name>
🌟 Contributing
Your ideas, bug fixes, and enhancements are highly appreciated! Whether it's a bug report, feature request, or a pull request, your contributions make this repository better for everyone.
How to Contribute
- Fork the repository on codeberg.org.
- Make your changes.
- Open a pull request on codeberg.org.
For any issues or questions, feel free to open a Codeberg issue. Let's build something great together! 💚