Compare commits

...

3 Commits

Author SHA1 Message Date
56ee321a50 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 11s
2025-12-17 06:21:03 +00:00
fd476955d8 Update ubuntu Docker tag to resolute-20251130 (#2625)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 11s
renovate / renovate (push) Successful in 3m18s
2025-12-17 06:17:52 +00:00
32bc6ac898 move config in cluster
Some checks failed
lint-test-helm / lint-helm (push) Successful in 10s
render-manifests-push / render-manifests-push (push) Successful in 26s
renovate / renovate (push) Has been cancelled
2025-12-17 00:16:22 -06:00
6 changed files with 48 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ dependencies:
version: 0.2.1
- name: meilisearch
repository: https://meilisearch.github.io/meilisearch-kubernetes
version: 0.18.0
version: 0.19.0
- name: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.23.2
@@ -23,5 +23,5 @@ dependencies:
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.5.0
digest: sha256:686bad050b4830fdc04ea00c06fa82f4251fda3add5e413a875cc48195c1628e
generated: "2025-12-16T22:28:29.958789-06:00"
digest: sha256:28178cbd5326d24f56f005d250a2dd48d16e64620f7336ad33fbc8e206c54421
generated: "2025-12-17T06:20:23.295317646Z"

View File

@@ -32,7 +32,7 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.2.1
- name: meilisearch
version: 0.18.0
version: 0.19.0
repository: https://meilisearch.github.io/meilisearch-kubernetes
- name: cloudflared
alias: cloudflared

View File

@@ -4,12 +4,12 @@ dependencies:
version: 4.5.0
- name: meilisearch
repository: https://meilisearch.github.io/meilisearch-kubernetes
version: 0.18.0
version: 0.19.0
- name: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.23.2
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.5.0
digest: sha256:75ae21505394e7f5d2c0308665400aa249598612b141c6632bffe99230d454d3
generated: "2025-12-16T23:01:47.968439-06:00"
digest: sha256:2880343c35353a7216758f31810c7d7a840bc6f91fa17495dd6b34bc73ccf8d7
generated: "2025-12-17T06:20:49.896907364Z"

View File

@@ -22,7 +22,7 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.5.0
- name: meilisearch
version: 0.18.0
version: 0.19.0
repository: https://meilisearch.github.io/meilisearch-kubernetes
- name: cloudflared
alias: cloudflared

View File

@@ -18,5 +18,9 @@ dependencies:
alias: libation
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.5.0
# - name: volsync-target
# alias: volsync-target-config
# version: 0.5.0
# repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/libation.png
appVersion: 12.8.2

View File

@@ -3,7 +3,7 @@ libation:
main:
type: cronjob
cronjob:
suspend: false
suspend: true
concurrencyPolicy: Forbid
timeZone: US/Central
schedule: "0 0 * * *"
@@ -27,7 +27,32 @@ libation:
requests:
cpu: 10m
memory: 128Mi
debug:
type: deployment
replicas: 1
strategy: Recreate
containers:
main:
image:
repository: ubuntu
tag: resolute-20251130
pullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 32Mi
persistence:
config-new:
forceRename: libation
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 500Mi
retain: true
advancedMounts:
debug:
main:
- path: /config
readOnly: false
config:
existingClaim: libation-config
advancedMounts:
@@ -35,6 +60,10 @@ libation:
main:
- path: /config
readOnly: false
debug:
main:
- path: /config-old
readOnly: false
data:
existingClaim: libation-nfs-storage
advancedMounts:
@@ -42,3 +71,9 @@ libation:
main:
- path: /data
readOnly: false
debug:
main:
- path: /data
readOnly: false
volsync-target-config:
pvcTarget: libation