diff --git a/charts/incubator/changedetection-io/Chart.yaml b/charts/incubator/changedetection-io/Chart.yaml index 74418564..06e668f4 100644 --- a/charts/incubator/changedetection-io/Chart.yaml +++ b/charts/incubator/changedetection-io/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "0.93" +appVersion: "0.39.3" description: changedetection-io helm package name: changedetection-io -version: 1.1.0 +version: 1.2.0 kubeVersion: ">=1.16.0-0" keywords: - changedetection.io diff --git a/charts/incubator/changedetection-io/README.md b/charts/incubator/changedetection-io/README.md index 6535435a..0597c86d 100644 --- a/charts/incubator/changedetection-io/README.md +++ b/charts/incubator/changedetection-io/README.md @@ -1,6 +1,6 @@ # changedetection-io -![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 0.93](https://img.shields.io/badge/AppVersion-0.93-informational?style=flat-square) +![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![AppVersion: 0.39.3](https://img.shields.io/badge/AppVersion-0.39.3-informational?style=flat-square) changedetection-io helm package @@ -79,8 +79,8 @@ N/A | env | object | See below | environment variables. See more environment variables in the [changedetection-io documentation](https://changedetection-io.org/docs). | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"dgtlmoon/changedetection.io"` | image repository | -| image.tag | string | `"0.39"` | image tag | +| image.repository | string | `"ghcr.io/dgtlmoon/changedetection.io"` | image repository | +| image.tag | string | `"0.39.3"` | 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. | @@ -91,7 +91,17 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -### [1.0.0] +### [1.2.0] + +#### Changed + +- Updated the image tag to v0.39.3 +- Switched to GHCR +- Fixed `appVersion` +- Fixed changelog +- Updated readme + +### [1.1.0] #### Added @@ -105,8 +115,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[1.0.0]: #100 - ## Support - See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/) diff --git a/charts/incubator/changedetection-io/README_CHANGELOG.md.gotmpl b/charts/incubator/changedetection-io/README_CHANGELOG.md.gotmpl index 06ad5fb3..9d3f2935 100644 --- a/charts/incubator/changedetection-io/README_CHANGELOG.md.gotmpl +++ b/charts/incubator/changedetection-io/README_CHANGELOG.md.gotmpl @@ -9,7 +9,17 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -### [1.0.0] +### [1.2.0] + +#### Changed + +- Updated the image tag to v0.39.3 +- Switched to GHCR +- Fixed `appVersion` +- Fixed changelog +- Updated readme + +### [1.1.0] #### Added @@ -23,5 +33,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[1.0.0]: #100 {{- end -}} diff --git a/charts/incubator/changedetection-io/values.yaml b/charts/incubator/changedetection-io/values.yaml index bcdf0023..48e6760c 100644 --- a/charts/incubator/changedetection-io/values.yaml +++ b/charts/incubator/changedetection-io/values.yaml @@ -7,9 +7,9 @@ image: # -- image repository - repository: dgtlmoon/changedetection.io + repository: ghcr.io/dgtlmoon/changedetection.io # -- image tag - tag: "0.39" + tag: "0.39.3" # -- image pull policy pullPolicy: IfNotPresent