Skip to content

Commit 20260f9

Browse files
build: upgrade dind-volume-provisioner to 2.0.0 (#617)
1 parent 1172543 commit 20260f9

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 7 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: 8.3.3
4+
version: 8.3.4
55
keywords:
66
- codefresh
77
- runner
@@ -17,8 +17,12 @@ annotations:
1717
artifacthub.io/containsSecurityUpdates: "true"
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
20-
- kind: fixed
21-
description: "Fix typo in \"runtime.engine.runtimeImagesRegistry\""
20+
- kind: changed
21+
description: "Update \"dind-volume-provisioner\" to 2.0.0"
22+
- kind: security
23+
description: "Fix CVE-2025-50181, CVE-2025-5222, CVE-2024-47081, CVE-2025-29087, CVE-2025-29088, CVE-2025-3277, CVE-2025-6965, CVE-2025-1352, CVE-2025-1376, CVE-2025-4598, CVE-2025-6020, CVE-2025-5702, CVE-2025-5987, CVE-2025-5372, CVE-2025-5318, CVE-2025-5351, CVE-2025-4877, CVE-2025-4878, CVE-2025-4373, CVE-2025-6052, CVE-2025-52555, CVE-2025-47273, CVE-2025-40909, CVE-2025-6395, CVE-2025-32988, CVE-2025-32989, CVE-2025-32990, CVE-2024-12718, CVE-2025-8194, CVE-2025-6069, CVE-2025-4517, CVE-2025-4435, CVE-2025-4516, CVE-2025-4330, CVE-2025-4138, CVE-2025-1795, CVE-2025-3576, CVE-2025-22868"
24+
- kind: removed
25+
description: "Remove support for \"rbd\" volume backend from \"dind-volume-provisioner\""
2226
dependencies:
2327
- name: cf-common
2428
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: 8.3.3](https://img.shields.io/badge/Version-8.3.3-informational?style=flat-square)
3+
![Version: 8.3.4](https://img.shields.io/badge/Version-8.3.4-informational?style=flat-square)
44

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

@@ -1428,7 +1428,7 @@ Install the Helm chart
14281428
| volumeProvisioner.dind-lv-monitor | object | See below | `dind-lv-monitor` DaemonSet parameters (local volumes cleaner) |
14291429
| volumeProvisioner.enabled | bool | `true` | Enable volume-provisioner |
14301430
| volumeProvisioner.env | object | `{}` | Add additional env vars |
1431-
| volumeProvisioner.image | object | `{"digest":"sha256:94323807949da518a051fc8d95947da32f9276bfb78388cb133b2f38de818838","registry":"quay.io","repository":"codefresh/dind-volume-provisioner","tag":"1.35.4"}` | Set image |
1431+
| volumeProvisioner.image | object | `{"digest":"sha256:d158998a69c6843b1420ddae0b3cb18f46fe7fc0cf0e51b92f4a73f9b189d291","registry":"quay.io","repository":"codefresh/dind-volume-provisioner","tag":"2.0.0"}` | Set image |
14321432
| volumeProvisioner.name | string | `""` | Set volume-provisioner deployment name |
14331433
| volumeProvisioner.nodeSelector | object | `{}` | Set node selector |
14341434
| volumeProvisioner.podAnnotations | object | `{}` | Set pod annotations |

charts/cf-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ volumeProvisioner:
163163
image:
164164
registry: quay.io
165165
repository: codefresh/dind-volume-provisioner
166-
tag: 1.35.4
167-
digest: sha256:94323807949da518a051fc8d95947da32f9276bfb78388cb133b2f38de818838
166+
tag: 2.0.0
167+
digest: sha256:d158998a69c6843b1420ddae0b3cb18f46fe7fc0cf0e51b92f4a73f9b189d291
168168
# -- Add additional env vars
169169
env: {}
170170
# E.g.

0 commit comments

Comments
 (0)