[syncthing] Uplifted syncthing image version to 1.18.2 (#1229)

This commit is contained in:
Karan Samani 2021-10-03 22:23:50 +01:00 committed by GitHub
parent c56d02b0d1
commit b451394abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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