volschin / home-ops

Repository for my home infrastructure and Kubernetes cluster which adheres to Infrastructure as Code (IaC) and GitOps practices where possible
https://k8s.olschi.de/
MIT License
2 stars 0 forks source link

fix(container): update image ghcr.io/dragonflydb/dragonfly ( v1.21.2 → v1.21.4 ) #672

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Update Change OpenSSF
ghcr.io/dragonflydb/dragonfly patch v1.21.2 -> v1.21.4 OpenSSF Scorecard

Release Notes

dragonflydb/dragonfly (ghcr.io/dragonflydb/dragonfly) ### [`v1.21.4`](https://togithub.com/dragonflydb/dragonfly/releases/tag/v1.21.4) [Compare Source](https://togithub.com/dragonflydb/dragonfly/compare/v1.21.3...v1.21.4) ### Dragonfly v1.21.4 This is a patch release. chore: fix search replication ([#​3547](https://togithub.com/dragonflydb/dragonfly/issues/3547)) ### [`v1.21.3`](https://togithub.com/dragonflydb/dragonfly/releases/tag/v1.21.3) [Compare Source](https://togithub.com/dragonflydb/dragonfly/compare/v1.21.2...v1.21.3) ### Dragonfly v1.21.3 This is a patch release. fix: display real replica remote address in INFO logs fix: crash with concurrent multi-shard BLMOVE operations [#​3540](https://togithub.com/dragonflydb/dragonfly/issues/3540) This follows up on **[Dragonfly v1.21.2](https://togithub.com/dragonflydb/dragonfly/releases/tag/v1.21.2)** release.

Configuration

📅 Schedule: Branch creation - "after 8am every weekday,before 7pm every weekday" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 3 weeks ago
--- kubernetes/apps/database/dragonfly/cluster Kustomization: flux-system/dragonfly-cluster Dragonfly: database/dragonfly

+++ kubernetes/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.21.2@sha256:4a253dffa1f0416c454a758dcbaa86c29c4065aba44b5240fa25e55c5d89baf3
+  image: ghcr.io/dragonflydb/dragonfly:v1.21.4@sha256:50fc8e7e4bfb500753729fa9494305e5180f3e4dbfb1b2d3e589dede98a21212
   replicas: 3
   resources:
     limits:
       cpu: 800m
       memory: 512Mi
     requests: