5335667721 | ||
---|---|---|
.. | ||
templates | ||
Chart.yaml | ||
README.md | ||
values.yaml |
README.md
cf-runtime helm chart
To install the Codefresh Runner using helm you need to follow these steps:
-
Download the Codefresh CLI and authenticate it with your Codefresh account. Click here for more detailed instructions.
-
Run the following command to create all of the necessary enitites in Codefresh:
codefresh runner init --generate-helm-values-file
- This will not install anything on your cluster, except for running cluster acceptance tests, which may be skipped using the
--skip-cluster-test
option). - This command will also generate a
generated_values.yaml
file in your current directory, which you will need to provide to thehelm install
command later.
- This will not install anything on your cluster, except for running cluster acceptance tests, which may be skipped using the
-
Now run the following to complete the installation:
helm repo add cf-runtime https://chartmuseum.codefresh.io/cf-runtime helm install cf-runtime cf-runtime/cf-runtime -f ./generated_values.yaml --create-namespace --namespace codefresh
-
At this point you should have a working Codefresh Runner. You can verify the installation by running:
codefresh runner execute-test-pipeline --runtime-name <runtime-name>