From bb2610ea335c27db02e0e32258358ad2bdc4c615 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 03:48:45 +0000 Subject: [PATCH 1/2] fix(docker-image): update neosmemo/memos docker tag to v0.14.1 | datasource | package | from | to | | ---------- | -------------- | ------ | ------ | | docker | neosmemo/memos | 0.14.0 | 0.14.1 | --- charts/apps/memos/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/apps/memos/values.yaml b/charts/apps/memos/values.yaml index e99bbfab..24942c7a 100644 --- a/charts/apps/memos/values.yaml +++ b/charts/apps/memos/values.yaml @@ -12,7 +12,7 @@ image: pullPolicy: IfNotPresent # -- image tag # @default -- chart.appVersion - tag: 0.14.0 + tag: 0.14.1 # -- See the following files for additional environment variables: # https://github.com/usememos/memos#deploy-with-docker-in-seconds From 021322cd48306c71452e21f597b6f198c3dabe7e Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Sat, 22 Jul 2023 13:07:59 +0400 Subject: [PATCH 2/2] chore: bump chart version --- charts/apps/memos/Chart.yaml | 6 +++--- charts/apps/memos/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/apps/memos/Chart.yaml b/charts/apps/memos/Chart.yaml index f5375218..770cc745 100644 --- a/charts/apps/memos/Chart.yaml +++ b/charts/apps/memos/Chart.yaml @@ -1,9 +1,9 @@ annotations: artifacthub.io/changes: |- - kind: changed - description: update neosmemo/memos docker tag to v0.14.0 + description: update neosmemo/memos docker tag to v0.14.1 apiVersion: v2 -appVersion: v0.14.0 +appVersion: v0.14.1 dependencies: - name: common repository: https://zekker6.github.io/helm-charts @@ -23,4 +23,4 @@ name: memos sources: - "https://github.com/zekker6/helm-charts/tree/main/charts/apps/memos" - "https://github.com/usememos/memos" -version: 0.11.1 +version: 0.12.1 diff --git a/charts/apps/memos/README.md b/charts/apps/memos/README.md index dff9e1b1..f78d97f3 100644 --- a/charts/apps/memos/README.md +++ b/charts/apps/memos/README.md @@ -1,6 +1,6 @@ # memos -![Version: 0.11.1](https://img.shields.io/badge/Version-0.11.1-informational?style=flat-square) ![AppVersion: v0.14.0](https://img.shields.io/badge/AppVersion-v0.14.0-informational?style=flat-square) +![Version: 0.12.1](https://img.shields.io/badge/Version-0.12.1-informational?style=flat-square) ![AppVersion: v0.14.1](https://img.shields.io/badge/AppVersion-v0.14.1-informational?style=flat-square) memos - An open-source, self-hosted memo hub with knowledge management and social networking.