fukuops/k8s/argo-apps/dcsi.yaml
cătălin c3560f7a6f
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
chore(deps): update dcsi's images to v1.9.5
2026-01-09 11:24:37 +01:00

40 lines
965 B
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: democratic-csi
namespace: argocd
spec:
destination:
name: ''
namespace: democratic-csi
server: https://kubernetes.default.svc
sources:
- chart: democratic-csi
repoURL: https://democratic-csi.github.io/charts/
targetRevision: 0.15.*
helm:
releaseName: zfs-nfs
valuesObject:
node:
driver:
image:
tag: 1.9.5
controller:
driver:
image:
tag: 1.9.5
csiDriver:
name: org.dcsi.nfs
driver:
image:
tag: 1.9.5
existingConfigSecret: secrets-dcsi
config:
driver: freenas-api-nfs
- repoURL: https://git.roboces.dev/catalin/fukuops.git
path: k8s/services/dcsi
targetRevision: main
project: management
syncPolicy:
automated: {}