From 6ad5038b19a201c72125d9a219a94e7349ef890a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 02:50:49 -0500 Subject: [PATCH] :arrow_up: Update ghcr.io/gotify/server Docker tag to v2.2.5 (#216) * :arrow_up: Update ghcr.io/gotify/server Docker tag to v2.2.5 * :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, 9 insertions(+), 9 deletions(-) diff --git a/charts/gotify/Chart.yaml b/charts/gotify/Chart.yaml index aba5e3d74..0182031da 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.0.1 +version: 0.0.2 # renovate datasource=docker depName=ghcr.io/gotify/server -appVersion: 2.2.4 +appVersion: 2.2.5 kubeVersion: ">=1.22.0-0" keywords: - notifications @@ -22,8 +22,8 @@ sources: - https://github.com/gotify/server annotations: artifacthub.io/changes: |- - - kind: added - description: Initial release + - kind: changed + description: Update ghcr.io/gotify/server Docker tag to v2.2.5 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 9743a3d65..0e4944bc6 100644 --- a/charts/gotify/README.md +++ b/charts/gotify/README.md @@ -2,16 +2,16 @@ gotify logo -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 2.2.4](https://img.shields.io/badge/AppVersion-2.2.4-informational?style=flat) +![AppVersion: 2.2.5](https://img.shields.io/badge/AppVersion-2.2.5-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.0.1)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=gotify&version=0.0.2)** ## Source Code @@ -90,7 +90,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.2.4"` | image tag | +| image.tag | string | `"2.2.5"` | 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 fe934a70b..e9a53897e 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.2.4 + tag: 2.2.5 # -- Environment variables. [[ref]](https://gotify.net/docs/config#environment-variables) # @default -- See [values.yaml](./values.yaml)