Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.06 KB

File metadata and controls

55 lines (40 loc) · 2.06 KB

Wikodit Helm Charts

Lint and Test Release License: MIT

A collection of Helm charts maintained by Wikodit for Kubernetes deployments.

Installation

Charts are available via OCI registries:

# From GitHub Container Registry
helm pull oci://ghcr.io/wikodit/charts/<chart-name> --version <version>

Example

helm install my-webservice oci://ghcr.io/wikodit/charts/wik-webservice --version 1.0.0

Available Charts

Chart Description Documentation
wik-webservice Quick start for all-in-one webservice README
wik-backup Backup solution based on restic README
wik-cronjob Quick start for all-in-one cronjob README
wik-rbac RBAC management with rbac-manager README
wik-node-local-dns Node-local DNS configuration README
wik-dummy Dummy chart for testing purposes README

Repository Structure

charts/
├── charts/
│   ├── wik-webservice/
│   ├── wik-backup/
│   ├── wik-cronjob/
│   ├── wik-rbac/
│   ├── wik-node-local-dns/
│   └── wik-dummy/
└── releases/

Contributing

See CONTRIBUTING.md for guidelines on how to contribute to this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.