trosvald / home-ops

My OnPrem Kubernetes cluster. Deploy on top of Talos Linux, automated via Flux, renovate 🤖, and Github actions
0 stars 0 forks source link

fix(container): update ghcr.io/dragonflydb/dragonfly ( v1.23.1 → v1.23.2 ) #200

Closed monosense-arc[bot] closed 1 week ago

monosense-arc[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
ghcr.io/dragonflydb/dragonfly patch v1.23.1 -> v1.23.2

Release Notes

dragonflydb/dragonfly (ghcr.io/dragonflydb/dragonfly) ### [`v1.23.2`](https://redirect.github.com/dragonflydb/dragonfly/releases/tag/v1.23.2) [Compare Source](https://redirect.github.com/dragonflydb/dragonfly/compare/v1.23.1...v1.23.2) This is a patch release. fix: rdb load fix loading plain lists https://github.com/dragonflydb/dragonfly/commit/4959bef8d17e6132b4227ea7ca413faf1b1dc037 full change log: https://github.com/dragonflydb/dragonfly/compare/v1.23.1...v1.23.2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Renovate Bot.

monosense-arc[bot] commented 1 week ago
--- kubernetes/main/apps/database/dragonfly/cluster Kustomization: flux-system/dragonfly-cluster Dragonfly: database/dragonfly

+++ kubernetes/main/apps/database/dragonfly/cluster Kustomization: flux-system/dragonfly-cluster Dragonfly: database/dragonfly

@@ -17,13 +17,13 @@

   env:
   - name: MAX_MEMORY
     valueFrom:
       resourceFieldRef:
         divisor: 1Mi
         resource: limits.memory
-  image: ghcr.io/dragonflydb/dragonfly:v1.23.1
+  image: ghcr.io/dragonflydb/dragonfly:v1.23.2
   replicas: 3
   resources:
     limits:
       memory: 512Mi
     requests:
       cpu: 100m