We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ad703 commit 8c94896Copy full SHA for 8c94896
charts/gotify/Chart.yaml
@@ -6,7 +6,7 @@ icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/gotify/icon.s
6
type: application
7
version: 0.3.0
8
# renovate datasource=docker depName=ghcr.io/gotify/server
9
-appVersion: 2.4.0
+appVersion: 2.6.1
10
kubeVersion: ">=1.22.0-0"
11
keywords:
12
- notifications
charts/gotify/values.yaml
@@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
13
# -- image tag
14
- tag: 2.4.0
+ tag: 2.6.1
15
16
# -- Environment variables. [[ref]](https://gotify.net/docs/config#environment-variables)
17
# @default -- See [values.yaml](./values.yaml)
0 commit comments