- no longer using :latest by default in values.yaml, instead updating version with each release - set chart version to match app version in Chart.yaml - update version in helm chart and values.yaml as part of update-version.sh script - update test.yaml and local-config.yaml to enable using :latest tag images - ci: add ci script for packaging current helm chart - docs: updates docs to indicate deploying directly from GitHub release - docs: add script to fill in latest version for 'VERSION' using custom script - chart: set local_service_port to 30870 by default, but use only if no ingress. - default values.yaml set up for local deployment, local-config.yaml contains additional commented out examples - ci draft: add deployment info to draft with helm install command for current version - test: fix password check test
21 lines
545 B
YAML
21 lines
545 B
YAML
apiVersion: v2
|
|
name: browsertrix-cloud
|
|
description: A chart for running the Webrecorder Browsertrix System
|
|
type: application
|
|
icon: https://webrecorder.net/assets/icon.png
|
|
|
|
# Browsertrix Cloud and Chart Version
|
|
version: 1.7.0-beta.0
|
|
|
|
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: v4.10.1
|
|
repository: "oci://ghcr.io/metacontroller"
|