Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/apps/changedetection-io/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.15
description: Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.16
apiVersion: v2
# renovate: image=ghcr.io/dgtlmoon/changedetection.io
appVersion: "0.49.15"
appVersion: "0.49.16"
dependencies:
- name: common
repository: https://zekker6.github.io/helm-charts
Expand All @@ -25,4 +25,4 @@ name: changedetection-io
sources:
- https://github.com/dgtlmoon/changedetection.io
- https://github.com/zekker6/helm-charts/tree/master/charts/apps/changedetection-io
version: 1.45.0
version: 1.46.0
4 changes: 2 additions & 2 deletions charts/apps/changedetection-io/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# changedetection-io

![Version: 1.45.0](https://img.shields.io/badge/Version-1.45.0-informational?style=flat-square) ![AppVersion: 0.49.15](https://img.shields.io/badge/AppVersion-0.49.15-informational?style=flat-square)
![Version: 1.46.0](https://img.shields.io/badge/Version-1.46.0-informational?style=flat-square) ![AppVersion: 0.49.16](https://img.shields.io/badge/AppVersion-0.49.16-informational?style=flat-square)

changedetection-io helm package

Expand Down Expand Up @@ -80,7 +80,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.49.15"` | image tag |
| image.tag | string | `"0.49.16"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/changedetection-io/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
# -- image repository
repository: ghcr.io/dgtlmoon/changedetection.io
# -- image tag
tag: "0.49.15"
tag: "0.49.16"
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down
4 changes: 2 additions & 2 deletions docs/charts/changedetection-io.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# changedetection-io

![Version: 1.45.0](https://img.shields.io/badge/Version-1.45.0-informational?style=flat-square) ![AppVersion: 0.49.15](https://img.shields.io/badge/AppVersion-0.49.15-informational?style=flat-square)
![Version: 1.46.0](https://img.shields.io/badge/Version-1.46.0-informational?style=flat-square) ![AppVersion: 0.49.16](https://img.shields.io/badge/AppVersion-0.49.16-informational?style=flat-square)

changedetection-io helm package

Expand Down Expand Up @@ -80,7 +80,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.49.15"` | image tag |
| image.tag | string | `"0.49.16"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |
Expand Down