h3mmy / bloopySphere

My home cluster.
MIT License
54 stars 6 forks source link

Update Helm chart redis to 19.6.1 #7052

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Update Change
redis (source) patch 19.6.0 -> 19.6.1

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bitnami/charts (redis) ### [`v19.6.1`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/redis/CHANGELOG.md#1961-2024-07-03) - \[bitnami/redis] Release 19.6.1 ([#​27712](https://togithub.com/bitnami/charts/pull/27712))

Configuration

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

🚦 Automerge: Enabled.

â™» 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.

bloopy-boi[bot] commented 1 week ago

Path: cluster/apps/database/redis/helm-release.yaml Version: 19.6.0 -> 19.6.1

@@ -365,7 +365,7 @@
 terminationGracePeriodSeconds: 30
 containers:
 - name: redis
- image: docker.io/bitnami/redis:7.2.5-debian-12-r0
+ image: docker.io/bitnami/redis:7.2.5-debian-12-r2
 imagePullPolicy: "IfNotPresent"
 securityContext:
 allowPrivilegeEscalation: false
@@ -451,7 +451,7 @@
 mountPath: /tmp
 subPath: tmp-dir
 - name: metrics
- image: docker.io/bitnami/redis-exporter:1.61.0-debian-12-r0
+ image: docker.io/bitnami/redis-exporter:1.61.0-debian-12-r2
 imagePullPolicy: "IfNotPresent"
 securityContext:
 allowPrivilegeEscalation: false
bloopy-boi[bot] commented 1 week ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.14s
✅ YAML prettier 3 0 0 0.49s
✅ YAML yamllint 3 0 0.27s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_