fix: Un-enterprise mariadb
This commit is contained in:
@@ -2,8 +2,8 @@ bases:
|
||||
- ../envs/environments.yaml.gotmpl
|
||||
|
||||
repositories:
|
||||
- name: mariadb-enterprise-operator
|
||||
url: "https://operator.mariadb.com"
|
||||
- name: mariadb-operator
|
||||
url: "https://helm.mariadb.com"
|
||||
|
||||
commonLabels:
|
||||
tier: system
|
||||
@@ -11,8 +11,8 @@ commonLabels:
|
||||
releases:
|
||||
- name: mariadb-operator
|
||||
namespace: mariadb-operator
|
||||
chart: mariadb-enterprise-operator/mariadb-enterprise-operator
|
||||
version: 25.8.0
|
||||
chart: mariadb-operator/mariadb-operator
|
||||
version: 25.8.4
|
||||
condition: mariadb_operator.enabled
|
||||
values:
|
||||
- ../values/mariadb-operator/values/mariadb-operator.yaml.gotmpl
|
||||
|
||||
@@ -50,9 +50,9 @@ spec:
|
||||
namespace: mariadb-operator
|
||||
server: 'https://kubernetes.default.svc'
|
||||
source:
|
||||
repoURL: 'https://operator.mariadb.com'
|
||||
targetRevision: '25.8.0'
|
||||
chart: mariadb-enterprise-operator-crds
|
||||
repoURL: 'https://helm.mariadb.com'
|
||||
targetRevision: '25.8.4'
|
||||
chart: mariadb-operator-crds
|
||||
project: sys
|
||||
syncPolicy:
|
||||
managedNamespaceMetadata:
|
||||
|
||||
Reference in New Issue
Block a user