Skip to content

Commit 052cb84

Browse files
chore(deps): update ghcr.io/usememos/memos docker tag to v0.24.0 (#714)
* chore(deps): update ghcr.io/usememos/memos docker tag to v0.24.0 * chore: Update chart metadata --------- Co-authored-by: gabe565-renovate[bot] <156644344+gabe565-renovate[bot]@users.noreply.github.com> Co-authored-by: chart-bot <160046936+charts-bot[bot]@users.noreply.github.com>
1 parent 49ddc98 commit 052cb84

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/memos/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: A lightweight, self-hosted memo hub. Open Source and Free forever.
44
home: https://charts.gabe565.com/charts/memos/
55
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/memos/icon.png
66
type: application
7-
version: 0.16.0
7+
version: 0.17.0
88
# renovate datasource=docker depName=ghcr.io/usememos/memos
9-
appVersion: 0.22.5
9+
appVersion: 0.24.0
1010
kubeVersion: ">=1.22.0-0"
1111
keywords:
1212
- memo
@@ -29,7 +29,7 @@ sources:
2929
annotations:
3030
artifacthub.io/changes: |-
3131
- kind: changed
32-
description: Update mariadb helm release to v20
32+
description: Update ghcr.io/usememos/memos docker tag to v0.24.0
3333
artifacthub.io/links: |-
3434
- name: App Source
3535
url: https://github.com/usememos/memos

charts/memos/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/memos/icon.png" align="right" width="92" alt="memos logo">
44

5-
![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat)
5+
![Version: 0.17.0](https://img.shields.io/badge/Version-0.17.0-informational?style=flat)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
7-
![AppVersion: 0.22.5](https://img.shields.io/badge/AppVersion-0.22.5-informational?style=flat)
7+
![AppVersion: 0.24.0](https://img.shields.io/badge/AppVersion-0.24.0-informational?style=flat)
88

99
A lightweight, self-hosted memo hub. Open Source and Free forever.
1010

1111
**Homepage:** <https://charts.gabe565.com/charts/memos/>
1212

1313
**This chart is not maintained by the upstream project and any issues with the chart should be raised
14-
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=memos&version=0.16.0)**
14+
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=memos&version=0.17.0)**
1515

1616
## Source Code
1717

@@ -88,7 +88,7 @@ N/A
8888
|-----|------|---------|-------------|
8989
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
9090
| image.repository | string | `"ghcr.io/usememos/memos"` | image repository |
91-
| image.tag | string | `"0.22.5"` | image tag |
91+
| image.tag | string | `"0.24.0"` | image tag |
9292
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
9393
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mariadb) |
9494
| persistence | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |

charts/memos/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- image pull policy
1212
pullPolicy: IfNotPresent
1313
# -- image tag
14-
tag: 0.22.5
14+
tag: 0.24.0
1515

1616
# -- Configures service settings for the chart.
1717
# @default -- See [values.yaml](./values.yaml)

0 commit comments

Comments
 (0)