From 64bb2ae027833059455da37c4c10dd797c9e9c47 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 2 Jul 2024 09:10:13 +0300 Subject: [PATCH] updated dind-volume-provisioner to `1.34.4` --- charts/cf-runtime/Chart.yaml | 2 +- charts/cf-runtime/README.md | 4 ++-- charts/cf-runtime/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/cf-runtime/Chart.yaml b/charts/cf-runtime/Chart.yaml index 3e4eb3aed..cfe9a8db6 100644 --- a/charts/cf-runtime/Chart.yaml +++ b/charts/cf-runtime/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: A Helm chart for Codefresh Runner name: cf-runtime -version: 6.3.38 +version: 6.3.39 keywords: - codefresh - runner diff --git a/charts/cf-runtime/README.md b/charts/cf-runtime/README.md index f8fae2c39..093410f7c 100644 --- a/charts/cf-runtime/README.md +++ b/charts/cf-runtime/README.md @@ -1,6 +1,6 @@ ## Codefresh Runner -![Version: 6.3.38](https://img.shields.io/badge/Version-6.3.38-informational?style=flat-square) +![Version: 6.3.39](https://img.shields.io/badge/Version-6.3.39-informational?style=flat-square) Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes. @@ -1205,7 +1205,7 @@ Go to [https:///admin/runtime-environments/system](http | volumeProvisioner.dind-lv-monitor | object | See below | `dind-lv-monitor` DaemonSet parameters (local volumes cleaner) | | volumeProvisioner.enabled | bool | `true` | Enable volume-provisioner | | volumeProvisioner.env | object | `{}` | Add additional env vars | -| volumeProvisioner.image | object | `{"registry":"quay.io","repository":"codefresh/dind-volume-provisioner","tag":"1.34.3"}` | Set image | +| volumeProvisioner.image | object | `{"registry":"quay.io","repository":"codefresh/dind-volume-provisioner","tag":"1.34.4"}` | Set image | | volumeProvisioner.nodeSelector | object | `{}` | Set node selector | | volumeProvisioner.podAnnotations | object | `{}` | Set pod annotations | | volumeProvisioner.podSecurityContext | object | See below | Set security context for the pod | diff --git a/charts/cf-runtime/values.yaml b/charts/cf-runtime/values.yaml index 5f8395369..0e47a26b0 100644 --- a/charts/cf-runtime/values.yaml +++ b/charts/cf-runtime/values.yaml @@ -174,7 +174,7 @@ volumeProvisioner: image: registry: quay.io repository: codefresh/dind-volume-provisioner - tag: 1.34.3 + tag: 1.34.4 # -- Add additional env vars env: {} # E.g.