Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update redis ( 18.8.0 β†’ 18.13.0 ) #897

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
redis (source) minor 18.8.0 -> 18.13.0

Configuration

πŸ“… Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title feat(helm): update chart redis to 18.9.0 feat(helm): update chart redis to 18.9.1 Jan 29, 2024
@renovate renovate bot changed the title feat(helm): update chart redis to 18.9.1 feat(helm): update chart redis to 18.11.0 Jan 30, 2024
@renovate renovate bot changed the title feat(helm): update chart redis to 18.11.0 feat(helm): update chart redis to 18.11.1 Feb 1, 2024
@renovate renovate bot changed the title feat(helm): update chart redis to 18.11.1 feat(helm): update chart redis to 18.12.0 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/redis-18.x branch 2 times, most recently from 8ba81f4 to 5b79761 Compare February 3, 2024 10:04
@renovate renovate bot changed the title feat(helm): update chart redis to 18.12.0 feat(helm): update chart redis to 18.12.1 Feb 3, 2024
@renovate renovate bot changed the title feat(helm): update chart redis to 18.12.1 feat(helm): update redis ( 18.8.0 β†’ 18.12.1 ) Feb 5, 2024
@renovate renovate bot changed the title feat(helm): update redis ( 18.8.0 β†’ 18.12.1 ) feat(helm): update redis ( 18.8.0 β†’ 18.13.0 ) Feb 13, 2024
@bot-akira
Copy link
Contributor

bot-akira bot commented Feb 13, 2024

--- 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: 18.8.0
+      version: 18.13.0
   install:
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3
   uninstall:

@bot-akira
Copy link
Contributor

bot-akira bot commented Feb 13, 2024

--- HelmRelease: database/redis ServiceAccount: database/redis-replica

+++ HelmRelease: database/redis ServiceAccount: database/redis-replica

@@ -1,12 +0,0 @@

----
-apiVersion: v1
-kind: ServiceAccount
-automountServiceAccountToken: false
-metadata:
-  name: redis-replica
-  namespace: database
-  labels:
-    app.kubernetes.io/instance: redis
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: redis
-
--- HelmRelease: database/redis StatefulSet: database/redis-master

+++ HelmRelease: database/redis StatefulSet: database/redis-master

@@ -55,23 +55,23 @@

             weight: 1
         nodeAffinity: null
       enableServiceLinks: true
       terminationGracePeriodSeconds: 30
       containers:
       - name: redis
-        image: docker.io/bitnami/redis:7.2.4-debian-11-r2
+        image: docker.io/bitnami/redis:7.2.4-debian-11-r5
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           runAsGroup: 0
           runAsNonRoot: true
           runAsUser: 1001
-          seLinuxOptions: {}
+          seLinuxOptions: null
           seccompProfile:
             type: RuntimeDefault
         command:
         - /bin/bash
         args:
         - -c
@@ -126,23 +126,23 @@

           mountPath: /opt/bitnami/redis/mounted-etc
         - name: redis-tmp-conf
           mountPath: /opt/bitnami/redis/etc/
         - name: tmp
           mountPath: /tmp
       - name: metrics
-        image: docker.io/bitnami/redis-exporter:1.56.0-debian-11-r1
+        image: docker.io/bitnami/redis-exporter:1.57.0-debian-11-r2
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           runAsGroup: 0
           runAsNonRoot: true
           runAsUser: 1001
-          seLinuxOptions: {}
+          seLinuxOptions: null
           seccompProfile:
             type: RuntimeDefault
         command:
         - /bin/bash
         - -c
         - |
@@ -150,12 +150,14 @@

           export REDIS_PASSWORD=$(cat /secrets/redis-password)
           fi
           redis_exporter
         env:
         - name: REDIS_ALIAS
           value: redis
+        - name: REDIS_EXPORTER_WEB_LISTEN_ADDRESS
+          value: :9121
         ports:
         - name: metrics
           containerPort: 9121
         livenessProbe:
           failureThreshold: 5
           initialDelaySeconds: 10
--- HelmRelease: database/redis NetworkPolicy: database/redis

+++ HelmRelease: database/redis NetworkPolicy: database/redis

@@ -0,0 +1,26 @@

+---
+kind: NetworkPolicy
+apiVersion: networking.k8s.io/v1
+metadata:
+  name: redis
+  namespace: database
+  labels:
+    app.kubernetes.io/instance: redis
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: redis
+spec:
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: redis
+      app.kubernetes.io/name: redis
+  policyTypes:
+  - Ingress
+  - Egress
+  egress:
+  - {}
+  ingress:
+  - ports:
+    - port: 6379
+  - ports:
+    - port: 9121
+

@axeII
Copy link
Owner

axeII commented Feb 13, 2024

πŸ¦™ 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

@axeII axeII merged commit 2103e02 into main Feb 15, 2024
8 checks passed
@renovate renovate bot deleted the renovate/redis-18.x branch February 15, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant