Skip to content

Commit

Permalink
Merge pull request #261 from johanneskastl/20250111_syncthing_1.29.1
Browse files Browse the repository at this point in the history
20250111 syncthing 1.29.1
  • Loading branch information
johanneskastl authored Jan 11, 2025
2 parents c331a3d + ca69eae commit d8cb1e5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/syncthing/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
apiVersion: v2
# no leading v on the appVersion
# in contrast to the tags in GitHub
appVersion: 1.29.0
appVersion: 1.29.1
description: Open Source Continuous File Synchronization
name: syncthing
version: 4.11.0
version: 4.11.1
kubeVersion: ">=1.16.0-0"
keywords:
- syncthing
Expand All @@ -25,4 +25,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update appVersion to 1.29.0
description: update appVersion to 1.29.1
14 changes: 12 additions & 2 deletions charts/syncthing/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syncthing

![Version: 4.11.0](https://img.shields.io/badge/Version-4.11.0-informational?style=flat-square) ![AppVersion: 1.29.0](https://img.shields.io/badge/AppVersion-1.29.0-informational?style=flat-square)
![Version: 4.11.1](https://img.shields.io/badge/Version-4.11.1-informational?style=flat-square) ![AppVersion: 1.29.1](https://img.shields.io/badge/AppVersion-1.29.1-informational?style=flat-square)

Open Source Continuous File Synchronization

Expand Down Expand Up @@ -79,7 +79,7 @@ N/A
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"syncthing/syncthing"` | image repository |
| image.repository | string | `"docker.io/syncthing/syncthing"` | image repository |
| image.tag | string | chart.appVersion | 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. |
Expand All @@ -92,6 +92,16 @@ All notable changes to this Helm chart will be documented in this file.
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).

### Version 4.11.1

#### Added

N/A

#### Changed

* update appVersion to 1.29.1

### Version 4.11.0

#### Added
Expand Down
10 changes: 10 additions & 0 deletions charts/syncthing/README_CHANGELOG.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ All notable changes to this Helm chart will be documented in this file.
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).

### Version 4.11.1

#### Added

N/A

#### Changed

* update appVersion to 1.29.1

### Version 4.11.0

#### Added
Expand Down

0 comments on commit d8cb1e5

Please sign in to comment.