From 1d3f95077e25d58a3ae4fd10db4663abf4907e02 Mon Sep 17 00:00:00 2001
From: chart-bot <160046936+charts-bot[bot]@users.noreply.github.com>
Date: Mon, 2 Dec 2024 01:55:33 +0000
Subject: [PATCH] chore: Update chart metadata
---
charts/gotify/Chart.yaml | 4 ++--
charts/gotify/README.md | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/charts/gotify/Chart.yaml b/charts/gotify/Chart.yaml
index cc44e64d3..6e70b6a1b 100644
--- a/charts/gotify/Chart.yaml
+++ b/charts/gotify/Chart.yaml
@@ -4,7 +4,7 @@ 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.6.1
kubeVersion: ">=1.22.0-0"
@@ -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 @@
-![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat)
+![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-informational?style=flat)
+![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat)
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 |