A Helm library chart with common templates for ShortLink applications.
Note: This is a library chart (type: library), so it cannot be installed directly. It must be used as a dependency in your own charts.
Reference this chart as a dependency in your Chart.yaml:
dependencies:
- name: shortlink-template
version: "0.9.6"
repository: oci://ghcr.io/shortlink-org/chartsThen build your dependencies:
helm dependencies updateNote: You need to authenticate with GitHub Packages to pull from the OCI registry:
echo $GITHUB_TOKEN | helm registry login ghcr.io -u USERNAME --password-stdinThe chart is automatically published to GitHub Packages OCI registry when changes are pushed to the ops/Helm/shortlink-template/ directory.