``` Updated: argo/argo-cd: - 5.27.1 bitnami/airflow: - 14.0.16 bitnami/mariadb: - 11.5.4 bitnami/postgresql: - 12.2.5 bitnami/redis: - 17.8.7 bitnami/spark: - 6.4.1 bitnami/tomcat: - 10.5.20 bitnami/wordpress: - 15.2.56 bitnami/zookeeper: - 11.1.5 citrix/citrix-cpx-with-ingress-controller: - 1.30.1 citrix/citrix-ingress-controller: - 1.30.1 codefresh/cf-runtime: - 1.9.12 crate/crate-operator: - 2.24.0 datadog/datadog: - 3.20.3 external-secrets/external-secrets: - 0.8.1 gluu/gluu: - 5.0.14 jenkins/jenkins: - 4.3.9 jfrog/artifactory-ha: - 107.55.8 jfrog/artifactory-jcr: - 107.55.8 kubecost/cost-analyzer: - 1.101.3 loft/loft: - 3.0.1 percona/psmdb-operator: - 1.14.1 redpanda/redpanda: - 3.0.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>