Skip to content

Commit c5774bf

Browse files
chore(chart): updated k8s-agent (#450)
1 parent 8f7076f commit c5774bf

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: A Helm chart for Codefresh Runner
33
name: cf-runtime
4-
version: 6.3.15
4+
version: 6.3.16
55
keywords:
66
- codefresh
77
- runner
@@ -14,10 +14,8 @@ maintainers:
1414
url: https://codefresh-io.github.io/
1515
annotations:
1616
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
2119
dependencies:
2220
- name: cf-common
2321
repository: oci://quay.io/codefresh/charts

charts/cf-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh Runner
22

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)
44

55
Helm 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/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 |
968968
| monitor.nodeSelector | object | `{}` | Set node selector |
969969
| monitor.podAnnotations | object | `{}` | Set pod annotations |
970970
| monitor.podSecurityContext | object | `{}` | |

charts/cf-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ monitor:
717717
image:
718718
registry: quay.io
719719
repository: codefresh/cf-k8s-agent
720-
tag: 1.3.16
720+
tag: 1.3.17
721721
# -- Add additional env vars
722722
env: {}
723723

0 commit comments

Comments
 (0)