File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
description : A Helm chart for Codefresh Runner
3
3
name : cf-runtime
4
- version : 6.3.5
4
+ version : 6.3.6
5
5
keywords :
6
6
- codefresh
7
7
- runner
@@ -15,7 +15,7 @@ maintainers:
15
15
annotations :
16
16
artifacthub.io/changes : |
17
17
- kind: fixed
18
- description: Fix memory and CPU metrics for cgroup v2
18
+ description: Update codefresh/kubectl and codefresh/cf-k8s-agent images
19
19
dependencies :
20
20
- name : cf-common
21
21
repository : oci://quay.io/codefresh/charts
Original file line number Diff line number Diff line change 1
1
## Codefresh Runner
2
2
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 )
4
4
5
5
Helm chart for deploying [ Codefresh Runner] ( https://codefresh.io/docs/docs/installation/codefresh-runner/ ) to Kubernetes.
6
6
@@ -964,7 +964,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
964
964
| monitor.affinity | object | ` {} ` | Set affinity |
965
965
| monitor.enabled | bool | ` false ` | Enable monitor Ref: https://codefresh.io/docs/docs/installation/codefresh-runner/#install-monitoring-component |
966
966
| 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 |
968
968
| monitor.nodeSelector | object | ` {} ` | Set node selector |
969
969
| monitor.podAnnotations | object | ` {} ` | Set pod annotations |
970
970
| monitor.podSecurityContext | object | ` {} ` | |
Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ runtime:
578
578
image :
579
579
registry : quay.io
580
580
repository : codefresh/kubectl
581
- tag : 1.27.2
581
+ tag : 1.28.4
582
582
rbac :
583
583
enabled : true
584
584
annotations : {}
@@ -708,8 +708,8 @@ monitor:
708
708
# -- Set image
709
709
image :
710
710
registry : quay.io
711
- repository : codefresh/agent
712
- tag : stable
711
+ repository : codefresh/cf-k8s- agent
712
+ tag : 1.3.16
713
713
# -- Add additional env vars
714
714
env : {}
715
715
You can’t perform that action at this time.
0 commit comments