A helm chart for Slink (image hosting CMS) :3
  • Go Template 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
JesseBot 7d2f7c0f1e
All checks were successful
Renovate / run-renovate (push) Successful in 5s
Renovate / renovate (push) Successful in 0s
fix renovate
2026-08-16 22:35:30 +02:00
.forgejo fix renovate 2026-08-16 22:35:30 +02:00
charts/slink Update to version 1.2.0 and regenerate docs. 2026-08-10 14:42:42 +00:00
.pre-commit-config.yaml start on a very basic helm chart for slink 2026-05-31 21:44:40 +02:00
AI_POLICY.md update new forge 2026-08-16 18:45:20 +02:00
CODE_OF_CONDUCT.md start on a very basic helm chart for slink 2026-05-31 21:44:40 +02:00
LICENSE start on a very basic helm chart for slink 2026-05-31 21:44:40 +02:00
README.md update new forge 2026-08-16 18:45:20 +02:00
renovate.json get slink ready for its new release process 2026-06-16 20:48:41 +02:00

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 💙

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.

helm search repo codeberg.org

Installing a Chart

To install the chart, run one of the following

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

  1. Fork the repository on codeberg.org.
  2. Make your changes.
  3. 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! 💚