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.0 ) #4008

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

lumiere-bot[bot]
Copy link
Contributor

@lumiere-bot lumiere-bot bot commented Jan 15, 2024

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.

@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Jan 15, 2024

--- kubernetes/kyak/apps/database/redis/app Kustomization: flux-system/redis HelmRelease: database/redis

+++ kubernetes/kyak/apps/database/redis/app Kustomization: flux-system/redis HelmRelease: database/redis

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

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

@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Jan 15, 2024

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

+++ HelmRelease: database/redis ServiceAccount: database/redis

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

----
-apiVersion: v1
-kind: ServiceAccount
-automountServiceAccountToken: true
-metadata:
-  name: redis
-  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-node

+++ HelmRelease: database/redis StatefulSet: database/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:
@@ -69,12 +72,13 @@

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

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

           capabilities:
             drop:
             - ALL
           runAsGroup: 0
           runAsNonRoot: true
           runAsUser: 1001
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         command:
         - /bin/bash
         - -c
         - |
--- HelmRelease: database/redis ServiceAccount: database/redis-master

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

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

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

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

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

+---
+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
+

@lumiere-bot lumiere-bot bot changed the title fix(container): update redis ( 18.6.3 → 18.6.4 ) feat(container): update redis ( 18.6.3 → 18.7.0 ) Jan 17, 2024
@coolguy1771 coolguy1771 merged commit 3ddc58f into main Jan 17, 2024
10 of 13 checks passed
@coolguy1771 coolguy1771 deleted the renovate/kyak-redis-18.x branch January 17, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant