diff --git a/README.md b/README.md index 497b4ef51..ac1762673 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ helm delete my- | [homer homer icon](charts/homer/) | A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file. | | [limo ](charts/limo/) | A file upload server. | | [matrimony matrimony icon](charts/matrimony/) | Self-hosted wedding site configured via YAML | -| [memos memos icon](charts/memos/) | A lightweight, self-hosted memo hub. Open Source and Free forever. | +| [memos memos icon](charts/memos/) | A lightweight, self-hosted memo hub. Open Source and Free forever. | | [miniflux miniflux icon](charts/miniflux/) | Miniflux is a minimalist and opinionated feed reader. | | [mnemonic-ninja mnemonic-ninja icon](charts/mnemonic-ninja/) | Mnemonic Ninja is a website to convert between a number and its corresponding word to aid in memorization. | | [monica monica icon](charts/monica/) | Personal CRM. Remember everything about your friends, family and business relationships. | diff --git a/charts/memos/Chart.yaml b/charts/memos/Chart.yaml index 214417a0d..2f08be6b4 100644 --- a/charts/memos/Chart.yaml +++ b/charts/memos/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v2 name: memos description: A lightweight, self-hosted memo hub. Open Source and Free forever. home: https://charts.gabe565.com/charts/memos -icon: https://raw.githubusercontent.com/usememos/memos/2e14561bfce0092851ab612b6d849b9c9815228c/web/public/logo.png +icon: https://raw.githubusercontent.com/usememos/memos/1ea65c0b6004942826ef36a19137721d0ec56be4/web/public/logo.webp type: application -version: 0.1.2 +version: 0.2.0 # renovate datasource=docker depName=neosmemo/memos -appVersion: 0.11.2 +appVersion: 0.12.0 kubeVersion: ">=1.22.0-0" keywords: - memo @@ -20,10 +20,10 @@ sources: - https://github.com/usememos/memos annotations: artifacthub.io/changes: |- - - kind: added - description: Add Artifact Hub links annotation - kind: changed - description: Update issue link + description: Update neosmemo/memos Docker tag to v0.12.0 + - kind: changed + description: Update app icon artifacthub.io/links: |- - name: App Source url: https://github.com/usememos/memos diff --git a/charts/memos/README.md b/charts/memos/README.md index 11184f608..d65f63785 100644 --- a/charts/memos/README.md +++ b/charts/memos/README.md @@ -1,17 +1,17 @@ # memos -memos logo +memos logo -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 0.11.2](https://img.shields.io/badge/AppVersion-0.11.2-informational?style=flat) +![AppVersion: 0.12.0](https://img.shields.io/badge/AppVersion-0.12.0-informational?style=flat) A lightweight, self-hosted memo hub. Open Source and Free forever. **Homepage:** **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=memos&version=0.1.2)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=memos&version=0.2.0)** ## Source Code @@ -84,7 +84,7 @@ N/A |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"neosmemo/memos"` | image repository | -| image.tag | string | `"0.11.2"` | image tag | +| image.tag | string | `"0.12.0"` | image tag | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | persistence | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. | | podSecurityContext.fsGroup | int | `65534` | Volume binds will be granted to `nobody` group | diff --git a/charts/memos/values.yaml b/charts/memos/values.yaml index 736cfdd22..f2a6d685e 100644 --- a/charts/memos/values.yaml +++ b/charts/memos/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 0.11.2 + tag: 0.12.0 # -- Configures service settings for the chart. # @default -- See [values.yaml](./values.yaml)