From 42de6f5fe284096f92e94eabac95933965f514e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:38:32 -0600 Subject: [PATCH] :arrow_up: Update monica Docker tag to v4 (#31) * :arrow_up: Update monica Docker tag to v4 * :wrench: Update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- charts/monica/Chart.yaml | 10 ++++------ charts/monica/README.md | 6 +++--- charts/monica/values.yaml | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/charts/monica/Chart.yaml b/charts/monica/Chart.yaml index 76cabd30e..0f68ffa5a 100644 --- a/charts/monica/Chart.yaml +++ b/charts/monica/Chart.yaml @@ -4,9 +4,9 @@ description: Personal CRM. Remember everything about your friends, family and bu home: https://charts.gabe565.com/charts/monica icon: https://raw.githubusercontent.com/monicahq/monica/main/public/img/monica.svg type: application -version: 0.2.1 +version: 0.3.0 # renovate image=monica -appVersion: 3.7.0-fpm-alpine +appVersion: 4.0.0-fpm-alpine kubeVersion: ">=1.22.0-0" keywords: - crm @@ -22,8 +22,6 @@ dependencies: repository: https://charts.bitnami.com/bitnami condition: mariadb.enabled annotations: - artifacthub.io/changes: | + artifacthub.io/changes: |- - kind: changed - description: Update homepage to charts.gabe565.com and add to readme - - kind: added - description: Add GitHub repo to sources + description: Update monica Docker tag to v4 diff --git a/charts/monica/README.md b/charts/monica/README.md index 6080badd8..0c66e5629 100644 --- a/charts/monica/README.md +++ b/charts/monica/README.md @@ -2,9 +2,9 @@ monica logo -![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat) +![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 3.7.0-fpm-alpine](https://img.shields.io/badge/AppVersion-3.7.0--fpm--alpine-informational?style=flat) +![AppVersion: 4.0.0-fpm-alpine](https://img.shields.io/badge/AppVersion-4.0.0--fpm--alpine-informational?style=flat) Personal CRM. Remember everything about your friends, family and business relationships. @@ -89,7 +89,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.7.0-fpm-alpine"` | image tag | +| image.tag | string | `"4.0.0-fpm-alpine"` | image tag | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/master/bitnami/mariadb) | | nginx.enabled | bool | `true` | Enable the Nginx sidecar. Disable this if you use an apache image. | diff --git a/charts/monica/values.yaml b/charts/monica/values.yaml index e8e55d204..e9706b61c 100644 --- a/charts/monica/values.yaml +++ b/charts/monica/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: monica # -- image tag - tag: 3.7.0-fpm-alpine + tag: 4.0.0-fpm-alpine # -- image pull policy pullPolicy: IfNotPresent