Skip to content

Commit

Permalink
⬆️ Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.40.1.1 (
Browse files Browse the repository at this point in the history
…#19)

* ⬆️ Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.40.1.1

* 🔖 (changedetection-io): Release v0.3.2

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Cook <[email protected]>
  • Loading branch information
renovate[bot] and gabe565 authored Jan 23, 2023
1 parent 53b4b98 commit 804987a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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://github.com/gabe565/charts/tree/main/charts/changedetection-io
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/changedetection-io/icon.png
type: application
version: 0.3.1
version: 0.3.2
# renovate image=ghcr.io/dgtlmoon/changedetection.io
appVersion: 0.40.1.0
appVersion: 0.40.1.1
kubeVersion: ">=1.22.0-0"
keywords:
- changedetection.io
Expand All @@ -22,4 +22,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Bump appVersion to v0.40.1.0
description: Bump appVersion to v0.40.1.1
4 changes: 2 additions & 2 deletions charts/changedetection-io/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# changedetection-io

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.40.1.0](https://img.shields.io/badge/AppVersion-0.40.1.0-informational?style=flat-square)
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.40.1.1](https://img.shields.io/badge/AppVersion-0.40.1.1-informational?style=flat-square)

Live your data-life pro-actively, track website content changes and receive notifications via Discord, Email, Slack, Telegram and 70+ more.

Expand Down Expand Up @@ -84,7 +84,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.40.1.0"` | image tag |
| image.tag | string | `"0.40.1.1"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence.data | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service.main | object | See 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.40.1.0
tag: 0.40.1.1
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 804987a

Please sign in to comment.