c03ad55354
``` Updated: argo/argo-cd: - 5.16.2 asserts/asserts: - 1.17.0 avesha/kubeslice-controller: - 0.4.3 avesha/kubeslice-worker: - 0.4.6 bitnami/kafka: - 20.0.0 bitnami/redis: - 17.3.14 bitnami/wordpress: - 15.2.18 bitnami/zookeeper: - 11.0.0 citrix/citrix-cpx-with-ingress-controller: - 1.28.2 citrix/citrix-ingress-controller: - 1.28.2 cockroach-labs/cockroachdb: - 10.0.0 codefresh/cf-runtime: - 1.8.0 datadog/datadog: - 3.5.1 gitlab/gitlab: - 6.6.2 jaeger/jaeger-operator: - 2.38.0 jenkins/jenkins: - 4.2.17 kuma/kuma: - 2.0.1 minio/minio-operator: - 4.5.5 redpanda/redpanda: - 2.3.14 speedscale/speedscale-operator: - 1.2.6 sysdig/sysdig: - 1.15.60 traefik/traefik: - 20.7.0 ``` |
||
---|---|---|
.. | ||
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>