[vikunja] Added link for postgresql and updated readme to support (#1110)

* added link for postgresql and updated readme to support. bumped version
This commit is contained in:
Ryan Holt 2021-08-03 15:29:48 -04:00 committed by GitHub
parent be699c5035
commit 9e9d39e2b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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