a0d6a288d2
``` Updated: argo/argo-cd: - 5.17.1 asserts/asserts: - 1.28.0 bitnami/airflow: - 14.0.7 bitnami/kafka: - 20.0.3 bitnami/mysql: - 9.4.6 bitnami/postgresql: - 12.1.9 bitnami/redis: - 17.4.2 bitnami/spark: - 6.3.14 bitnami/tomcat: - 10.5.7 bitnami/wordpress: - 15.2.26 bitnami/zookeeper: - 11.0.3 cert-manager/cert-manager: - v1.11.0 codefresh/cf-runtime: - 1.9.6 crowdstrike/falcon-sensor: - 1.18.2 datadog/datadog: - 3.7.2 datawiza/access-broker: - 0.1.3 dynatrace/dynatrace-operator: - 0.10.2 f5/f5-bigip-ctlr: - 0.0.23 f5/nginx-ingress: - 0.16.0 gitlab/gitlab: - 6.7.3 haproxy/haproxy: - 1.26.0 jenkins/jenkins: - 4.2.20 jfrog/artifactory-ha: - 107.49.5 jfrog/artifactory-jcr: - 107.49.5 kuma/kuma: - 2.0.2 mongodb/community-operator: - 0.7.7 nats/nats: - 0.19.5 redpanda/redpanda: - 2.4.4 speedscale/speedscale-operator: - 1.2.14 yugabyte/yugabyte: - 2.14.6 yugabyte/yugaware: - 2.14.6 ``` |
||
---|---|---|
.. | ||
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>