File tree 3 files changed +19
-0
lines changed
3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ description: |
5
5
Requires a running instance of FireFly and a persistent volume for managing its
6
6
transaction state.
7
7
type : application
8
+
9
+ # Generally we follow this practice for updates to the chart version number:
10
+ # - Significant changes to the structure or purpose of the chart (major version update)
11
+ # - FireFly EVM Connect major release (minor version update)
12
+ # - Smaller release and updates (patch version updates)
8
13
version : 0.8.0
9
14
appVersion : " v1.3.18"
10
15
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name: firefly-signer
3
3
description : |
4
4
A Helm chart for deploying the FireFly Signer microservice to Kubernetes
5
5
type : application
6
+
7
+ # Generally we follow this practice for updates to the chart version number:
8
+ # - Significant changes to the structure or purpose of the chart (major version update)
9
+ # - FireFly Signer major release (minor version update)
10
+ # - Smaller release and updates (patch version updates)
6
11
version : 0.8.0
7
12
appVersion : " 1.1.17"
8
13
Original file line number Diff line number Diff line change @@ -21,7 +21,16 @@ description: |
21
21
By default allows the user to deploy FireFly with a single multi-party namespace, with the
22
22
ability to template additional multi-party or gateway namespaces.
23
23
type : application
24
+
24
25
appVersion : " 1.3.2"
26
+
27
+ # Generally we follow this practice for updates to the chart version number:
28
+ # - Significant changes to the structure or purpose of the chart (major version update)
29
+ # - FireFly major release (minor version update)
30
+ # - Smaller release and updates (patch version updates)
31
+ #
32
+ # For example, a release of FireFly like 1.3.1 -> 1.3.2 would correlate to a patch version
33
+ # update, whereas a change like 1.2.2 -> 1.3.0 would be a major version update.
25
34
version : " 0.9.0"
26
35
27
36
maintainers :
You can’t perform that action at this time.
0 commit comments