From aab43049e9cfb8fd403c8b90444c1a210db35e22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 12:32:49 +0000 Subject: [PATCH] chore(deps): update ghcr.io/gotify/server docker tag to v2.4.0 --- charts/gotify/Chart.yaml | 2 +- charts/gotify/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gotify/Chart.yaml b/charts/gotify/Chart.yaml index 870771a7e..3f5272b15 100644 --- a/charts/gotify/Chart.yaml +++ b/charts/gotify/Chart.yaml @@ -6,7 +6,7 @@ icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/gotify/icon.s type: application version: 0.1.1 # renovate datasource=docker depName=ghcr.io/gotify/server -appVersion: 2.3.0 +appVersion: 2.4.0 kubeVersion: ">=1.22.0-0" keywords: - notifications diff --git a/charts/gotify/values.yaml b/charts/gotify/values.yaml index 42048c61b..587ae36cc 100644 --- a/charts/gotify/values.yaml +++ b/charts/gotify/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 2.3.0 + tag: 2.4.0 # -- Environment variables. [[ref]](https://gotify.net/docs/config#environment-variables) # @default -- See [values.yaml](./values.yaml)