forked from coo-ops.space/helm-charts
37 lines
1.2 KiB
YAML
37 lines
1.2 KiB
YAML
apiVersion: v2
|
|
name: homebox
|
|
# This is the chart version.
|
|
version: 0.1.6
|
|
# A SemVer range of compatible Kubernetes versions (optional)
|
|
# kubeVersion: ">=1.16.0-0"
|
|
# What is this Application?
|
|
description: "Homebox is the inventory and organization system built for the Home User"
|
|
type: application
|
|
# Meta Keywords
|
|
keywords:
|
|
- asset
|
|
- organisation
|
|
- inventory
|
|
- QR
|
|
- warranty
|
|
# The URL of this projects home page
|
|
home: https://hay-kot.github.io/homebox/
|
|
# A list of URLs to source code for this project
|
|
sources:
|
|
- https://github.com/hay-kot/homebox
|
|
- https://github.com/hay-kot/homebox/pkgs/container/homebox
|
|
# Who's looking after this Chart?
|
|
maintainers:
|
|
- name: Kyle Coo-ops
|
|
email: kyle@coo-ops.space
|
|
url: https://git.coo-ops.space/cooper
|
|
- name: Alice
|
|
email: alice@stacktonic.com.au
|
|
url: https://github.com/HunterNyan
|
|
# A URL to an SVG or PNG image to be used as an icon (optional).
|
|
icon: https://github.com/hay-kot/homebox/raw/main/docs/docs/assets/img/lilbox.svg
|
|
|
|
# This is the version number of the application being deployed. This version number should be
|
|
appVersion: "v0.9.2"
|
|
# Whether this chart is deprecated (optional, boolean)
|
|
deprecated: false |