From 6b1df443c6d19d9181ddc20f49c17f1958de4ab2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 03:15:11 -0500 Subject: [PATCH] :arrow_up: Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.43.2 (#223) * :arrow_up: Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.43.2 * :wrench: Update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- charts/changedetection-io/Chart.yaml | 6 +++--- charts/changedetection-io/README.md | 8 ++++---- charts/changedetection-io/values.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/changedetection-io/Chart.yaml b/charts/changedetection-io/Chart.yaml index 0263cb31e..a4b3d52a0 100644 --- a/charts/changedetection-io/Chart.yaml +++ b/charts/changedetection-io/Chart.yaml @@ -4,9 +4,9 @@ description: Live your data-life pro-actively, track website content changes and home: https://charts.gabe565.com/charts/changedetection-io/ icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/changedetection-io/icon.png type: application -version: 0.9.1 +version: 0.9.2 # renovate datasource=docker depName=ghcr.io/dgtlmoon/changedetection.io -appVersion: 0.43.1 +appVersion: 0.43.2 kubeVersion: ">=1.22.0-0" keywords: - changedetection.io @@ -22,7 +22,7 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.43.1 + description: Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.43.2 artifacthub.io/links: |- - name: App Source url: https://github.com/dgtlmoon/changedetection.io diff --git a/charts/changedetection-io/README.md b/charts/changedetection-io/README.md index b7b7ad508..d0c00aad9 100644 --- a/charts/changedetection-io/README.md +++ b/charts/changedetection-io/README.md @@ -2,16 +2,16 @@ changedetection-io logo -![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat) +![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 0.43.1](https://img.shields.io/badge/AppVersion-0.43.1-informational?style=flat) +![AppVersion: 0.43.2](https://img.shields.io/badge/AppVersion-0.43.2-informational?style=flat) Live your data-life pro-actively, track website content changes and receive notifications via Discord, Email, Slack, Telegram and 70+ more. **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=changedetection-io&version=0.9.1)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=changedetection-io&version=0.9.2)** ## Source Code @@ -91,7 +91,7 @@ N/A | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/dgtlmoon/changedetection.io"` | image repository | -| image.tag | string | `"0.43.1"` | image tag | +| image.tag | string | `"0.43.2"` | image tag | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | persistence.data | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. | | service.main | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. | diff --git a/charts/changedetection-io/values.yaml b/charts/changedetection-io/values.yaml index 455228061..68aa3ef45 100644 --- a/charts/changedetection-io/values.yaml +++ b/charts/changedetection-io/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/dgtlmoon/changedetection.io # -- image tag - tag: 0.43.1 + tag: 0.43.2 # -- image pull policy pullPolicy: IfNotPresent