martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
5 stars 0 forks source link

fix(container): update ghcr.io/dragonflydb/dragonfly ( v1.19.0 → v1.19.1 ) #1055

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/dragonflydb/dragonfly patch v1.19.0 -> v1.19.1

Release Notes

dragonflydb/dragonfly (ghcr.io/dragonflydb/dragonfly) ### [`v1.19.1`](https://togithub.com/dragonflydb/dragonfly/releases/tag/v1.19.1) [Compare Source](https://togithub.com/dragonflydb/dragonfly/compare/v1.19.0...v1.19.1) ##### Dragonfly v1.19.1 This is a patch release. ##### What's Changed fix: allow SCANs running within lua scripts [#​3232](https://togithub.com/dragonflydb/dragonfly/issues/3232) fix: avoid crashing when calling empty EVAL inside MULTI transaction [#​3230](https://togithub.com/dragonflydb/dragonfly/issues/3230)

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 Mend Renovate. View repository job log here.

github-actions[bot] commented 1 week ago

kustomization changes in kubernetes/main

--- 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

@@ -21,13 +21,13 @@

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