23 lines
964 B
YAML
23 lines
964 B
YAML
apiVersion: v2
|
|
name: datatracker
|
|
description: The day-to-day front-end to the IETF database for people who work on IETF standards.
|
|
home: https://datatracker.ietf.org
|
|
sources:
|
|
- https://github.com/ietf-tools/datatracker
|
|
maintainers:
|
|
- name: IETF Tools Team
|
|
email: tools-discuss@ietf.org
|
|
url: https://github.com/ietf-tools
|
|
|
|
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: 1.0.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.
|
|
# It is recommended to use it with quotes.
|
|
appVersion: "1.0.0" |