From cea1a78a378c5d2e6794dc18be2183f9589637a3 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:10:38 -0700 Subject: [PATCH] =?UTF-8?q?fix(minio):=20correct=20operator=20chart=20repo?= =?UTF-8?q?URL=20and=20pin=20version=20=E2=80=94=20charts.min.io=20lacks?= =?UTF-8?q?=20operator=20chart,=20use=20operator.min.io@5.0.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The operator chart moved to https://operator.min.io/; https://charts.min.io/ only ships the standalone minio chart, causing 'chart operator not found in index'. Pin to 5.0.18 (v5.x schema matches minio-operator-values.yaml operator.image.tag v5.0.0); targetRevision '*' was fragile. Unblocks minio-tenant (needs operator CRDs). --- k8s/argocd/apps/10-storage-observability.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/argocd/apps/10-storage-observability.yaml b/k8s/argocd/apps/10-storage-observability.yaml index 76364fd..e706d76 100644 --- a/k8s/argocd/apps/10-storage-observability.yaml +++ b/k8s/argocd/apps/10-storage-observability.yaml @@ -11,9 +11,9 @@ metadata: spec: project: homelab sources: - - repoURL: https://charts.min.io/ + - repoURL: https://operator.min.io/ chart: operator - targetRevision: "*" + targetRevision: "5.0.18" helm: valueFiles: - $values/k8s/infrastructure/minio/minio-operator-values.yaml