ContainerImage.JSONServer/charts/json-server/Chart.yaml

16 lines
721 B
YAML
Raw Normal View History

2023-05-10 09:42:08 +00:00
apiVersion: v2
name: json-server
2023-05-13 15:38:19 +00:00
description: Serve data from json-source as REST API
2023-05-10 09:42:08 +00:00
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: v{{ chart_version }}
2023-05-10 09:42:08 +00:00
# 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.
appVersion: "v{{ chart_version }}"