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 chart redis to 18.14.0 #2002

Merged
merged 1 commit into from
Feb 17, 2024
Merged

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Feb 13, 2024

This PR contains the following updates:

Package Update Change
redis (source) minor 18.12.1 -> 18.14.0

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.

Copy link

cloudflare-workers-and-pages bot commented Feb 13, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8ed1d22
Status:🚫  Build failed.

View logs

@layla-bot layla-bot bot requested a review from kashalls as a code owner February 13, 2024 17:35
@layla-bot layla-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Feb 13, 2024
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Feb 13, 2024

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

+++ kubernetes/apps/main/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.12.1
+      version: 18.14.0
   install:
     remediation:
       retries: 3
   interval: 30m
   timeout: 15m
   uninstall:

@layla-bot layla-bot bot changed the title feat(helm): update chart redis to 18.13.0 feat(helm): update chart redis to 18.14.0 Feb 16, 2024
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Feb 16, 2024

--- HelmRelease: database/redis StatefulSet: database/redis-node

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

@@ -133,15 +133,12 @@

           failureThreshold: 5
           exec:
             command:
             - sh
             - -c
             - /health/ping_readiness_local.sh 1
-        resources:
-          limits: {}
-          requests: {}
         volumeMounts:
         - name: start-scripts
           mountPath: /opt/bitnami/scripts/start-scripts
         - name: health
           mountPath: /health
         - name: redis-data
@@ -220,15 +217,12 @@

           failureThreshold: 6
           exec:
             command:
             - sh
             - -c
             - /health/ping_sentinel.sh 1
-        resources:
-          limits: {}
-          requests: {}
         volumeMounts:
         - name: start-scripts
           mountPath: /opt/bitnami/scripts/start-scripts
         - name: health
           mountPath: /health
         - name: sentinel-data
@@ -281,15 +275,12 @@

           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 1
           httpGet:
             path: /
             port: metrics
-        resources:
-          limits: {}
-          requests: {}
         volumeMounts: null
       volumes:
       - name: start-scripts
         configMap:
           name: redis-scripts
           defaultMode: 493

@kashalls kashalls merged commit b55ff53 into main Feb 17, 2024
10 checks passed
@layla-bot layla-bot bot deleted the renovate/main-redis-18.x branch February 17, 2024 23:35
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