mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[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:
parent
be699c5035
commit
9e9d39e2b0
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.17.0
|
appVersion: 0.17.0
|
||||||
description: The to-do app to organize your life
|
description: The to-do app to organize your life
|
||||||
name: vikunja
|
name: vikunja
|
||||||
version: 3.1.0
|
version: 3.2.0
|
||||||
keywords:
|
keywords:
|
||||||
- vikunja
|
- vikunja
|
||||||
- to-do
|
- to-do
|
||||||
@ -24,3 +24,7 @@ dependencies:
|
|||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
|
- name: postgresql
|
||||||
|
version: 10.5.3
|
||||||
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
condition: postgresql.enabled
|
||||||
|
@ -21,6 +21,8 @@ The to-do app to organize your life
|
|||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
|
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@ -89,6 +91,7 @@ N/A
|
|||||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
| 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 |
|
| 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. |
|
| 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
|
## 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).
|
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]
|
### [3.0.0]
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
Loading…
Reference in New Issue
Block a user