proxmox-csi to argocd

The images were not pinned to a version before.
proxmox-csi was at :edge, and
its dependencies pinned to outdated/incompatible.
This commit is contained in:
2025-07-22 01:34:39 +03:00
parent 24b57de126
commit 31800f8ffb
6 changed files with 52 additions and 587 deletions

View File

@@ -0,0 +1,21 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: proxmox-csi
namespace: argocd
spec:
project: k-space.ee
source:
# also depends on git@git.k-space.ee:secretspace/kube.git
repoURL: git@git.k-space.ee:k-space/kube.git
targetRevision: HEAD
path: proxmox-csi
destination:
server: 'https://kubernetes.default.svc'
namespace: csi-proxmox
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true