diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index 30d20bfd..c987e98c 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.16.1 +appVersion: 1.17.0 description: Open Source Continuous File Synchronization name: syncthing -version: 1.3.0 +version: 1.3.1 kubeVersion: ">=1.16.0-0" keywords: - syncthing @@ -15,6 +15,7 @@ sources: maintainers: - name: FlipEnergy email: dennis.zhang.nrg@gmail.com +- name: claughinghouse dependencies: - name: common repository: https://library-charts.k8s-at-home.com diff --git a/charts/stable/syncthing/README.md b/charts/stable/syncthing/README.md index e5777fac..f34ce304 100644 --- a/charts/stable/syncthing/README.md +++ b/charts/stable/syncthing/README.md @@ -1,6 +1,6 @@ # syncthing -![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![AppVersion: 1.16.1](https://img.shields.io/badge/AppVersion-1.16.1-informational?style=flat-square) +![Version: 1.3.1](https://img.shields.io/badge/Version-1.3.1-informational?style=flat-square) ![AppVersion: 1.17.0](https://img.shields.io/badge/AppVersion-1.17.0-informational?style=flat-square) Open Source Continuous File Synchronization @@ -78,7 +78,7 @@ N/A |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"syncthing/syncthing"` | | -| image.tag | string | `"1.16.1"` | | +| image.tag | string | `"1.17.0"` | | | ingress.enabled | bool | `false` | | | persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | @@ -108,6 +108,20 @@ 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.3.1] + +#### Added + +- N/A + +#### Changed + +- Updated syncthing container image version to `v1.17.0`. + +#### Removed + +- N/A + ### [1.3.0] #### Added @@ -151,6 +165,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[1.3.1]: #1.3.1 [1.3.0]: #1.3.0 [1.1.2]: #1.1.2 [1.0.0]: #1.0.0 diff --git a/charts/stable/syncthing/README_CHANGELOG.md.gotmpl b/charts/stable/syncthing/README_CHANGELOG.md.gotmpl index 542b203d..d7092ddd 100644 --- a/charts/stable/syncthing/README_CHANGELOG.md.gotmpl +++ b/charts/stable/syncthing/README_CHANGELOG.md.gotmpl @@ -9,6 +9,20 @@ 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.3.1] + +#### Added + +- N/A + +#### Changed + +- Updated syncthing container image version to `v1.17.0`. + +#### Removed + +- N/A + ### [1.3.0] #### Added @@ -52,6 +66,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[1.3.1]: #1.3.1 [1.3.0]: #1.3.0 [1.1.2]: #1.1.2 [1.0.0]: #1.0.0 diff --git a/charts/stable/syncthing/values.yaml b/charts/stable/syncthing/values.yaml index 4277f863..8fb29e32 100644 --- a/charts/stable/syncthing/values.yaml +++ b/charts/stable/syncthing/values.yaml @@ -8,7 +8,7 @@ image: repository: syncthing/syncthing pullPolicy: IfNotPresent - tag: 1.16.1 + tag: 1.17.0 strategy: type: Recreate