axeII / home-ops

A repository for HomeOps where I perform Infrastructure as Code (IaC) and GitOps practices.
Do What The F*ck You Want To Public License
41 stars 1 forks source link

feat(helm)!: Update redis ( 19.6.4 → 20.0.3 ) #1298

Closed bot-akira[bot] closed 2 weeks ago

bot-akira[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
redis (source) major 19.6.4 -> 20.0.3

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


Release Notes

bitnami/charts (redis) ### [`v20.0.3`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/redis/CHANGELOG.md#2003-2024-08-20) - \[bitnami/redis] Release 20.0.3 ([#​28941](https://togithub.com/bitnami/charts/pull/28941)) ### [`v20.0.2`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/redis/CHANGELOG.md#small2002-2024-08-14-small) - \[bitnami/redis] Release 20.0.2 ([#​28881](https://togithub.com/bitnami/charts/issues/28881)) ([582b058](https://togithub.com/bitnami/charts/commit/582b058c032a83ad74eed87c9e9665ca4252f0ce)), closes [#​28881](https://togithub.com/bitnami/charts/issues/28881) - \[bitnami/redis] Update README after major update ([#​28848](https://togithub.com/bitnami/charts/issues/28848)) ([a96205b](https://togithub.com/bitnami/charts/commit/a96205be4d1d1b4af34bf000cae49ae63b237a2a)), closes [#​28848](https://togithub.com/bitnami/charts/issues/28848) ### [`v20.0.1`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/redis/CHANGELOG.md#small2001-2024-08-09-small) - \[bitnami/redis] fix: Use rollout restart in ginkgo tests ([#​28813](https://togithub.com/bitnami/charts/issues/28813)) ([1d8cb54](https://togithub.com/bitnami/charts/commit/1d8cb543a33d12b519a4b0e28fa99d3e20421a28)), closes [#​28813](https://togithub.com/bitnami/charts/issues/28813) ### [`v20.0.0`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/redis/CHANGELOG.md#2000-2024-08-09) - \[bitnami/redis] Release 20.0.0 ([#​28810](https://togithub.com/bitnami/charts/issues/28810)) ([9e08d34](https://togithub.com/bitnami/charts/commit/9e08d34b938aebbe3ed955f4224b8e525313821d)), closes [#​28810](https://togithub.com/bitnami/charts/issues/28810)

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.



This PR has been generated by Renovate Bot.

bot-akira[bot] commented 1 month ago
--- 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:
bot-akira[bot] commented 1 month ago
--- 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
axeII commented 1 month ago

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

_MegaLinter is graciously provided by OX Security_