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