Skip to content

Commit

Permalink
chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to…
Browse files Browse the repository at this point in the history
… v0.45.2 (#348)

* chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.45.2

* 🔧 Update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Sep 22, 2023
1 parent 8d6434a commit 4a42fbd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/changedetection-io/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.1
version: 0.11.2
# renovate datasource=docker depName=ghcr.io/dgtlmoon/changedetection.io
appVersion: 0.45.1
appVersion: 0.45.2
kubeVersion: ">=1.22.0-0"
keywords:
- changedetection.io
Expand All @@ -22,7 +22,7 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.45.1
description: Update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.45.2
artifacthub.io/links: |-
- name: App Source
url: https://github.com/dgtlmoon/changedetection.io
Expand Down
8 changes: 4 additions & 4 deletions charts/changedetection-io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/changedetection-io/icon.png" align="right" width="92" alt="changedetection-io logo">

![Version: 0.11.1](https://img.shields.io/badge/Version-0.11.1-informational?style=flat)
![Version: 0.11.2](https://img.shields.io/badge/Version-0.11.2-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 0.45.1](https://img.shields.io/badge/AppVersion-0.45.1-informational?style=flat)
![AppVersion: 0.45.2](https://img.shields.io/badge/AppVersion-0.45.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:** <https://charts.gabe565.com/charts/changedetection-io/>

**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.11.1)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=changedetection-io&version=0.11.2)**

## Source Code

Expand Down Expand Up @@ -93,7 +93,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.45.1"` | image tag |
| image.tag | string | `"0.45.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. |
Expand Down
2 changes: 1 addition & 1 deletion charts/changedetection-io/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/dgtlmoon/changedetection.io
# -- image tag
tag: 0.45.1
tag: 0.45.2
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 4a42fbd

Please sign in to comment.