Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Updates to charts to signify convention for version updates #82

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions charts/firefly-evmconnect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ description: |
Requires a running instance of FireFly and a persistent volume for managing its
transaction state.
type: application

# Generally we follow this practice for updates to the chart version number:
# - Significant changes to the structure or purpose of the chart (major version update)
# - FireFly EVM Connect major release (minor version update)
# - Smaller release and updates (patch version updates)
version: 0.8.0
appVersion: "v1.3.18"

Expand Down
5 changes: 5 additions & 0 deletions charts/firefly-signer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: firefly-signer
description: |
A Helm chart for deploying the FireFly Signer microservice to Kubernetes
type: application

# Generally we follow this practice for updates to the chart version number:
# - Significant changes to the structure or purpose of the chart (major version update)
# - FireFly Signer major release (minor version update)
# - Smaller release and updates (patch version updates)
version: 0.8.0
appVersion: "1.1.17"

Expand Down
9 changes: 9 additions & 0 deletions charts/firefly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@ description: |
By default allows the user to deploy FireFly with a single multi-party namespace, with the
ability to template additional multi-party or gateway namespaces.
type: application

appVersion: "1.3.2"

# Generally we follow this practice for updates to the chart version number:
# - Significant changes to the structure or purpose of the chart (major version update)
# - FireFly major release (minor version update)
# - Smaller release and updates (patch version updates)
#
# For example, a release of FireFly like 1.3.1 -> 1.3.2 would correlate to a patch version
# update, whereas a change like 1.2.2 -> 1.3.0 would be a minor version update.
version: "0.9.0"

maintainers:
Expand Down
Loading