Skip to content

Commit

Permalink
chore(): k8s-agent update (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-codefresh authored Sep 25, 2024
1 parent 0a0bb73 commit 2d355c9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions charts/cf-runtime/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Codefresh Runner
name: cf-runtime
version: 6.4.0
version: 6.4.1
keywords:
- codefresh
- runner
Expand All @@ -17,8 +17,8 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
artifacthub.io/changes: |
- kind: added
description: "Added support for terminationGracePeriodSeconds configuration for dind and engine"
- kind: security
description: "updating k8s-agent"
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand Down
4 changes: 2 additions & 2 deletions charts/cf-runtime/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Codefresh Runner

![Version: 6.4.0](https://img.shields.io/badge/Version-6.4.0-informational?style=flat-square)
![Version: 6.4.1](https://img.shields.io/badge/Version-6.4.1-informational?style=flat-square)

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

Expand Down Expand Up @@ -1072,7 +1072,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
| monitor.affinity | object | `{}` | Set affinity |
| monitor.enabled | bool | `false` | Enable monitor Ref: https://codefresh.io/docs/docs/installation/codefresh-runner/#install-monitoring-component |
| monitor.env | object | `{}` | Add additional env vars |
| monitor.image | object | `{"registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.17"}` | Set image |
| monitor.image | object | `{"registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.18"}` | Set image |
| monitor.nodeSelector | object | `{}` | Set node selector |
| monitor.podAnnotations | object | `{}` | Set pod annotations |
| monitor.podSecurityContext | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/cf-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ monitor:
image:
registry: quay.io
repository: codefresh/cf-k8s-agent
tag: 1.3.17
tag: 1.3.18
# -- Add additional env vars
env: {}

Expand Down
2 changes: 1 addition & 1 deletion venona/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.5
1.10.6
2 changes: 1 addition & 1 deletion venonactl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.5
1.10.6
2 changes: 1 addition & 1 deletion venonactl/pkg/store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func (s *Values) BuildValues() map[string]interface{} {
"AppName": MonitorApplicationName,
"Image": map[string]string{
"Name": "codefresh/cf-k8s-agent",
"Tag": "1.3.17",
"Tag": "1.3.18",
},
"Resources": s.Monitor.Resources,
},
Expand Down

0 comments on commit 2d355c9

Please sign in to comment.