From 62b3d2fd7fc8db0af47cbe0c13f4b6ec11fa60c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Fri, 26 Sep 2025 15:54:00 +0200 Subject: [PATCH] fix: Un-enterprise mariadb --- helmfile.d/mariadb-operator.yaml.gotmpl | 8 ++++---- values/mariadb-operator/manifests/mariadb-operator.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helmfile.d/mariadb-operator.yaml.gotmpl b/helmfile.d/mariadb-operator.yaml.gotmpl index 019d0231..f85da06e 100644 --- a/helmfile.d/mariadb-operator.yaml.gotmpl +++ b/helmfile.d/mariadb-operator.yaml.gotmpl @@ -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 diff --git a/values/mariadb-operator/manifests/mariadb-operator.yaml b/values/mariadb-operator/manifests/mariadb-operator.yaml index 5ae79a7e..b47a00b2 100644 --- a/values/mariadb-operator/manifests/mariadb-operator.yaml +++ b/values/mariadb-operator/manifests/mariadb-operator.yaml @@ -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: