From caa523f29a6e306b1b504de9f6be137b669fc31a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 12:07:43 +0200 Subject: [PATCH] [overleaf] Update Helm chart mongodb to v12 (#1654) * [overleaf] Update Helm chart mongodb to v12 * chore: Auto-update chart metadata * Update Chart.yaml * chore: Auto-update chart metadata Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] Co-authored-by: bjw-s --- charts/stable/overleaf/Chart.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/stable/overleaf/Chart.yaml b/charts/stable/overleaf/Chart.yaml index 2a154e60..938d82aa 100644 --- a/charts/stable/overleaf/Chart.yaml +++ b/charts/stable/overleaf/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 appVersion: 2.7.1 description: A web-based collaborative LaTeX editor name: overleaf -version: 2.5.2 +version: 3.0.0 kubeVersion: ">=1.16.0-0" keywords: - overleaf @@ -20,14 +20,16 @@ dependencies: repository: https://library-charts.k8s-at-home.com version: 4.4.2 - name: redis - version: 15.7.6 + version: 16.13.1 repository: https://charts.bitnami.com/bitnami condition: redis.enabled - name: mongodb - version: 10.31.5 + version: 12.1.22 repository: https://charts.bitnami.com/bitnami condition: mongodb.enabled annotations: artifacthub.io/changes: |- - kind: changed - description: Upgraded `common` chart dependency to version 4.4.2 + description: Upgraded `redis` chart dependency to version 16.13.1 + - kind: changed + description: Upgraded `mongodb` chart dependency to version 12.1.22