Skip to content

Kraken-CI/helm-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Kraken CI

Kraken CI is a modern CI/CD, open-source, on-premise system that is highly scalable and focused on testing.

More details about Kraken CI can be found on https://kraken.ci.

Kraken CI Helm Charts Repository

This is a Helm repository with Kraken CI charts. More details can be found on Artifact Hub.

Artifact Hub

Get Repo Info

$ helm repo add kraken-ci https://kraken.ci/helm-repo/charts
$ helm repo update

See helm repo for command documentation.

Install Chart

$ helm install [RELEASE_NAME] kraken-ci/kraken-ci [flags]

Example:

$ helm install --create-namespace --namespace kraken --debug --wait kraken-ci kraken-ci/kraken-ci --version 0.753.0

This command installs version 0.753 of Kraken CI in a kraken namespace.

See configuration below.

See helm install for command documentation.

Uninstall Chart

$ helm uninstall [RELEASE_NAME]

This removes all the Kubernetes components associated with the chart and deletes the release.

See helm uninstall for command documentation.

Upgrade Chart

$ helm upgrade [RELEASE_NAME] kraken-ci/kraken-ci [flags]

Example:

$ helm upgrade  --install --create-namespace --namespace kraken --debug --wait kraken-ci kraken-ci/kraken-ci --version 0.757.0

This command upgrades or installs Kraken Ci to 0.757 version in kraken namespace.

See helm upgrade for command documentation.

Configuration

See Customizing the Chart Before Installing. To see all configurable options with detailed comments, visit the chart's values.yaml, or run these configuration commands:

$ helm show values kraken-ci/kraken-ci

About

Helm repository with Kraken CI charts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published