Skip to content

Commit 2d355c9

Browse files
chore(): k8s-agent update (#508)
1 parent 0a0bb73 commit 2d355c9

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 3 additions & 3 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.4.0
4+
version: 6.4.1
55
keywords:
66
- codefresh
77
- runner
@@ -17,8 +17,8 @@ annotations:
1717
artifacthub.io/containsSecurityUpdates: "false"
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
20-
- kind: added
21-
description: "Added support for terminationGracePeriodSeconds configuration for dind and engine"
20+
- kind: security
21+
description: "updating k8s-agent"
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: 6.4.0](https://img.shields.io/badge/Version-6.4.0-informational?style=flat-square)
3+
![Version: 6.4.1](https://img.shields.io/badge/Version-6.4.1-informational?style=flat-square)
44

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

@@ -1072,7 +1072,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
10721072
| monitor.affinity | object | `{}` | Set affinity |
10731073
| monitor.enabled | bool | `false` | Enable monitor Ref: https://codefresh.io/docs/docs/installation/codefresh-runner/#install-monitoring-component |
10741074
| monitor.env | object | `{}` | Add additional env vars |
1075-
| monitor.image | object | `{"registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.17"}` | Set image |
1075+
| monitor.image | object | `{"registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.18"}` | Set image |
10761076
| monitor.nodeSelector | object | `{}` | Set node selector |
10771077
| monitor.podAnnotations | object | `{}` | Set pod annotations |
10781078
| monitor.podSecurityContext | object | `{}` | |

charts/cf-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ monitor:
766766
image:
767767
registry: quay.io
768768
repository: codefresh/cf-k8s-agent
769-
tag: 1.3.17
769+
tag: 1.3.18
770770
# -- Add additional env vars
771771
env: {}
772772

venona/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.5
1+
1.10.6

venonactl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.5
1+
1.10.6

venonactl/pkg/store/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func (s *Values) BuildValues() map[string]interface{} {
202202
"AppName": MonitorApplicationName,
203203
"Image": map[string]string{
204204
"Name": "codefresh/cf-k8s-agent",
205-
"Tag": "1.3.17",
205+
"Tag": "1.3.18",
206206
},
207207
"Resources": s.Monitor.Resources,
208208
},

0 commit comments

Comments
 (0)