Skip to content

Commit 7c57360

Browse files
Security vulns (#387)
1 parent 4c69861 commit 7c57360

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: 5.3.0
4+
version: 5.3.1
55
keywords:
66
- codefresh
77
- runner
@@ -14,8 +14,8 @@ maintainers:
1414
url: https://codefresh-io.github.io/
1515
annotations:
1616
artifacthub.io/changes: |
17-
- kind: added
18-
description: Add event-exporter templates
17+
- kind: changed
18+
description: Updated venona image to 1.9.17
1919
dependencies:
2020
- name: cf-common
2121
repository: https://chartmuseum.codefresh.io/cf-common

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: 5.3.0](https://img.shields.io/badge/Version-5.3.0-informational?style=flat-square)
3+
![Version: 5.3.1](https://img.shields.io/badge/Version-5.3.1-informational?style=flat-square)
44

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

@@ -794,7 +794,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
794794
| runner.affinity | object | `{}` | Set affinity |
795795
| runner.enabled | bool | `true` | Enable the runner |
796796
| runner.env | object | `{}` | Add additional env vars |
797-
| runner.image | object | `{"registry":"quay.io","repository":"codefresh/venona","tag":"1.9.16"}` | Set image |
797+
| runner.image | object | `{"registry":"quay.io","repository":"codefresh/venona","tag":"1.9.17"}` | Set image |
798798
| runner.nodeSelector | object | `{}` | Set node selector |
799799
| runner.podAnnotations | object | `{}` | Set pod annotations |
800800
| runner.podSecurityContext | object | See below | Set security context for the pod |

charts/cf-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ runner:
8585
image:
8686
registry: quay.io
8787
repository: codefresh/venona
88-
tag: 1.9.16
88+
tag: 1.9.17
8989
# -- Add additional env vars
9090
env: {}
9191

0 commit comments

Comments
 (0)