From 2ef9d2dfa6e7b4a1173bb7df43d3cc50f769aba8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 23:27:13 -0500 Subject: [PATCH] chore(deps): update ghcr.io/gotify/server docker tag to v2.4.0 (#341) * chore(deps): update ghcr.io/gotify/server docker tag to v2.4.0 * :wrench: Update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- charts/gotify/Chart.yaml | 8 +++----- charts/gotify/README.md | 8 ++++---- charts/gotify/values.yaml | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/charts/gotify/Chart.yaml b/charts/gotify/Chart.yaml index 870771a7e..ad181fb36 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.1.1 +version: 0.2.0 # renovate datasource=docker depName=ghcr.io/gotify/server -appVersion: 2.3.0 +appVersion: 2.4.0 kubeVersion: ">=1.22.0-0" keywords: - notifications @@ -23,9 +23,7 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update postgresql Helm release to v12.8.0 - - kind: added - description: Add OCI install docs + description: Update ghcr.io/gotify/server docker tag to v2.4.0 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 61fb815c5..bfcb54f8c 100644 --- a/charts/gotify/README.md +++ b/charts/gotify/README.md @@ -2,16 +2,16 @@ gotify logo -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat) +![AppVersion: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-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.1.1)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=gotify&version=0.2.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.3.0"` | image tag | +| image.tag | string | `"2.4.0"` | 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 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)