update because helmchart is flux

This commit is contained in:
j 2025-06-30 15:43:02 +10:00
parent 63a773576e
commit 05c0db5fba

View file

@ -1,14 +1,24 @@
apiVersion: fleet.cattle.io/v1alpha1
kind: HelmChart
kind: HelmOp
metadata:
name: mariadb-operator-crds
namespace: fleet-local
spec:
helm:
releaseName: mariadb-operator-crds
repo: https://helm.mariadb.com/mariadb-operator
chart: mariadb-operator-crds
namespace: fleet-local
---
apiVersion: fleet.cattle.io/v1alpha1
kind: HelmOp
metadata:
name: mariadb-operator
namespace: fleet-local
spec:
chart: mariadb-operator/mariadb-operator
repo: https://mariadb.github.io/mariadb-operator/charts
version: 0.7.0 # specify the version you want
targetNamespace: mariadb-operator
set:
persistence.enabled: true
persistence.size: 10Gi
replicas: 3
helm:
releaseName: mariadb-operator
repo: https://helm.mariadb.com/mariadb-operator
chart: mariadb-operator
namespace: fleet-local