Skip to content

Commit 99ccb5a

Browse files
mariadb-operator upgrade to 25.8.3
1 parent ce16d76 commit 99ccb5a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

operators/mariadb-operator/kustomization.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ helmGlobals:
99
chartHome: ../../charts/
1010

1111
helmCharts:
12+
- name: mariadb-operator-crds
13+
includeCRDs: false
14+
namespace: mariadb-operator
15+
releaseName: mariadb-operator-crds
16+
version: 25.8.3
17+
repo: https://mariadb-operator.github.io/mariadb-operator
18+
1219
- name: mariadb-operator
13-
includeCRDs: true
20+
includeCRDs: false
1421
namespace: mariadb-operator
1522
valuesFile: values.yaml
1623
releaseName: mariadb-operator
17-
version: 0.31.0
24+
version: 25.8.3
1825
repo: https://mariadb-operator.github.io/mariadb-operator

0 commit comments

Comments
 (0)