browsertrix/chart/Chart.yaml
Ilya Kreymer b574f00d2b
Add Repository Index + Chart Rename + Docs Rename (#1708)
Repository Index: Generate an index.yaml in ./docx/helm-repo/index.yaml
to allow for browsertrix to be a helm repository.
docs: rename docs.browsertrix.cloud -> docs.browsertrix.com
docs: update deployment doc to mention helm repo as preferred way to
install
docs build action: generate repository index in GH action
publish action: update auto-generated message to mention installing from
the repo.

---------
Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
2024-04-21 09:42:25 -07:00

21 lines
535 B
YAML

apiVersion: v2
name: browsertrix
description: A chart for running the Webrecorder Browsertrix System
type: application
icon: https://webrecorder.net/assets/icon.png
# Browsertrix and Chart Version
version: v1.10.0-beta.1
dependencies:
- name: btrix-admin-logging
version: 0.1.0
condition: addons.admin.logging
repository: file://./admin/logging
- name: btrix-crds
version: 0.1.1
repository: file://./btrix-crds
- name: metacontroller-helm
version: 4.11.11
repository: "oci://ghcr.io/metacontroller"