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 ( 19.4.0 → 19.5.0 ) #866

Merged
merged 1 commit into from
May 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 23, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
redis (source) minor 19.4.0 -> 19.5.0

Release Notes

bitnami/charts (redis)

v19.5.0

  • [bitnami/redis] Enable PodDisruptionBudgets (#​26355)

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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from martinohmann as a code owner May 23, 2024 15:10
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels May 23, 2024
Copy link

kustomization changes in kubernetes/main

--- kubernetes/main/apps/default/gitea/redis Kustomization: flux-system/gitea-redis HelmRelease: default/gitea-redis

+++ kubernetes/main/apps/default/gitea/redis Kustomization: flux-system/gitea-redis HelmRelease: default/gitea-redis

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

     spec:
       chart: redis
       sourceRef:
         kind: HelmRepository
         name: bitnami
         namespace: flux-system
-      version: 19.4.0
+      version: 19.5.0
   interval: 2h
   values:
     architecture: standalone
     auth:
       enabled: false
     commonConfiguration: |-

Copy link

helmrelease changes in kubernetes/main

--- HelmRelease: default/gitea-redis PodDisruptionBudget: default/gitea-redis-master

+++ HelmRelease: default/gitea-redis PodDisruptionBudget: default/gitea-redis-master

@@ -0,0 +1,19 @@

+---
+apiVersion: policy/v1
+kind: PodDisruptionBudget
+metadata:
+  name: gitea-redis-master
+  namespace: default
+  labels:
+    app.kubernetes.io/instance: gitea-redis
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: redis
+    app.kubernetes.io/component: master
+spec:
+  maxUnavailable: 1
+  selector:
+    matchLabels:
+      app.kubernetes.io/instance: gitea-redis
+      app.kubernetes.io/name: redis
+      app.kubernetes.io/component: master
+

@martinohmann martinohmann merged commit 6d10e28 into main May 24, 2024
7 checks passed
@renovate renovate bot deleted the renovate/main-redis-19.x branch May 24, 2024 17:51
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