From 9e7e1ca3da81412d49b9a54ee88582a9d4d5aff9 Mon Sep 17 00:00:00 2001 From: Paolo Mainardi Date: Thu, 30 Mar 2023 16:56:04 +0200 Subject: [PATCH] fix: add missing bitnami common chart This is needed because there are many references to bitnami common chart features, like here: https://github.com/mastodon/chart/blob/main/templates/_helpers.tpl#L99 --- Chart.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Chart.yaml b/Chart.yaml index 1ebc973..3c2a32a 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -35,3 +35,6 @@ dependencies: version: 16.13.2 repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami condition: redis.enabled + - name: common + version: 2.2.4 + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami