Skip to content

Commit

Permalink
chore(deps): update monica docker tag to v4.1.2 (#627)
Browse files Browse the repository at this point in the history
* chore(deps): update monica docker tag to v4.1.2

* chore: Update chart metadata

---------

Co-authored-by: gabe565-renovate[bot] <gabe565-renovate[bot]@users.noreply.github.com>
Co-authored-by: chart-bot <160046936+charts-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 24, 2024
1 parent 54da203 commit 2e406c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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/aa98c09/public/img/favicon.svg
type: application
version: 0.8.0
version: 0.9.0
# renovate datasource=docker depName=monica
appVersion: 4.0.0-fpm-alpine
appVersion: 4.1.2-fpm-alpine
kubeVersion: ">=1.22.0-0"
keywords:
- crm
Expand All @@ -23,7 +23,7 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: BREAKING - Update mariadb helm release to v16
description: Update monica docker tag to v4.1.2
artifacthub.io/links: |-
- name: App Source
url: https://github.com/monicahq/monica
Expand Down
8 changes: 4 additions & 4 deletions charts/monica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/monicahq/monica/aa98c09/public/img/favicon.svg" align="right" width="92" alt="monica logo">

![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat)
![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 4.0.0-fpm-alpine](https://img.shields.io/badge/AppVersion-4.0.0--fpm--alpine-informational?style=flat)
![AppVersion: 4.1.2-fpm-alpine](https://img.shields.io/badge/AppVersion-4.1.2--fpm--alpine-informational?style=flat)

Personal CRM. Remember everything about your friends, family and business relationships.

**Homepage:** <https://charts.gabe565.com/charts/monica/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=monica&version=0.8.0)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=monica&version=0.9.0)**

## Source Code

Expand Down Expand Up @@ -91,7 +91,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 | `"4.0.0-fpm-alpine"` | image tag |
| image.tag | string | `"4.1.2-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: 4.0.0-fpm-alpine
tag: 4.1.2-fpm-alpine
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 2e406c1

Please sign in to comment.