mirror of
https://github.com/truenas/charts.git
synced 2026-02-03 10:34:06 +08:00
* bump versions and format before applying changes * add persistence template * add service template * explicitly set the default values * apply new templates to a chart * bump
20 lines
450 B
YAML
20 lines
450 B
YAML
name: common-test
|
|
annotations:
|
|
title: Common Library Chart Testing
|
|
version: 1.0.0
|
|
apiVersion: v2
|
|
appVersion: v1.0.0
|
|
kubeVersion: '>=1.16.0-0'
|
|
description: A chart for the common library chart-testing
|
|
home: http://localhost
|
|
type: application
|
|
icon: https://localhost/icon
|
|
dependencies:
|
|
- name: common
|
|
repository: file://../common
|
|
version: ~1.2.0
|
|
maintainers:
|
|
- name: truenas
|
|
url: https://www.truenas.com/
|
|
email: dev@ixsystems.com
|