Skip to content

Commit ad45c3c

Browse files
chore(): Updating k8s agent (#559)
1 parent 9c9fc0d commit ad45c3c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 4 additions & 4 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: 7.4.2
4+
version: 7.4.3
55
keywords:
66
- codefresh
77
- runner
@@ -14,11 +14,11 @@ maintainers:
1414
url: https://codefresh-io.github.io/
1515
annotations:
1616
# 💡 Do not forget to update this annotation:
17-
artifacthub.io/containsSecurityUpdates: "false"
17+
artifacthub.io/containsSecurityUpdates: "true"
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
20-
- kind: fixed
21-
description: "reverted engine version back to 1.176.3"
20+
- kind: security
21+
description: "updating k8s-agent with security fixes"
2222
dependencies:
2323
- name: cf-common
2424
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: 7.4.2](https://img.shields.io/badge/Version-7.4.2-informational?style=flat-square)
3+
![Version: 7.4.3](https://img.shields.io/badge/Version-7.4.3-informational?style=flat-square)
44

55
Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes.
66

@@ -1128,7 +1128,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
11281128
| monitor.affinity | object | `{}` | Set affinity |
11291129
| monitor.enabled | bool | `false` | Enable monitor Ref: https://codefresh.io/docs/docs/installation/codefresh-runner/#install-monitoring-component |
11301130
| monitor.env | object | `{}` | Add additional env vars |
1131-
| monitor.image | object | `{"digest":"sha256:5be2b798d583abdae68271f57724dd7f2b0251a238845c466fa7b67f078f59ad","registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.19"}` | Set image |
1131+
| monitor.image | object | `{"digest":"sha256:ae33e516c8c78bed0f18fd27f2986f4cdaa55eab6f0fe54e7c842a385dde16dc","registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.20"}` | Set image |
11321132
| monitor.nodeSelector | object | `{}` | Set node selector |
11331133
| monitor.podAnnotations | object | `{}` | Set pod annotations |
11341134
| monitor.podSecurityContext | object | `{}` | |

charts/cf-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,8 @@ monitor:
745745
image:
746746
registry: quay.io
747747
repository: codefresh/cf-k8s-agent
748-
tag: 1.3.19
749-
digest: sha256:5be2b798d583abdae68271f57724dd7f2b0251a238845c466fa7b67f078f59ad
748+
tag: 1.3.20
749+
digest: sha256:ae33e516c8c78bed0f18fd27f2986f4cdaa55eab6f0fe54e7c842a385dde16dc
750750
# -- Add additional env vars
751751
env: {}
752752
# -- Service Account parameters

0 commit comments

Comments
 (0)