mirror of
https://github.com/truenas/charts.git
synced 2026-02-09 05:24:34 +08:00
* Empty-Commit * temp commit * make sure that we use the pv * typo * add validation * typo * cleanup validation and add secret for smb * revert * add some tets * add more tests * add more tests * more tests * rename to share * rename * moar tests * clean * add some docs * fix name uniqueness and tests * make mountOptions validation a bit better * update docs
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.1.0
|
|
maintainers:
|
|
- name: truenas
|
|
url: https://www.truenas.com/
|
|
email: dev@ixsystems.com
|