a6f0ef25e1
``` Updated: argo/argo-cd: - 5.23.3 bitnami/wordpress: - 15.2.46 btp/sextant: - 2.3.0 clastix/kamaji: - 0.11.3 codefresh/cf-runtime: - 1.9.10 crate/crate-operator: - 2.23.0 datadog/datadog: - 3.11.0 dell/csi-powerstore: - 2.5.1 dh2i/dxemssql: - 1.0.2 gitlab/gitlab: - 6.9.1 harbor/harbor: - 1.11.1 hashicorp/consul: - 1.1.0 instana/instana-agent: - 1.2.55 jenkins/jenkins: - 4.3.4 jfrog/artifactory-ha: - 107.55.2 jfrog/artifactory-jcr: - 107.55.2 kasten/k10: - 5.5.6 openebs/openebs: - 3.4.1 redpanda/redpanda: - 2.11.0 triggermesh/triggermesh: - 0.6.4 ``` |
||
---|---|---|
.. | ||
templates | ||
.helmignore | ||
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>