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(container): update redis (18.6.3 β†’ 18.7.1) #1721

Closed
wants to merge 1 commit into from

Conversation

bot-blake[bot]
Copy link
Contributor

@bot-blake bot-blake bot commented Jan 17, 2024

This PR contains the following updates:

Package Update Change
redis (source) minor 18.6.3 -> 18.7.1

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.

@bot-blake bot-blake bot requested a review from buroa as a code owner January 17, 2024 11:06
@bot-blake bot-blake bot added the area/kubernetes Changes made in the kubernetes directory label Jan 17, 2024
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Jan 17, 2024

--- kubernetes/apps/databases/redis/app Kustomization: flux-system/cluster-apps-redis HelmRelease: databases/redis

+++ kubernetes/apps/databases/redis/app Kustomization: flux-system/cluster-apps-redis HelmRelease: databases/redis

@@ -12,13 +12,13 @@

     spec:
       chart: redis
       sourceRef:
         kind: HelmRepository
         name: bitnami-charts
         namespace: flux-system
-      version: 18.6.3
+      version: 18.7.1
   install:
     remediation:
       retries: 3
   interval: 30m
   timeout: 15m
   uninstall:

@bot-blake
Copy link
Contributor Author

bot-blake bot commented Jan 17, 2024

--- HelmRelease: databases/redis ServiceAccount: databases/redis

+++ HelmRelease: databases/redis ServiceAccount: databases/redis

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

----
-apiVersion: v1
-kind: ServiceAccount
-automountServiceAccountToken: true
-metadata:
-  name: redis
-  namespace: databases
-  labels:
-    app.kubernetes.io/instance: redis
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: redis
-
--- HelmRelease: databases/redis StatefulSet: databases/redis-node

+++ HelmRelease: databases/redis StatefulSet: databases/redis-node

@@ -33,13 +33,16 @@

         checksum/secret: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
         prometheus.io/port: '9121'
         prometheus.io/scrape: 'true'
     spec:
       securityContext:
         fsGroup: 1001
-      automountServiceAccountToken: true
+        fsGroupChangePolicy: Always
+        supplementalGroups: []
+        sysctls: []
+      automountServiceAccountToken: false
       serviceAccountName: redis
       affinity:
         podAffinity: null
         podAntiAffinity:
           preferredDuringSchedulingIgnoredDuringExecution:
           - podAffinityTerm:
@@ -52,13 +55,13 @@

             weight: 1
         nodeAffinity: null
       enableServiceLinks: true
       terminationGracePeriodSeconds: 30
       containers:
       - name: redis
-        image: docker.io/bitnami/redis:7.2.4-debian-11-r0
+        image: docker.io/bitnami/redis:7.2.4-debian-11-r2
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -69,12 +72,13 @@

           capabilities:
             drop:
             - ALL
           runAsGroup: 0
           runAsNonRoot: true
           runAsUser: 1001
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         command:
         - /bin/bash
         args:
         - -c
@@ -146,13 +150,13 @@

           mountPath: /opt/bitnami/redis/mounted-etc
         - name: redis-tmp-conf
           mountPath: /opt/bitnami/redis/etc
         - name: tmp
           mountPath: /tmp
       - name: sentinel
-        image: docker.io/bitnami/redis-sentinel:7.2.4-debian-11-r0
+        image: docker.io/bitnami/redis-sentinel:7.2.4-debian-11-r3
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -163,12 +167,13 @@

           capabilities:
             drop:
             - ALL
           runAsGroup: 0
           runAsNonRoot: true
           runAsUser: 1001
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         command:
         - /bin/bash
         args:
         - -c
@@ -230,22 +235,23 @@

           mountPath: /opt/bitnami/redis-sentinel/etc
         - name: redis-data
           mountPath: /data
         - name: config
           mountPath: /opt/bitnami/redis-sentinel/mounted-etc
       - name: metrics
-        image: docker.io/bitnami/redis-exporter:1.56.0-debian-11-r0
+        image: docker.io/bitnami/redis-exporter:1.56.0-debian-11-r1
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           runAsGroup: 0
           runAsNonRoot: true
           runAsUser: 1001
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         command:
         - /bin/bash
         - -c
         - |
--- HelmRelease: databases/redis ServiceAccount: databases/redis-master

+++ HelmRelease: databases/redis ServiceAccount: databases/redis-master

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

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

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

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

+---
+apiVersion: v1
+kind: ServiceAccount
+automountServiceAccountToken: false
+metadata:
+  name: redis-replica
+  namespace: databases
+  labels:
+    app.kubernetes.io/instance: redis
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: redis
+

@bot-blake bot-blake bot force-pushed the renovate/redis-18.x branch from dce60a1 to 83c1da6 Compare January 17, 2024 12:07
@buroa
Copy link
Owner

buroa commented Jan 17, 2024

bitnami/charts#22202

@buroa buroa added the hold label Jan 17, 2024
@bot-blake bot-blake bot force-pushed the renovate/redis-18.x branch from 83c1da6 to 83010a8 Compare January 17, 2024 21:05
@buroa buroa force-pushed the master branch 2 times, most recently from 084f5cc to 940a0bd Compare January 17, 2024 21:08
@bot-blake bot-blake bot force-pushed the renovate/redis-18.x branch 5 times, most recently from e7bdeb6 to b5287be Compare January 18, 2024 16:07
@buroa buroa force-pushed the master branch 3 times, most recently from dc77dee to f03cd5e Compare January 18, 2024 16:49
@bot-blake bot-blake bot force-pushed the renovate/redis-18.x branch from b5287be to 556420c Compare January 18, 2024 17:06
@buroa buroa force-pushed the master branch 2 times, most recently from de5a7c6 to db0e52d Compare January 18, 2024 18:03
@bot-blake bot-blake bot force-pushed the renovate/redis-18.x branch 2 times, most recently from bd8e205 to d4dab30 Compare January 18, 2024 19:05
@buroa buroa force-pushed the master branch 2 times, most recently from f6305be to 93492d3 Compare January 18, 2024 19:56
@bot-blake bot-blake bot force-pushed the renovate/redis-18.x branch 2 times, most recently from a2ae86b to 4a53645 Compare January 18, 2024 21:05
@bot-blake bot-blake bot force-pushed the renovate/redis-18.x branch from 4a53645 to d584ebd Compare January 18, 2024 22:05
@bot-blake bot-blake bot changed the title feat(container): update redis (18.6.3 β†’ 18.7.0) feat(container): update redis (18.6.3 β†’ 18.7.1) Jan 18, 2024
@bot-blake bot-blake bot force-pushed the renovate/redis-18.x branch 4 times, most recently from ec067ed to 9ca4dad Compare January 19, 2024 14:05
@bot-blake bot-blake bot force-pushed the renovate/redis-18.x branch 4 times, most recently from bc3a5ea to cfb1ecf Compare January 19, 2024 17:05
@bot-blake bot-blake bot force-pushed the renovate/redis-18.x branch from cfb1ecf to 7b5f650 Compare January 19, 2024 20:06
@buroa buroa closed this Jan 19, 2024
@bot-blake bot-blake bot deleted the renovate/redis-18.x branch January 19, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory hold renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant