3eaf72f830
* refactor(helm chart): dRY for some labels * Metadata for Chart.yaml * refactor(helm chart): dRY using common selector labels Able to remove `app` and `project` labels from each template and incorporate into definitions
25 lines
986 B
YAML
25 lines
986 B
YAML
apiVersion: v2
|
|
# This is the version number of the application being deployed. This version number should be
|
|
# incremented each time you make changes to the application. Versions are not expected to
|
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
|
# It is recommended to use it with quotes.
|
|
|
|
# Set by the build process to the correct value
|
|
appVersion: '0.1.0-local'
|
|
description: Speckle Server
|
|
home: 'https://speckle.systems/'
|
|
icon: 'https://speckle.xyz/logo.svg'
|
|
maintainers:
|
|
- name: Speckle Systems
|
|
url: 'https://speckle.systems/'
|
|
name: speckle-server
|
|
sources:
|
|
- 'https://github.com/specklesystems/speckle-server'
|
|
type: application
|
|
# This is the chart version. This version number should be incremented each time you make changes
|
|
# to the chart and its templates, including the app version.
|
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
|
|
|
# Set by the build process to the correct value
|
|
version: 0.1.0-local
|