From c5308c8f370428cc15df1f36887a264175f74694 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 07:12:59 +0000 Subject: [PATCH 1/2] feat(docker-image): update neosmemo/memos docker tag to v0.13.0 | datasource | package | from | to | | ---------- | -------------- | ------ | ------ | | docker | neosmemo/memos | 0.12.2 | 0.13.0 | --- 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 4fb944cb..6e74ca6d 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.12.2 + tag: 0.13.0 # -- See the following files for additional environment variables: # https://github.com/usememos/memos#deploy-with-docker-in-seconds From a60e431344f855d7925a45be32b650216a09e866 Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Mon, 22 May 2023 11:13:24 +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 6160b537..30b1da81 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.12.2 + description: update neosmemo/memos docker tag to v0.13.0 apiVersion: v2 -appVersion: v0.12.2 +appVersion: v0.13.0 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.7.1 +version: 0.8.1 diff --git a/charts/apps/memos/README.md b/charts/apps/memos/README.md index d4de6304..ff39701d 100644 --- a/charts/apps/memos/README.md +++ b/charts/apps/memos/README.md @@ -1,6 +1,6 @@ # memos -![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![AppVersion: v0.12.2](https://img.shields.io/badge/AppVersion-v0.12.2-informational?style=flat-square) +![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat-square) ![AppVersion: v0.13.0](https://img.shields.io/badge/AppVersion-v0.13.0-informational?style=flat-square) memos - An open-source, self-hosted memo hub with knowledge management and social networking.