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.19.4 → 19.0.1 ) #1037

Merged
merged 1 commit into from
Mar 23, 2024
Merged

Conversation

bot-akira[bot]
Copy link
Contributor

@bot-akira bot-akira bot commented Mar 19, 2024

This PR contains the following updates:

Package Update Change
redis (source) major 18.19.4 -> 19.0.1

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.

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Mar 19, 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.19.4
+      version: 19.0.1
   install:
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3
   uninstall:

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Mar 19, 2024

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

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

@@ -62,17 +62,17 @@

         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
-          readOnlyRootFilesystem: false
-          runAsGroup: 0
+          readOnlyRootFilesystem: true
+          runAsGroup: 1001
           runAsNonRoot: true
           runAsUser: 1001
-          seLinuxOptions: null
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         command:
         - /bin/bash
         args:
         - -c
@@ -110,12 +110,21 @@

           failureThreshold: 5
           exec:
             command:
             - sh
             - -c
             - /health/ping_readiness_local.sh 1
+        resources:
+          limits:
+            cpu: 150m
+            ephemeral-storage: 1024Mi
+            memory: 192Mi
+          requests:
+            cpu: 100m
+            ephemeral-storage: 50Mi
+            memory: 128Mi
         volumeMounts:
         - name: start-scripts
           mountPath: /opt/bitnami/scripts/start-scripts
         - name: health
           mountPath: /health
         - name: redis-data
@@ -133,17 +142,17 @@

         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
-          readOnlyRootFilesystem: false
-          runAsGroup: 0
+          readOnlyRootFilesystem: true
+          runAsGroup: 1001
           runAsNonRoot: true
           runAsUser: 1001
-          seLinuxOptions: null
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         command:
         - /bin/bash
         - -c
         - |
@@ -173,12 +182,21 @@

           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 1
           httpGet:
             path: /
             port: metrics
+        resources:
+          limits:
+            cpu: 150m
+            ephemeral-storage: 1024Mi
+            memory: 192Mi
+          requests:
+            cpu: 100m
+            ephemeral-storage: 50Mi
+            memory: 128Mi
         volumeMounts:
         - name: empty-dir
           mountPath: /tmp
           subPath: app-tmp-dir
       volumes:
       - name: start-scripts

@axeII
Copy link
Owner

axeII commented Mar 19, 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

@bot-akira bot-akira bot changed the title feat(helm)!: Update redis ( 18.19.2 → 19.0.0 ) feat(helm)!: Update redis ( 18.19.4 → 19.0.0 ) Mar 20, 2024
@bot-akira bot-akira bot force-pushed the renovate/redis-19.x branch from cc1a3c8 to a815b4b Compare March 20, 2024 03:09
@bot-akira bot-akira bot changed the title feat(helm)!: Update redis ( 18.19.4 → 19.0.0 ) feat(helm)!: Update redis ( 18.19.4 → 19.0.1 ) Mar 20, 2024
@bot-akira bot-akira bot force-pushed the renovate/redis-19.x branch from a815b4b to 85cf821 Compare March 20, 2024 12:13
@axeII axeII merged commit 47c06db into main Mar 23, 2024
8 checks passed
@bot-akira bot-akira bot deleted the renovate/redis-19.x branch March 23, 2024 20:08
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