Skip to content

Commit

Permalink
Merge pull request #208 from zekker6/renovate/neosmemo-memos-0.x
Browse files Browse the repository at this point in the history
fix(docker-image): update neosmemo/memos docker tag to v0.14.4
  • Loading branch information
zekker6 committed Aug 14, 2023
2 parents 7bda783 + 88cd85e commit cd2a63b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/apps/memos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update neosmemo/memos docker tag to v0.14.3
description: update neosmemo/memos docker tag to v0.14.4
apiVersion: v2
appVersion: v0.14.3
appVersion: v0.14.4
dependencies:
- name: common
repository: https://zekker6.github.io/helm-charts
Expand All @@ -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.15.0
version: 0.16.0
2 changes: 1 addition & 1 deletion charts/apps/memos/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# memos

![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square) ![AppVersion: v0.14.3](https://img.shields.io/badge/AppVersion-v0.14.3-informational?style=flat-square)
![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![AppVersion: v0.14.4](https://img.shields.io/badge/AppVersion-v0.14.4-informational?style=flat-square)

memos - An open-source, self-hosted memo hub with knowledge management and social networking.

Expand Down
2 changes: 1 addition & 1 deletion charts/apps/memos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
pullPolicy: IfNotPresent
# -- image tag
# @default -- chart.appVersion
tag: 0.14.3
tag: 0.14.4

# -- See the following files for additional environment variables:
# https://github.com/usememos/memos#deploy-with-docker-in-seconds
Expand Down
2 changes: 1 addition & 1 deletion charts/library/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ N/A
| addons.promtail.env | object | `{}` | Set any environment variables for promtail here |
| addons.promtail.image.pullPolicy | string | `"IfNotPresent"` | Specify the promtail image pull policy |
| addons.promtail.image.repository | string | `"docker.io/grafana/promtail"` | Specify the promtail image |
| addons.promtail.image.tag | string | `"2.8.3"` | Specify the promtail image tag |
| addons.promtail.image.tag | string | `"2.8.4"` | Specify the promtail image tag |
| addons.promtail.logs | list | `[]` | The paths to logs on the volume |
| addons.promtail.loki | string | `""` | The URL to Loki |
| addons.promtail.volumeMounts | list | `[]` | Specify a list of volumes that get mounted in the promtail container. At least 1 volumeMount is required! |
Expand Down
2 changes: 1 addition & 1 deletion docs/charts/memos.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# memos

![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square) ![AppVersion: v0.14.3](https://img.shields.io/badge/AppVersion-v0.14.3-informational?style=flat-square)
![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![AppVersion: v0.14.4](https://img.shields.io/badge/AppVersion-v0.14.4-informational?style=flat-square)

memos - An open-source, self-hosted memo hub with knowledge management and social networking.

Expand Down

0 comments on commit cd2a63b

Please sign in to comment.