diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index 81864c45..29b0c1ae 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 3.1.1-apache +appVersion: 3.7.0-apache description: A Personal Relationship Management tool to help you organize your social life name: monica -version: 7.0.0 +version: 7.0.1 kubeVersion: ">=1.16.0-0" keywords: - crm @@ -25,6 +25,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: Upgraded `common` chart dependency to version `4.3.0`. - - kind: changed - description: Upgraded `mariadb` chart dependency to version `10.2.0`. + description: Upgraded app to version `3.7.0-apache` from `3.1.1-apache`. diff --git a/charts/stable/monica/README.md b/charts/stable/monica/README.md index 16c44a41..08ff5321 100644 --- a/charts/stable/monica/README.md +++ b/charts/stable/monica/README.md @@ -1,6 +1,6 @@ # monica -![Version: 7.0.0](https://img.shields.io/badge/Version-7.0.0-informational?style=flat-square) ![AppVersion: 3.1.1-apache](https://img.shields.io/badge/AppVersion-3.1.1--apache-informational?style=flat-square) +![Version: 7.0.1](https://img.shields.io/badge/Version-7.0.1-informational?style=flat-square) ![AppVersion: 3.6.1-apache](https://img.shields.io/badge/AppVersion-3.6.1--apache-informational?style=flat-square) A Personal Relationship Management tool to help you organize your social life @@ -88,7 +88,7 @@ N/A | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"monica"` | image repository | -| image.tag | string | `"3.1.1-apache"` | image tag | +| image.tag | string | `"3.6.1-apache"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | mariadb | object | See values.yaml | Enable and configure mariadb database subchart under this key. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb) | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | @@ -96,7 +96,7 @@ N/A ## Changelog -### Version 7.0.0 +### Version 7.0.1 #### Added @@ -104,8 +104,7 @@ N/A #### Changed -* Upgraded `common` chart dependency to version `4.3.0`. -* Upgraded `mariadb` chart dependency to version `10.2.0`. +* Upgraded app to version `3.6.1-apache` from `3.1.1-apache`. #### Fixed diff --git a/charts/stable/monica/values.yaml b/charts/stable/monica/values.yaml index 76535b64..d8e893e0 100644 --- a/charts/stable/monica/values.yaml +++ b/charts/stable/monica/values.yaml @@ -9,7 +9,8 @@ image: # -- image repository repository: monica # -- image tag - tag: 3.1.1-apache + # @default -- chart.appVersion + tag: # -- image pull policy pullPolicy: IfNotPresent