From f375c9567f11139365dceadb6efcfb827b236bf4 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Thu, 18 Jun 2026 23:16:36 -0500 Subject: [PATCH] Switch Portworx deployment to manifest-based Remove Helm chart source (repo URL invalid). Deploy via manifests only. Operator must be installed separately via kubectl apply. --- .../platform/portworx-csi/application.yaml | 21 ++++++------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/cluster/platform/portworx-csi/application.yaml b/cluster/platform/portworx-csi/application.yaml index 322aaeb..072d0f0 100644 --- a/cluster/platform/portworx-csi/application.yaml +++ b/cluster/platform/portworx-csi/application.yaml @@ -25,21 +25,12 @@ metadata: argocd.argoproj.io/sync-wave: "2" spec: project: default - sources: - # Source 1: Portworx Operator Helm chart from Portworx - - repoURL: https://portworx.github.io/px-operator - chart: px-operator - targetRevision: 26.2.0 - helm: - valueFiles: - - $values/cluster/platform/portworx-csi/operator-values.yaml - # Source 2: Repo — StorageCluster spec, StorageClasses, ExternalSecret - - repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git - targetRevision: main - path: cluster/platform/portworx-csi - ref: values - directory: - exclude: "application.yaml" + source: + repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git + targetRevision: main + path: cluster/platform/portworx-csi + directory: + exclude: "application.yaml" destination: server: https://kubernetes.default.svc namespace: portworx