From b451394abf7ef70e0fc9ed0f070587ee0d772cbc Mon Sep 17 00:00:00 2001 From: Karan Samani Date: Sun, 3 Oct 2021 22:23:50 +0100 Subject: [PATCH] [syncthing] Uplifted syncthing image version to 1.18.2 (#1229) --- charts/stable/syncthing/Chart.yaml | 4 ++-- charts/stable/syncthing/README.md | 11 +++++++++-- charts/stable/syncthing/README_CHANGELOG.md.gotmpl | 7 +++++++ charts/stable/syncthing/values.yaml | 2 +- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index b13eca55..393fce37 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.17.0 +appVersion: 1.18.2 description: Open Source Continuous File Synchronization name: syncthing -version: 3.0.1 +version: 3.1.0 kubeVersion: ">=1.16.0-0" keywords: - syncthing diff --git a/charts/stable/syncthing/README.md b/charts/stable/syncthing/README.md index 09744ac6..0ab1b6ee 100644 --- a/charts/stable/syncthing/README.md +++ b/charts/stable/syncthing/README.md @@ -1,6 +1,6 @@ # syncthing -![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-informational?style=flat-square) ![AppVersion: 1.17.0](https://img.shields.io/badge/AppVersion-1.17.0-informational?style=flat-square) +![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square) ![AppVersion: 1.18.2](https://img.shields.io/badge/AppVersion-1.18.2-informational?style=flat-square) Open Source Continuous File Synchronization @@ -78,7 +78,7 @@ N/A |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"syncthing/syncthing"` | image repository | -| image.tag | string | `"1.17.0"` | image tag | +| image.tag | string | `"1.18.2"` | 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. | @@ -89,6 +89,12 @@ 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). +### [3.1.0] + +#### Changed + +- Uplifted syncthing image version to 1.18.2 + ### [3.0.0] #### Changed @@ -127,6 +133,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - First version of the helm chart for syncthing +[3.1.0]: #310 [3.0.0]: #300 [2.0.0]: #200 [1.3.1]: #131 diff --git a/charts/stable/syncthing/README_CHANGELOG.md.gotmpl b/charts/stable/syncthing/README_CHANGELOG.md.gotmpl index 79888b2a..b27a8887 100644 --- a/charts/stable/syncthing/README_CHANGELOG.md.gotmpl +++ b/charts/stable/syncthing/README_CHANGELOG.md.gotmpl @@ -9,6 +9,12 @@ 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). +### [3.1.0] + +#### Changed + +- Uplifted syncthing image version to 1.18.2 + ### [3.0.0] #### Changed @@ -47,6 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - First version of the helm chart for syncthing +[3.1.0]: #310 [3.0.0]: #300 [2.0.0]: #200 [1.3.1]: #131 diff --git a/charts/stable/syncthing/values.yaml b/charts/stable/syncthing/values.yaml index e6776857..0d63afca 100644 --- a/charts/stable/syncthing/values.yaml +++ b/charts/stable/syncthing/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: syncthing/syncthing # -- image tag - tag: 1.17.0 + tag: 1.18.2 # -- image pull policy pullPolicy: IfNotPresent