12345678910111213141516171819 |
- 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
|