File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A simple server for sending and receiving messages in real-time per
4
4
home : https://charts.gabe565.com/charts/gotify/
5
5
icon : https://raw.githubusercontent.com/gabe565/charts/main/charts/gotify/icon.svg
6
6
type : application
7
- version : 0.3 .0
7
+ version : 0.4 .0
8
8
# renovate datasource=docker depName=ghcr.io/gotify/server
9
9
appVersion : 2.5.0
10
10
kubeVersion : " >=1.22.0-0"
@@ -23,7 +23,7 @@ sources:
23
23
annotations :
24
24
artifacthub.io/changes : |-
25
25
- kind: changed
26
- description: BREAKING - Update postgresql helm release to v14
26
+ description: Update ghcr.io/gotify/server docker tag to v2.5.0
27
27
artifacthub.io/links : |-
28
28
- name: App Source
29
29
url: https://github.com/gotify/server
Original file line number Diff line number Diff line change 2
2
3
3
<img src =" https://raw.githubusercontent.com/gabe565/charts/main/charts/gotify/icon.svg " align =" right " width =" 92 " alt =" gotify logo " >
4
4
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 )
6
6
![ 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 )
8
8
9
9
A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
10
10
11
11
** Homepage:** < https://charts.gabe565.com/charts/gotify/ >
12
12
13
13
** 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 ) **
15
15
16
16
## Source Code
17
17
92
92
| env.TZ | string | ` "UTC" ` | Set the container timezone |
93
93
| image.pullPolicy | string | ` "IfNotPresent" ` | image pull policy |
94
94
| 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 |
96
96
| ingress.main | object | See [ values.yaml] ( ./values.yaml ) | Enable and configure ingress settings for the chart under this key. |
97
97
| persistence | object | See [ values.yaml] ( ./values.yaml ) | Configure persistence settings for the chart under this key. |
98
98
| podSecurityContext.fsGroup | int | ` 65534 ` | Volume binds will be granted to ` nobody ` group |
You can’t perform that action at this time.
0 commit comments