From 97528e845d9f2154600397b35485cb267c7c293f Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 15 Mar 2024 01:57:19 -0600 Subject: [PATCH] fix redis chart version --- charts/outline/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/outline/Chart.yaml b/charts/outline/Chart.yaml index 157f22e..3d304a2 100644 --- a/charts/outline/Chart.yaml +++ b/charts/outline/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: outline -version: 0.0.5 +version: 0.0.6 description: Chart for Outline wiki keywords: - wiki @@ -14,5 +14,5 @@ icon: https://avatars.githubusercontent.com/u/1765001?s=48&v=4 dependencies: - name: redis repository: https://charts.bitnami.com/bitnami - version: 18.x.x + version: 18.19.2 appVersion: v0.75.2