-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChart.yaml
More file actions
34 lines (33 loc) · 1003 Bytes
/
Chart.yaml
File metadata and controls
34 lines (33 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright Drycc Community.
# SPDX-License-Identifier: APACHE-2.0
annotations:
category: %%CHOOSE_ONE_FROM_CHART_CATEGORIES_FILE%%
licenses: Apache-2.0
apiVersion: v2
appVersion: %%UPSTREAM_PROJECT_VERSION%%
dependencies:
- condition: SUBCHART_NAME.enabled
name: SUBCHART_NAME
repository: oci://registry-1.docker.io/bitnamicharts
version: %%MAJOR_SUBCHART_VERSION_(A.X.X)%%
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: %%DESCRIPTION%%
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/%%IMAGE_NAME%%/img/%%IMAGE_NAME%%-stack-220x234.png
keywords:
- %%UPSTREAM_PROJECT_KEYWORD%%
- %%UPSTREAM_PROJECT_KEYWORD%%
- ...
maintainers:
- name: Drycc Community.
url: https://github.com/bitnami/charts
name: %%CHART_NAME%%
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/%%IMAGE_NAME%%
- %%UPSTREAM_PROJECT_SOURCE_CODE_URL%%
- ...
version: 0.1.0