mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-02-14 18:09:51 +00:00
minors: * add optional 'extraImages' to ThickCharts * refactor File content into generic getter interfaces * refactor artifact.Config into an actual usable interface (by File content) * refactor 'copy' cli command to use oras mappers * refactor 'serve' cli command to server registry and/or fileserver
24 lines
674 B
YAML
24 lines
674 B
YAML
---
|
|
apiVersion: collection.hauler.cattle.io/v1alpha1
|
|
kind: ThickCharts
|
|
metadata:
|
|
name: mythickchart
|
|
spec:
|
|
charts:
|
|
# charts are also fetched and served as OCI content (currently experimental in helm)
|
|
# HELM_EXPERIMENTAL_OCI=1 helm chart pull <hauler-registry>/loki:2.6.2
|
|
# - name: loki
|
|
# repoURL: https://grafana.github.io/helm-charts
|
|
|
|
# - name: longhorn
|
|
# repoURL: https://charts.longhorn.io
|
|
|
|
# - name: cert-manager
|
|
# repoURL: https://charts.jetstack.io
|
|
# version: v1.6.1
|
|
# extraImages:
|
|
# - ref: quay.io/jetstack/cert-manager-cainjector:v1.6.1
|
|
|
|
- name: podinfo
|
|
repoURL: https://stefanprodan.github.io/podinfo
|