haraldkoch / kochhaus-home

Experimental homelab configuration for running things on kubernetes
MIT License
114 stars 14 forks source link

fix(container): update ghcr.io/dragonflydb/dragonfly ( v1.23.1 → v1.23.2 ) [network] #5607

Closed doug-piranha-bot[bot] closed 6 days ago

doug-piranha-bot[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.

doug-piranha-bot[bot] commented 1 week ago
--- kubernetes/network/apps/dbms/dragonfly/cluster Kustomization: flux-system/dragonfly-cluster Dragonfly: dbms/dragonfly

+++ kubernetes/network/apps/dbms/dragonfly/cluster Kustomization: flux-system/dragonfly-cluster Dragonfly: dbms/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