0e3f2d23d6
``` Updated: argo/argo-cd: - 5.16.6 bitnami/mariadb: - 11.4.2 bitnami/postgresql: - 12.1.4 bitnami/redis: - 17.3.16 bitnami/wordpress: - 15.2.21 bitnami/zookeeper: - 11.0.2 codefresh/cf-runtime: - 1.9.3 crate/crate-operator: - 2.20.0 datadog/datadog: - 3.6.4 datawiza/access-broker: - 0.1.2 dell/csi-powerstore: - 2.5.0 dell/csi-unity: - 2.5.0 dell/csi-vxflexos: - 2.5.0 kubecost/cost-analyzer: - 1.99.0 redpanda/redpanda: - 2.3.19 speedscale/speedscale-operator: - 1.2.7 sysdig/sysdig: - 1.15.62 trilio/k8s-triliovault-operator: - 3.0.2 yugabyte/yugabyte: - 2.16.0 yugabyte/yugaware: - 2.16.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>