fluxcd: storage-limbosolutions-com

This commit is contained in:
Márcio Fernandes
2026-06-07 22:31:02 +00:00
parent e004c033a4
commit d5f13a8c46
16 changed files with 124 additions and 64 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
set -e
kubectl kustomize ./storage-limbosolutions-com/deploy/infra | kubectl apply -f -
helm repo add seaweedfs-csi-driver https://seaweedfs.github.io/seaweedfs-csi-driver/helm
helm repo update seaweedfs-csi-driver
helm upgrade --install --version 0.2.23 \
--values=./deploy/helm-values.yaml \
--values=./deploy/helm-values.private.yaml \
storage-limbosolutions-com-seaweedfs-csi-driver seaweedfs-csi-driver/seaweedfs-csi-driver --namespace storage-limbosolutions-com