
This change adds the minio chart, repo, and image version to the versions catalogue so they can be overridden downstream. Signed-off-by: Drew Walters <andrew.walters@att.com> Change-Id: I7b823f11f7c24b2838a94e2f786ee7f7ca0cc36c
19 lines
362 B
YAML
19 lines
362 B
YAML
apiVersion: "helm.toolkit.fluxcd.io/v2beta1"
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: minio
|
|
spec:
|
|
releaseName: minio
|
|
interval: 5m
|
|
chart:
|
|
spec:
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: minio
|
|
interval: 1m
|
|
wait: false
|
|
timeout: 5m
|
|
# Reference values at
|
|
# https://github.com/minio/charts/blob/master/minio/values.yaml
|
|
values: {}
|