diff options
author | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-04-13 14:41:39 +0200 |
---|---|---|
committer | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-04-14 08:48:46 +0200 |
commit | 2cadccc73da4d9d2787ec5f9cc32867ebba8be32 (patch) | |
tree | bd260937dfbcfa01c9bc89362b16b489da021988 /helm/pm-https-server/Chart.yaml | |
parent | 5e002f8d0219cc4f306d2f26708098fb84dc1218 (diff) |
Add helm chart with installing instruction
Issue-ID: INT-1869
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I6bfb635e12c599d164e72bdb124ead0e59c0afc7
Diffstat (limited to 'helm/pm-https-server/Chart.yaml')
-rw-r--r-- | helm/pm-https-server/Chart.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/helm/pm-https-server/Chart.yaml b/helm/pm-https-server/Chart.yaml new file mode 100644 index 0000000..2ced51d --- /dev/null +++ b/helm/pm-https-server/Chart.yaml @@ -0,0 +1,23 @@ +apiVersion: v2 +name: pmhttpsserver +description: A Helm chart for Kubernetes + +# A chart can be either an 'application' or a 'library' chart. +# +# Application charts are a collection of templates that can be packaged into versioned archives +# to be deployed. +# +# Library charts provide useful utilities or functions for the chart developer. They're included as +# a dependency of application charts to inject those utilities and functions into the rendering +# pipeline. Library charts do not define any templates and therefore cannot be deployed. +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/) +version: 0.1.0 + +# 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. +appVersion: 1.0.1 |