From 020060f94838923729fb5b8242e98f74359dede4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 09:11:49 +0200 Subject: [PATCH] [overleaf] Update Helm chart redis to v15 (#1220) * [overleaf] Update Helm chart redis to v15 --- charts/stable/overleaf/Chart.yaml | 4 ++-- charts/stable/overleaf/README.md | 7 +++++++ charts/stable/overleaf/README_CHANGELOG.md.gotmpl | 7 +++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/charts/stable/overleaf/Chart.yaml b/charts/stable/overleaf/Chart.yaml index c5776e10..ef7e3c7d 100644 --- a/charts/stable/overleaf/Chart.yaml +++ b/charts/stable/overleaf/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.7.1 description: A web-based collaborative LaTeX editor name: overleaf -version: 1.0.0 +version: 2.0.0 kubeVersion: ">=1.16.0-0" keywords: - overleaf @@ -19,7 +19,7 @@ dependencies: repository: https://library-charts.k8s-at-home.com version: 4.0.1 - name: redis - version: 14.8.11 + version: 15.4.0 repository: https://charts.bitnami.com/bitnami condition: redis.enabled - name: mongodb diff --git a/charts/stable/overleaf/README.md b/charts/stable/overleaf/README.md index d4b8ea0a..77069c53 100644 --- a/charts/stable/overleaf/README.md +++ b/charts/stable/overleaf/README.md @@ -97,6 +97,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.0.0] + +#### Changed + +- Upgraded the redis dependency to version 15.x. Be sure to check out the [redis chart repo](https://github.com/bitnami/charts/tree/master/bitnami/redis) for the up-to-date values. + ### [1.0.0] #### Added @@ -111,6 +117,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[2.0.0]: #200 [1.0.0]: #100 ## Support diff --git a/charts/stable/overleaf/README_CHANGELOG.md.gotmpl b/charts/stable/overleaf/README_CHANGELOG.md.gotmpl index 06ad5fb3..76255290 100644 --- a/charts/stable/overleaf/README_CHANGELOG.md.gotmpl +++ b/charts/stable/overleaf/README_CHANGELOG.md.gotmpl @@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.0.0] + +#### Changed + +- Upgraded the redis dependency to version 15.x. Be sure to check out the [redis chart repo](https://github.com/bitnami/charts/tree/master/bitnami/redis) for the up-to-date values. + ### [1.0.0] #### Added @@ -23,5 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[2.0.0]: #200 [1.0.0]: #100 {{- end -}}