21de3783f1
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
15 lines
470 B
YAML
15 lines
470 B
YAML
apiVersion: v2
|
|
name: shuffle
|
|
description: A Helm chart for deploying Shuffle on Kubernetes
|
|
type: application
|
|
version: 0.0.0 # Set during publishing in GitHub actions
|
|
appVersion: latest # Overwritten during publishing in GitHub actions
|
|
dependencies:
|
|
- name: common
|
|
version: ^2.23.0
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
- name: opensearch
|
|
version: 2.0.10
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: opensearch.enabled
|