cc1f88c815
``` Updated: aquarist-labs/s3gw: - 0.13.0 argo/argo-cd: - 5.25.0 asserts/asserts: - 1.34.0 bitnami/airflow: - 14.0.14 bitnami/cassandra: - 10.1.0 bitnami/kafka: - 21.3.1 bitnami/mariadb: - 11.5.3 bitnami/mysql: - 9.6.0 bitnami/redis: - 17.8.4 bitnami/spark: - 6.4.0 bitnami/wordpress: - 15.2.51 cockroach-labs/cockroachdb: - 10.0.6 codefresh/cf-runtime: - 1.9.11 datadog/datadog: - 3.19.1 gitlab/gitlab: - 6.9.3 gluu/gluu: - 5.0.13 haproxy/haproxy: - 1.29.1 hpe/hpe-csi-driver: - 2.3.0 instana/instana-agent: - 1.2.56 jenkins/jenkins: - 4.3.5 jfrog/artifactory-ha: - 107.55.6 jfrog/artifactory-jcr: - 107.55.6 kubecost/cost-analyzer: - 1.101.0 loft/loft: - 3.0.0 ondat/ondat-operator: - 0.7.4 redpanda/redpanda: - 3.0.2 speedscale/speedscale-operator: - 1.2.26 sysdig/sysdig: - 1.15.78 traefik/traefik: - 21.2.0 yugabyte/yugabyte: - 2.14.7 - 2.16.2 yugabyte/yugaware: - 2.14.7 - 2.16.2 ``` |
||
---|---|---|
.. | ||
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>