mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[syncthing] Syncthing version bump (#922)
* feat: update syncthing container version * fix: cleanup formatting * fix: add missing change to changelog Signed-off-by: claughinghouse <claughinghouse@users.noreply.github.com> * feat: update syncthing container version * fix: cleanup formatting * fix: add missing change to changelog Signed-off-by: claughinghouse <claughinghouse@users.noreply.github.com> * fix: move changes to template instead of readme directly Signed-off-by: claughinghouse <claughinghouse@users.noreply.github.com>
This commit is contained in:
parent
b29c1ba744
commit
0771e20f09
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.15.1
|
appVersion: 1.16.1
|
||||||
description: Open Source Continuous File Synchronization
|
description: Open Source Continuous File Synchronization
|
||||||
name: syncthing
|
name: syncthing
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- syncthing
|
- syncthing
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# syncthing
|
# syncthing
|
||||||
|
|
||||||
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: 1.15.1](https://img.shields.io/badge/AppVersion-1.15.1-informational?style=flat-square)
|
![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)
|
||||||
|
|
||||||
Open Source Continuous File Synchronization
|
Open Source Continuous File Synchronization
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 2.3.1 |
|
| https://library-charts.k8s-at-home.com | common | 2.5.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ N/A
|
|||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"syncthing/syncthing"` | |
|
| image.repository | string | `"syncthing/syncthing"` | |
|
||||||
| image.tag | string | `"1.15.1"` | |
|
| image.tag | string | `"1.16.1"` | |
|
||||||
| ingress.enabled | bool | `false` | |
|
| ingress.enabled | bool | `false` | |
|
||||||
| persistence.data.emptyDir.enabled | bool | `false` | |
|
| persistence.data.emptyDir.enabled | bool | `false` | |
|
||||||
| persistence.data.enabled | bool | `false` | |
|
| persistence.data.enabled | bool | `false` | |
|
||||||
@ -108,6 +108,21 @@ 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).
|
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.0]
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- N/A
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Updated syncthing container image version to `v1.16.1`.
|
||||||
|
- Updated common chart dependency to `2.5.0`.
|
||||||
|
|
||||||
|
#### Removed
|
||||||
|
|
||||||
|
- N/A
|
||||||
|
|
||||||
### [1.1.2]
|
### [1.1.2]
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
@ -136,6 +151,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
- N/A
|
- N/A
|
||||||
|
|
||||||
|
[1.3.0]: #1.3.0
|
||||||
[1.1.2]: #1.1.2
|
[1.1.2]: #1.1.2
|
||||||
[1.0.0]: #1.0.0
|
[1.0.0]: #1.0.0
|
||||||
|
|
||||||
|
@ -143,3 +143,4 @@ helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} -
|
|||||||
{{ template "custom.support" . }}
|
{{ template "custom.support" . }}
|
||||||
|
|
||||||
{{ template "helm-docs.versionFooter" . }}
|
{{ template "helm-docs.versionFooter" . }}
|
||||||
|
{{ "" }}
|
||||||
|
@ -9,6 +9,21 @@ 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).
|
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.0]
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- N/A
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Updated syncthing container image version to `v1.16.1`.
|
||||||
|
- Updated common chart dependency to `2.5.0`.
|
||||||
|
|
||||||
|
#### Removed
|
||||||
|
|
||||||
|
- N/A
|
||||||
|
|
||||||
### [1.1.2]
|
### [1.1.2]
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
@ -37,6 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
- N/A
|
- N/A
|
||||||
|
|
||||||
|
[1.3.0]: #1.3.0
|
||||||
[1.1.2]: #1.1.2
|
[1.1.2]: #1.1.2
|
||||||
[1.0.0]: #1.0.0
|
[1.0.0]: #1.0.0
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: syncthing/syncthing
|
repository: syncthing/syncthing
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.15.1
|
tag: 1.16.1
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
@ -36,7 +36,6 @@ service:
|
|||||||
targetPort: 21027
|
targetPort: 21027
|
||||||
externalTrafficPolicy: Local
|
externalTrafficPolicy: Local
|
||||||
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user