From aa03cd40128a0c9f4713db50acfcce5d8bb2c64c Mon Sep 17 00:00:00 2001
From: "gabe565-renovate[bot]"
<156644344+gabe565-renovate[bot]@users.noreply.github.com>
Date: Mon, 2 Dec 2024 01:55:52 +0000
Subject: [PATCH] chore(deps): update ghcr.io/gotify/server docker tag to
v2.6.1 (#644)
Co-authored-by: gabe565-renovate[bot] <156644344+gabe565-renovate[bot]@users.noreply.github.com>
---
charts/gotify/Chart.yaml | 6 +++---
charts/gotify/README.md | 8 ++++----
charts/gotify/values.yaml | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/charts/gotify/Chart.yaml b/charts/gotify/Chart.yaml
index 027afb812..6e70b6a1b 100644
--- a/charts/gotify/Chart.yaml
+++ b/charts/gotify/Chart.yaml
@@ -4,9 +4,9 @@ description: A simple server for sending and receiving messages in real-time per
home: https://charts.gabe565.com/charts/gotify/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/gotify/icon.svg
type: application
-version: 0.3.0
+version: 0.4.0
# renovate datasource=docker depName=ghcr.io/gotify/server
-appVersion: 2.4.0
+appVersion: 2.6.1
kubeVersion: ">=1.22.0-0"
keywords:
- notifications
@@ -23,7 +23,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: BREAKING - Update postgresql helm release to v14
+ description: Update ghcr.io/gotify/server docker tag to v2.6.1
artifacthub.io/links: |-
- name: App Source
url: https://github.com/gotify/server
diff --git a/charts/gotify/README.md b/charts/gotify/README.md
index b7457f63e..13a42791d 100644
--- a/charts/gotify/README.md
+++ b/charts/gotify/README.md
@@ -2,16 +2,16 @@
-
+

-
+
A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
**Homepage:**
**This chart is not maintained by the upstream project and any issues with the chart should be raised
-[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=gotify&version=0.3.0)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=gotify&version=0.4.0)**
## Source Code
@@ -92,7 +92,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/gotify/server"` | image repository |
-| image.tag | string | `"2.4.0"` | image tag |
+| image.tag | string | `"2.6.1"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
| podSecurityContext.fsGroup | int | `65534` | Volume binds will be granted to `nobody` group |
diff --git a/charts/gotify/values.yaml b/charts/gotify/values.yaml
index 4102287bc..0254929e1 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.4.0
+ tag: 2.6.1
# -- Environment variables. [[ref]](https://gotify.net/docs/config#environment-variables)
# @default -- See [values.yaml](./values.yaml)