Skip to content

Commit 1a2a774

Browse files
build: upgrade venona (#530)
1 parent aab6e3e commit 1a2a774

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 2 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.1.6
4+
version: 7.1.7
55
keywords:
66
- codefresh
77
- runner
@@ -18,9 +18,7 @@ annotations:
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
2020
- kind: security
21-
description: "Allow on-prem customers to define which QEMU images are trusted for docker buildx builds rather than allowing all QEMU images"
22-
- kind: security
23-
description: "Stop the engine from printing out the contents of the environment variables file which can contain secrets"
21+
description: "Upgrade `venona` to the latest version with multiple security fixes"
2422
dependencies:
2523
- name: cf-common
2624
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.1.6](https://img.shields.io/badge/Version-7.1.6-informational?style=flat-square)
3+
![Version: 7.1.7](https://img.shields.io/badge/Version-7.1.7-informational?style=flat-square)
44

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

@@ -1155,7 +1155,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
11551155
| runner.affinity | object | `{}` | Set affinity |
11561156
| runner.enabled | bool | `true` | Enable the runner |
11571157
| runner.env | object | `{}` | Add additional env vars |
1158-
| runner.image | object | `{"digest":"sha256:f7768390d3368aff0843519368c10a0a97cf98a98f2753a89509cf8f6c9798e1","registry":"quay.io","repository":"codefresh/venona","tag":"1.10.2"}` | Set image |
1158+
| runner.image | object | `{"digest":"sha256:2327a1af2b8ad13e9685e7e577c2aa0d23580657c8da001f436f803280879eab","registry":"quay.io","repository":"codefresh/venona","tag":"1.10.8"}` | Set image |
11591159
| runner.init | object | `{"image":{"digest":"sha256:27281df44814d837fbcc41ba53ee8010ce5496eb758c29f775958d713c79c41a","registry":"quay.io","repository":"codefresh/cli","tag":"0.85.0-rootless"},"resources":{"limits":{"cpu":"1","memory":"512Mi"},"requests":{"cpu":"0.2","memory":"256Mi"}}}` | Init container |
11601160
| runner.nodeSelector | object | `{}` | Set node selector |
11611161
| runner.podAnnotations | object | `{}` | Set pod annotations |

charts/cf-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ runner:
7272
image:
7373
registry: quay.io
7474
repository: codefresh/venona
75-
tag: 1.10.2
76-
digest: sha256:f7768390d3368aff0843519368c10a0a97cf98a98f2753a89509cf8f6c9798e1
75+
tag: 1.10.8
76+
digest: sha256:2327a1af2b8ad13e9685e7e577c2aa0d23580657c8da001f436f803280879eab
7777
# -- Init container
7878
init:
7979
image:

0 commit comments

Comments
 (0)