Compare commits

4 Commits

Author SHA1 Message Date
1ccdfda722 Update Helm release meilisearch to v0.19.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 1m3s
2025-12-17 01:28:59 +00:00
0013f99d83 enable class
All checks were successful
lint-test-helm / lint-helm (push) Successful in 24s
render-manifests-push / render-manifests-push (push) Successful in 1m5s
renovate / renovate (push) Successful in 4m27s
2025-12-16 19:24:37 -06:00
b5fc5b72ba Update Helm release argo-cd to v9.1.8 (#2604)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
renovate / renovate (push) Has been cancelled
2025-12-17 01:21:50 +00:00
7ba1a832a0 add snapshot
Some checks failed
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 27s
renovate / renovate (push) Has been cancelled
2025-12-16 19:20:00 -06:00
7 changed files with 20 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 9.1.7
digest: sha256:ed1ae26f3e642750f6dd970c1adc4fa14a627fad13daf74169213199f74425b3
generated: "2025-12-09T23:01:55.027301875Z"
version: 9.1.8
digest: sha256:4d2089dba47c25af1126a5397f001bb114f6c464b20493c382c4c7b315e42c24
generated: "2025-12-17T01:21:10.460753309Z"

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: argo-cd
version: 9.1.7
version: 9.1.8
repository: https://argoproj.github.io/argo-helm
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png
appVersion: v3.2.1

View File

@@ -20,5 +20,8 @@ dependencies:
- name: redis-replication
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.5.0
digest: sha256:8f5a3bcef164285d41a087683f7c18b23ee4dba512ac43344f8e6e805f34f9ce
generated: "2025-12-16T22:14:23.331442817Z"
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.5.0
digest: sha256:28178cbd5326d24f56f005d250a2dd48d16e64620f7336ad33fbc8e206c54421
generated: "2025-12-17T01:28:08.809027515Z"

View File

@@ -50,9 +50,9 @@ dependencies:
alias: redis-replication-renovate
version: 0.5.0
repository: oci://harbor.alexlebens.net/helm-charts
# - name: volsync-target
# alias: volsync-target-storage
# version: 0.5.0
# repository: oci://harbor.alexlebens.net/helm-charts
- name: volsync-target
alias: volsync-target-storage
version: 0.5.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/gitea.png
appVersion: 1.25.2

View File

@@ -287,7 +287,7 @@ volsync-target-storage:
yearly: 0
copyMethod: Snapshot
storageClassName: ceph-filesystem
volumeSnapshotClassName: ceph-filesystem
volumeSnapshotClassName: ceph-filesystem-snapshot
cacheCapacity: 40Gi
external:
enabled: false

View File

@@ -9,4 +9,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.23.2
digest: sha256:0819a80daf6d407b45dde4c2469f95187e9b84d02618f7efea57e6bc9fd43a80
generated: "2025-12-16T22:14:40.325484375Z"
generated: "2025-12-17T01:28:40.096862491Z"

View File

@@ -148,11 +148,11 @@ rook-ceph-cluster:
csi.storage.k8s.io/node-stage-secret-name: rook-csi-cephfs-node
csi.storage.k8s.io/node-stage-secret-namespace: "{{ .Release.Namespace }}"
csi.storage.k8s.io/fstype: ext4
# cephFileSystemVolumeSnapshotClass:
# enabled: true
# name: ceph-filesystem-snapshot
# isDefault: false
# deletionPolicy: Delete
cephFileSystemVolumeSnapshotClass:
enabled: true
name: ceph-filesystem-snapshot
isDefault: false
deletionPolicy: Delete
cephBlockPoolsVolumeSnapshotClass:
enabled: true
name: ceph-blockpool-snapshot