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 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: metadata:
name: mariadb-operator name: mariadb-operator
namespace: fleet-local namespace: fleet-local
spec: spec:
chart: mariadb-operator/mariadb-operator helm:
repo: https://mariadb.github.io/mariadb-operator/charts releaseName: mariadb-operator
version: 0.7.0 # specify the version you want repo: https://helm.mariadb.com/mariadb-operator
targetNamespace: mariadb-operator chart: mariadb-operator
set: namespace: fleet-local
persistence.enabled: true
persistence.size: 10Gi
replicas: 3