diff --git a/apps/calibre/values.yaml b/apps/calibre/values.yaml index 7b89e43..46f87c0 100644 --- a/apps/calibre/values.yaml +++ b/apps/calibre/values.yaml @@ -4,9 +4,7 @@ image: persistence: books: enabled: true - accessMode: ReadWriteOnce - size: 2Gi + existingClaim: calibre-web-books-cephfs config: enabled: true - accessMode: ReadWriteOnce - size: 1Gi + existingClaim: calibre-web-config-cephfs diff --git a/apps/portainer/values.yaml b/apps/portainer/values.yaml new file mode 100644 index 0000000..1bcbf7c --- /dev/null +++ b/apps/portainer/values.yaml @@ -0,0 +1,2 @@ +persistence: + existingClaim: portainer-ceph diff --git a/argocd/applications/kyverno.yaml b/argocd/applications/kyverno.yaml index 27ec7b4..8d67da0 100644 --- a/argocd/applications/kyverno.yaml +++ b/argocd/applications/kyverno.yaml @@ -8,7 +8,7 @@ spec: source: repoURL: https://kyverno.github.io/kyverno/ chart: kyverno - targetRevision: 3.x + targetRevision: 3.7.2 helm: releaseName: kyverno destination: diff --git a/argocd/applications/portainer.yaml b/argocd/applications/portainer.yaml index f0f13d2..c478b32 100644 --- a/argocd/applications/portainer.yaml +++ b/argocd/applications/portainer.yaml @@ -5,12 +5,17 @@ metadata: namespace: argocd spec: project: default - source: - repoURL: https://portainer.github.io/k8s/ + sources: + - repoURL: https://portainer.github.io/k8s/ chart: portainer targetRevision: 1.0.51 helm: releaseName: portainer + valueFiles: + - $values/apps/portainer/values.yaml + - repoURL: https://gitea.alexandre-vazquez.cloud/baphemot/gitops.git + targetRevision: HEAD + ref: values destination: server: https://kubernetes.default.svc namespace: portainer