File tree 3 files changed +6
-8
lines changed 3 files changed +6
-8
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.15
4
+ version : 6.3.16
5
5
keywords :
6
6
- codefresh
7
7
- runner
@@ -14,10 +14,8 @@ maintainers:
14
14
url : https://codefresh-io.github.io/
15
15
annotations :
16
16
artifacthub.io/changes : |
17
- - kind: changed
18
- description: Upgrade engine to v1.169.8
19
- - kind: fixed
20
- description: Fix pipeline debug mode
17
+ - kind: security
18
+ description: Upgraded k8s-agent to 1.3.17
21
19
dependencies :
22
20
- name : cf-common
23
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.15 ] ( https://img.shields.io/badge/Version-6.3.15 -informational?style=flat-square )
3
+ ![ Version: 6.3.16 ] ( https://img.shields.io/badge/Version-6.3.16 -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/cf-k8s-agent","tag":"1.3.16 "} ` | Set image |
967
+ | monitor.image | object | ` {"registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.17 "} ` | 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 @@ -717,7 +717,7 @@ monitor:
717
717
image :
718
718
registry : quay.io
719
719
repository : codefresh/cf-k8s-agent
720
- tag : 1.3.16
720
+ tag : 1.3.17
721
721
# -- Add additional env vars
722
722
env : {}
723
723
You can’t perform that action at this time.
0 commit comments