Skip to content

Commit 17f26e3

Browse files
committed
Update readme
1 parent 320a8c5 commit 17f26e3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ Usage:
4141
[--delete-labels=<minutes>]
4242
[--namespace-project-branch-name | --namespace-project-name]
4343
[--create-default-helm] [--internal-port=<port>] [--deploy-spec-dir=<dir>]
44+
[--helm-migration=[true|false]]
4445
[--chart-repo=<repo>] [--use-chart=<chart:branch>]
4546
[--timeout=<timeout>]
4647
[--create-gitlab-secret]
4748
[--tiller-namespace]
48-
[--release-project-branch-name | --release-project-env-name | --release-custom-name=<release_name>]
49+
[--release-project-branch-name | --release-project-env-name | --release-project-name | --release-shortproject-name | --release-custom-name=<release_name>]
4950
[--image-pull-secret] [--ingress-tlsSecretName=<secretName>]
5051
[--conftest-repo=<repo:dir:branch>] [--no-conftest] [--conftest-namespaces=<namespaces>]
5152
[--docker-image-kubectl=<image_name_kubectl>] [--docker-image-helm=<image_name_helm>] [--docker-image-aws=<image_name_aws>] [--docker-image-conftest=<image_name_conftest>]
@@ -70,7 +71,7 @@ Options:
7071
--use-chart=<chart:branch> Name of the pre-defined chart to use. Format : name or name:branch
7172
--conftest-repo=<repo:dir:branch> Gitlab project with generic policies for conftest [default: ]. CDP_CONFTEST_REPO is used if empty. none value overrides env var. See notes.
7273
--conftest-namespaces=<namespaces> Namespaces (comma separated) for conftest [default: ]. CDP_CONFTEST_NAMESPACES is used if empty.
73-
--create-default-helm Create default helm for simple project (One docker image) [DEPRECATED].
74+
--create-default-helm Create default helm for simple project (One docker image).
7475
--create-gitlab-secret Create a secret from gitlab env starting with CDP_SECRET_<Environnement>_ where <Environnement> is the gitlab env from the job ( or CI_ENVIRONNEMENT_NAME )
7576
--create-gitlab-secret-hook Create gitlab secret with hook
7677
--delete-labels=<minutes> Add namespace labels (deletable=true deletionTimestamp=now + minutes) for external cleanup.
@@ -88,6 +89,7 @@ Options:
8889
--docker-version=<version> Specify maven docker version. [DEPRECATED].
8990
--goals=<goals-opts> Goals and args to pass maven command.
9091
--helm-version=<version> Major version of Helm. [default: 3]
92+
--helm-migration=<true|false> Do helm 2 to Helm 3 migration
9193
--image-pull-secret Add the imagePullSecret value to use the helm --wait option instead of patch and rollout (deprecated)
9294
--image-tag-branch-name Tag docker image with branch name or use it [default].
9395
--image-tag-latest Tag docker image with 'latest' or use it.
@@ -106,6 +108,8 @@ Options:
106108
--release-custom-name=<release_name> Customize release name with namespace-name-<release_name>
107109
--release-project-branch-name Force the release to be created with the project branch name.
108110
--release-project-env-name Force the release to be created with the job env name.define in gitlab
111+
--release-shortproject-name Force the release to be created with the shortname (first letters of word + id) of the Gitlab project
112+
--release-project-name Force the release to be created with the name of the Gitlab project
109113
--simulate-merge-on=<branch_name> Build docker image with the merge current branch on specify branch (no commit).
110114
--sleep=<seconds> Time to sleep int the end (for debbuging) in seconds [default: 0].
111115
--timeout=<timeout> Time in seconds to wait for any individual kubernetes operation [default: 600].

0 commit comments

Comments
 (0)