home-ops
home-ops copied to clipboard
feat(helm)!: Update redis ( 19.6.4 → 20.0.2 )
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| redis (source) | major | 19.6.4 -> 20.0.2 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
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 this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
--- kubernetes/apps/database/redis/app Kustomization: flux-system/cluster-apps-database-redis HelmRelease: database/redis
+++ kubernetes/apps/database/redis/app Kustomization: flux-system/cluster-apps-database-redis HelmRelease: database/redis
@@ -12,13 +12,13 @@
spec:
chart: redis
sourceRef:
kind: HelmRepository
name: bitnami
namespace: flux-system
- version: 19.6.4
+ version: 20.0.3
install:
remediation:
retries: 3
interval: 15m
maxHistory: 3
uninstall:
--- HelmRelease: database/redis StatefulSet: database/redis-master
+++ HelmRelease: database/redis StatefulSet: database/redis-master
@@ -56,13 +56,13 @@
weight: 1
nodeAffinity: null
enableServiceLinks: true
terminationGracePeriodSeconds: 30
containers:
- name: redis
- image: docker.io/bitnami/redis:7.2.5-debian-12-r4
+ image: docker.io/bitnami/redis:7.4.0-debian-12-r2
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -136,13 +136,13 @@
mountPath: /opt/bitnami/redis/etc/
subPath: app-conf-dir
- name: empty-dir
mountPath: /tmp
subPath: tmp-dir
- name: metrics
- image: docker.io/bitnami/redis-exporter:1.62.0-debian-12-r2
+ image: docker.io/bitnami/redis-exporter:1.62.0-debian-12-r3
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
🦙 MegaLinter status: ✅ SUCCESS
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff