Skip to content

Commit

Permalink
changedetection: update to v0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
zekker6 committed Jul 17, 2023
1 parent 8e96648 commit 7d0112b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/apps/changedetection-io/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.43
description: update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.44
apiVersion: v2
appVersion: "v0.43"
dependencies:
Expand All @@ -24,4 +24,4 @@ name: changedetection-io
sources:
- https://github.com/dgtlmoon/changedetection.io
- https://github.com/zekker6/charts/tree/master/charts/apps/changedetection-io
version: 1.13.0
version: 1.14.0
2 changes: 1 addition & 1 deletion charts/apps/changedetection-io/README.md
Original file line number Diff line number Diff line change
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.43"` | image tag |
| image.tag | string | `"0.44"` | 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.43"
tag: "0.44"
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 7d0112b

Please sign in to comment.