From 0766d372aa1c28ef10b4450283230c495f872615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Fri, 26 Sep 2025 15:43:56 +0200 Subject: [PATCH] fix: Bump to `enterprise` --- helmfile.d/mariadb-operator.yaml.gotmpl | 6 +++--- values/argo/manifests/sys-project.yaml | 1 + values/mariadb-operator/manifests/mariadb-operator.yaml | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/helmfile.d/mariadb-operator.yaml.gotmpl b/helmfile.d/mariadb-operator.yaml.gotmpl index 36ee966b..9265123f 100644 --- a/helmfile.d/mariadb-operator.yaml.gotmpl +++ b/helmfile.d/mariadb-operator.yaml.gotmpl @@ -3,7 +3,7 @@ bases: repositories: - name: mariadb-operator - url: "https://helm.mariadb.com/mariadb-operator" + url: "https://operator.mariadb.com/mariadb-enterprise-operator" commonLabels: tier: system @@ -11,8 +11,8 @@ commonLabels: releases: - name: mariadb-operator namespace: mariadb-operator - chart: mariadb-operator/mariadb-operator - version: 0.30.0 + chart: mariadb-operator/mariadb-enterprise-operator + version: 25.8.0 condition: mariadb_operator.enabled values: - ../values/mariadb-operator/values/mariadb-operator.yaml.gotmpl diff --git a/values/argo/manifests/sys-project.yaml b/values/argo/manifests/sys-project.yaml index df6704fc..14f90bde 100644 --- a/values/argo/manifests/sys-project.yaml +++ b/values/argo/manifests/sys-project.yaml @@ -109,3 +109,4 @@ spec: - ghcr.io/slinkyproject/charts - ghcr.io/slinkyproject/charts/slurm-operator - ghcr.io/slinkyproject/charts/slurm-operator-crds + - https://operator.mariadb.com/mariadb-enterprise-operator diff --git a/values/mariadb-operator/manifests/mariadb-operator.yaml b/values/mariadb-operator/manifests/mariadb-operator.yaml index 0a205841..8cb27094 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://helm.mariadb.com/mariadb-operator' - targetRevision: '0.30.0' - chart: mariadb-operator-crds + repoURL: 'https://operator.mariadb.com/mariadb-enterprise-operator' + targetRevision: '25.8.0' + chart: mariadb-enterprise-operator-crds project: sys syncPolicy: managedNamespaceMetadata: