diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index 0acab452..f4ca2102 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.17.0 description: The to-do app to organize your life name: vikunja -version: 3.1.0 +version: 3.2.0 keywords: - vikunja - to-do @@ -24,3 +24,7 @@ dependencies: - name: common repository: https://library-charts.k8s-at-home.com version: 3.3.0 + - name: postgresql + version: 10.5.3 + repository: https://charts.bitnami.com/bitnami + condition: postgresql.enabled diff --git a/charts/stable/vikunja/README.md b/charts/stable/vikunja/README.md index d8471a09..035b411d 100644 --- a/charts/stable/vikunja/README.md +++ b/charts/stable/vikunja/README.md @@ -21,6 +21,8 @@ The to-do app to organize your life | Repository | Name | Version | |------------|------|---------| | https://library-charts.k8s-at-home.com | common | 3.3.0 | +| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 | + ## TL;DR @@ -89,6 +91,7 @@ N/A | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | persistence.files | object | `{"enabled":false,"mountpath":"/app/vikunja/files"}` | Volume used for static files | | service | object | See values.yaml | Configures service settings for the chart. | +| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) | ## Changelog @@ -96,6 +99,10 @@ 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). +### [3.2.0] +#### Added +- Support for Postgresql dependent chart + ### [3.0.0] #### Changed