5409fd28b0
``` Added: gluu/: - 5.0.10 Updated: argo/argo-cd: - 5.21.0 bitnami/postgresql: - 12.2.0 bitnami/redis: - 17.7.4 bitnami/tomcat: - 10.5.15 bitnami/wordpress: - 15.2.42 cockroach-labs/cockroachdb: - 10.0.4 codefresh/cf-runtime: - 1.9.7 datadog/datadog: - 3.10.7 f5/nginx-ingress: - 0.16.2 f5/nginx-service-mesh: - 0.7.0 gitlab/gitlab: - 6.8.3 haproxy/haproxy: - 1.28.1 jenkins/jenkins: - 4.3.2 kasten/k10: - 5.5.5 kong/kong: - 2.16.5 kubecost/cost-analyzer: - 1.100.2 kuma/kuma: - 2.1.1 redpanda/redpanda: - 2.10.1 speedscale/speedscale-operator: - 1.2.22 sysdig/sysdig: - 1.15.72 traefik/traefik: - 21.1.0 triggermesh/triggermesh: - 0.6.3 ``` |
||
---|---|---|
.. | ||
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>