File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22description : A Helm chart for Codefresh Runner
33name : cf-runtime
4- version : 6.3.5
4+ version : 6.3.6
55keywords :
66 - codefresh
77 - runner
@@ -15,7 +15,7 @@ maintainers:
1515annotations :
1616 artifacthub.io/changes : |
1717 - kind: fixed
18- description: Fix memory and CPU metrics for cgroup v2
18+ description: Update codefresh/kubectl and codefresh/cf-k8s-agent images
1919dependencies :
2020 - name : cf-common
2121 repository : oci://quay.io/codefresh/charts
Original file line number Diff line number Diff line change 11## Codefresh Runner
22
3- ![ Version: 6.3.5 ] ( https://img.shields.io/badge/Version-6.3.5 -informational?style=flat-square )
3+ ![ Version: 6.3.6 ] ( https://img.shields.io/badge/Version-6.3.6 -informational?style=flat-square )
44
55Helm chart for deploying [ Codefresh Runner] ( https://codefresh.io/docs/docs/installation/codefresh-runner/ ) to Kubernetes.
66
@@ -964,7 +964,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
964964| monitor.affinity | object | ` {} ` | Set affinity |
965965| monitor.enabled | bool | ` false ` | Enable monitor Ref: https://codefresh.io/docs/docs/installation/codefresh-runner/#install-monitoring-component |
966966| monitor.env | object | ` {} ` | Add additional env vars |
967- | monitor.image | object | ` {"registry":"quay.io","repository":"codefresh/agent","tag":"stable "} ` | Set image |
967+ | monitor.image | object | ` {"registry":"quay.io","repository":"codefresh/cf-k8s- agent","tag":"1.3.16 "} ` | Set image |
968968| monitor.nodeSelector | object | ` {} ` | Set node selector |
969969| monitor.podAnnotations | object | ` {} ` | Set pod annotations |
970970| monitor.podSecurityContext | object | ` {} ` | |
Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ runtime:
578578 image :
579579 registry : quay.io
580580 repository : codefresh/kubectl
581- tag : 1.27.2
581+ tag : 1.28.4
582582 rbac :
583583 enabled : true
584584 annotations : {}
@@ -708,8 +708,8 @@ monitor:
708708 # -- Set image
709709 image :
710710 registry : quay.io
711- repository : codefresh/agent
712- tag : stable
711+ repository : codefresh/cf-k8s- agent
712+ tag : 1.3.16
713713 # -- Add additional env vars
714714 env : {}
715715
You can’t perform that action at this time.
0 commit comments