diff --git a/helmfile.d/mariadb-operator.yaml.gotmpl b/helmfile.d/mariadb-operator.yaml.gotmpl index f85da06e..5b0a87f5 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" + url: "https://helm.mariadb.com/mariadb-operator" commonLabels: tier: system diff --git a/values/mariadb-operator/manifests/mariadb-operator.yaml b/values/mariadb-operator/manifests/mariadb-operator.yaml index b47a00b2..004026d7 100644 --- a/values/mariadb-operator/manifests/mariadb-operator.yaml +++ b/values/mariadb-operator/manifests/mariadb-operator.yaml @@ -50,7 +50,7 @@ spec: namespace: mariadb-operator server: 'https://kubernetes.default.svc' source: - repoURL: 'https://helm.mariadb.com' + repoURL: 'https://helm.mariadb.com/mariadb-operator' targetRevision: '25.8.4' chart: mariadb-operator-crds project: sys