Skip to content

Commit

Permalink
chore: bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
zekker6 committed May 22, 2023
1 parent 9239c81 commit 748dc23
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/apps/matrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ N/A
| riot.welcomeUserId | string | `""` | |
| synapse.image.pullPolicy | string | `"IfNotPresent"` | |
| synapse.image.repository | string | `"matrixdotorg/synapse"` | |
| synapse.image.tag | string | `"v1.82.0"` | |
| synapse.image.tag | string | `"v1.83.0"` | |
| synapse.labels.component | string | `"synapse"` | |
| synapse.metrics.annotations | bool | `true` | |
| synapse.metrics.enabled | bool | `true` | |
Expand Down
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.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
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.7.1
version: 0.8.1
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.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.

Expand Down
4 changes: 2 additions & 2 deletions charts/library/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ N/A
| addons.netshoot.env | object | `{}` | Set any environment variables for netshoot here |
| addons.netshoot.image.pullPolicy | string | `"IfNotPresent"` | Specify the netshoot image pull policy |
| addons.netshoot.image.repository | string | `"ghcr.io/nicolaka/netshoot"` | Specify the netshoot image |
| addons.netshoot.image.tag | string | `"v0.10"` | Specify the netshoot image tag |
| addons.netshoot.image.tag | string | `"v0.11"` | Specify the netshoot image tag |
| addons.promtail | object | See values.yaml | The common library supports adding a promtail add-on to to access logs and ship them to loki. It can be configured under this key. |
| addons.promtail.args | list | `[]` | Set promtail command line arguments |
| addons.promtail.enabled | bool | `false` | Enable running a promtail container in the pod |
| 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.1"` | Specify the promtail image tag |
| addons.promtail.image.tag | string | `"2.8.2"` | 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

0 comments on commit 748dc23

Please sign in to comment.