Skip to content

Commit 1f5f6f3

Browse files
authored
fix(sec): fix dind-volume-provisioner security vulnerabilities (#486)
1 parent 357638c commit 1f5f6f3

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: 6.3.45
4+
version: 6.3.46
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: fixed
21-
description: "Fixed an issue within the RE template that resulted in the lack of certain runtime images from the engine envs"
20+
- kind: security
21+
description: "updated dind-volume-provisioner image tag to fix security vulnerabilities"
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.3.45](https://img.shields.io/badge/Version-6.3.45-informational?style=flat-square)
3+
![Version: 6.3.46](https://img.shields.io/badge/Version-6.3.46-informational?style=flat-square)
44

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

@@ -1210,7 +1210,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
12101210
| volumeProvisioner.dind-lv-monitor | object | See below | `dind-lv-monitor` DaemonSet parameters (local volumes cleaner) |
12111211
| volumeProvisioner.enabled | bool | `true` | Enable volume-provisioner |
12121212
| volumeProvisioner.env | object | `{}` | Add additional env vars |
1213-
| volumeProvisioner.image | object | `{"registry":"quay.io","repository":"codefresh/dind-volume-provisioner","tag":"1.34.3"}` | Set image |
1213+
| volumeProvisioner.image | object | `{"registry":"quay.io","repository":"codefresh/dind-volume-provisioner","tag":"1.35.0"}` | Set image |
12141214
| volumeProvisioner.nodeSelector | object | `{}` | Set node selector |
12151215
| volumeProvisioner.podAnnotations | object | `{}` | Set pod annotations |
12161216
| volumeProvisioner.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
@@ -174,7 +174,7 @@ volumeProvisioner:
174174
image:
175175
registry: quay.io
176176
repository: codefresh/dind-volume-provisioner
177-
tag: 1.34.3
177+
tag: 1.35.0
178178
# -- Add additional env vars
179179
env: {}
180180
# E.g.

0 commit comments

Comments
 (0)