Skip to content

Commit 937ab2f

Browse files
chore: Update chart metadata
1 parent 0493827 commit 937ab2f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/gotify/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A simple server for sending and receiving messages in real-time per
44
home: https://charts.gabe565.com/charts/gotify/
55
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/gotify/icon.svg
66
type: application
7-
version: 0.3.0
7+
version: 0.4.0
88
# renovate datasource=docker depName=ghcr.io/gotify/server
99
appVersion: 2.5.0
1010
kubeVersion: ">=1.22.0-0"
@@ -23,7 +23,7 @@ sources:
2323
annotations:
2424
artifacthub.io/changes: |-
2525
- kind: changed
26-
description: BREAKING - Update postgresql helm release to v14
26+
description: Update ghcr.io/gotify/server docker tag to v2.5.0
2727
artifacthub.io/links: |-
2828
- name: App Source
2929
url: https://github.com/gotify/server

charts/gotify/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/gotify/icon.svg" align="right" width="92" alt="gotify logo">
44

5-
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat)
5+
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
7-
![AppVersion: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-informational?style=flat)
7+
![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat)
88

99
A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
1010

1111
**Homepage:** <https://charts.gabe565.com/charts/gotify/>
1212

1313
**This chart is not maintained by the upstream project and any issues with the chart should be raised
14-
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=gotify&version=0.3.0)**
14+
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=gotify&version=0.4.0)**
1515

1616
## Source Code
1717

@@ -92,7 +92,7 @@ N/A
9292
| env.TZ | string | `"UTC"` | Set the container timezone |
9393
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
9494
| image.repository | string | `"ghcr.io/gotify/server"` | image repository |
95-
| image.tag | string | `"2.4.0"` | image tag |
95+
| image.tag | string | `"2.5.0"` | image tag |
9696
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
9797
| persistence | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
9898
| podSecurityContext.fsGroup | int | `65534` | Volume binds will be granted to `nobody` group |

0 commit comments

Comments
 (0)