|
1 | 1 | ## Codefresh Runner |
2 | 2 |
|
3 | | - |
| 3 | + |
4 | 4 |
|
5 | 5 | Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes. |
6 | 6 |
|
@@ -694,7 +694,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http |
694 | 694 |
|
695 | 695 | | Repository | Name | Version | |
696 | 696 | |------------|------|---------| |
697 | | -| https://chartmuseum.codefresh.io/cf-common | cf-common | 0.12.3 | |
| 697 | +| https://chartmuseum.codefresh.io/cf-common | cf-common | 0.13.0 | |
698 | 698 |
|
699 | 699 | ## Values |
700 | 700 |
|
@@ -768,6 +768,8 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http |
768 | 768 | | monitor.tolerations | list | `[]` | Set tolerations | |
769 | 769 | | monitor.updateStrategy | object | `{"type":"RollingUpdate"}` | Upgrade strategy | |
770 | 770 | | nameOverride | string | `""` | String to partially override cf-runtime.fullname template (will maintain the release name) | |
| 771 | +| podMonitor | object | See below | Add podMonitor (for engine pods) | |
| 772 | +| podMonitor.main.enabled | bool | `false` | Enable service monitor | |
771 | 773 | | re | object | `{}` | | |
772 | 774 | | runner | object | See below | Runner parameters | |
773 | 775 | | runner.affinity | object | `{}` | Set affinity | |
@@ -834,6 +836,8 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http |
834 | 836 | | runtime.rbac.rules | list | `[]` | Add custom rule to the engine role | |
835 | 837 | | runtime.runtimeExtends | list | `["system/default/hybrid/k8s_low_limits"]` | Set parent runtime to inherit. Should not be changes. Parent runtime is controlled from Codefresh side. | |
836 | 838 | | runtime.serviceAccount | object | `{"annotations":{},"create":true}` | Set annotation on engine Service Account Ref: https://codefresh.io/docs/docs/administration/codefresh-runner/#injecting-aws-arn-roles-into-the-cluster | |
| 839 | +| serviceMonitor | object | See below | Add serviceMonitor (for dind pods) | |
| 840 | +| serviceMonitor.main.enabled | bool | `false` | Enable service monitor | |
837 | 841 | | storage.azuredisk.cachingMode | string | `"None"` | | |
838 | 842 | | storage.azuredisk.skuName | string | `"Premium_LRS"` | Set storage type (`Premium_LRS`) | |
839 | 843 | | storage.backend | string | `"local"` | Set backend volume type (`local`/`ebs`/`ebs-csi`/`gcedisk`/`azuredisk`) | |
|
0 commit comments