Skip to content

Commit

Permalink
⬆️ Update monica Docker tag to v4 (#31)
Browse files Browse the repository at this point in the history
* ⬆️ Update monica Docker tag to v4

* 🔧 Update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Feb 1, 2023
1 parent bbf7697 commit 42de6f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
10 changes: 4 additions & 6 deletions charts/monica/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions charts/monica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<img src="https://raw.githubusercontent.com/monicahq/monica/main/public/img/monica.svg" align="right" width="92" alt="monica logo" style="padding-left: 20px">

![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.

Expand Down Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion charts/monica/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 42de6f5

Please sign in to comment.