mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
[bitnami/template] Adapt Chart scaffolding to apiVersion: v2 (#4286)
This commit is contained in:
committed by
GitHub
parent
d90a33d226
commit
9fe815e2b0
@@ -1,21 +1,31 @@
|
||||
apiVersion: v1
|
||||
name: %%CHART_NAME%%
|
||||
description: %%DESCRIPTION%%
|
||||
annotations:
|
||||
category: %%CHOOSE_ONE_FROM_CHART_CATEGORIES_FILE%%
|
||||
apiVersion: v2
|
||||
appVersion: %%UPSTREAM_PROJECT_VERSION%%
|
||||
version: 0.1.0
|
||||
dependencies:
|
||||
- condition: SUBCHART_NAME.enabled
|
||||
name: SUBCHART_NAME
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: %%MAJOR_SUBCHART_VERSION_(A.X.X)%%
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 1.x.x
|
||||
description: %%DESCRIPTION%%
|
||||
engine: gotpl
|
||||
home: %%UPSTREAM_PROJECT_URL%%
|
||||
icon: https://bitnami.com/assets/stacks/%%IMAGE_NAME%%/img/%%IMAGE_NAME%%-stack-110x117.png
|
||||
keywords:
|
||||
- %%UPSTREAM_PROJECT_KEYWORD%%
|
||||
- %%UPSTREAM_PROJECT_KEYWORD%%
|
||||
- ...
|
||||
home: %%UPSTREAM_PROJECT_URL%%
|
||||
maintainers:
|
||||
- email: containers@bitnami.com
|
||||
name: Bitnami
|
||||
name: %%CHART_NAME%%
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-%%IMAGE_NAME%%
|
||||
- %%UPSTREAM_PROJECT_SOURCE_CODE_URL%%
|
||||
- ...
|
||||
maintainers:
|
||||
- name: Bitnami
|
||||
email: containers@bitnami.com
|
||||
engine: gotpl
|
||||
icon: https://bitnami.com/assets/stacks/%%IMAGE_NAME%%/img/%%IMAGE_NAME%%-stack-110x117.png
|
||||
annotations:
|
||||
category: %%CHOOSE_ONE_FROM_CHART_CATEGORIES_FILE%%
|
||||
version: 0.1.0
|
||||
|
||||
Reference in New Issue
Block a user