Skip to content

Commit 34589eb

Browse files
committed
Revert "feat(helm): increment chart version"
This reverts commit d0c60d3.
1 parent 90cf616 commit 34589eb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

helm/volsync/Chart.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ annotations: # https://artifacthub.io/docs/topics/annotations/helm/
2424
# Changelog for current chart & app version
2525
# Kinds: added, changed, deprecated, removed, fixed, and security
2626
artifacthub.io/changes: |
27+
- kind: added
28+
description: Kopia ReplicationSource now supports filesystem destinations via PVC mounts
29+
- kind: added
30+
description: Kopia ReplicationDestination can now auto-discover sourcePathOverride from ReplicationSource
2731
- kind: changed
2832
description: Syncthing updated to v1.30.0
2933
artifacthub.io/crds: |
@@ -52,10 +56,10 @@ kubeVersion: "^1.20.0-0"
5256
# This is the chart version. This version number should be incremented each time
5357
# you make changes to the chart and its templates, including the app version.
5458
# Versions are expected to follow Semantic Versioning (https://semver.org/)
55-
version: "0.16.1"
59+
version: "0.16.0"
5660

5761
# This is the version number of the application being deployed. This version
5862
# number should be incremented each time you make changes to the application.
5963
# Versions are not expected to follow Semantic Versioning. They should reflect
6064
# the version the application is using. It is recommended to use it with quotes.
61-
appVersion: "0.16.1"
65+
appVersion: "0.16.0"

0 commit comments

Comments
 (0)