From 9292f970f227a5558a378bf9b495140e3288b507 Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Wed, 10 Apr 2024 10:54:15 +0400 Subject: [PATCH] build: upgrade `dind` to 25.0.4-1.28.5 --- charts/cf-runtime/.ci/values-ci.yaml | 2 +- charts/cf-runtime/Chart.yaml | 7 ++++--- charts/cf-runtime/README.md | 6 +++--- charts/cf-runtime/values.yaml | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/charts/cf-runtime/.ci/values-ci.yaml b/charts/cf-runtime/.ci/values-ci.yaml index dfeba29c..16430894 100644 --- a/charts/cf-runtime/.ci/values-ci.yaml +++ b/charts/cf-runtime/.ci/values-ci.yaml @@ -23,7 +23,7 @@ runner: runtime: dind: image: - tag: 24.0.6-1.28.3-rootless + tag: 25.0.4-1.28.5-rootless podLabels: key: dind resources: diff --git a/charts/cf-runtime/Chart.yaml b/charts/cf-runtime/Chart.yaml index 004c194b..bd3dd14c 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.16 +version: 6.3.17 keywords: - codefresh - runner @@ -13,9 +13,10 @@ maintainers: - name: codefresh url: https://codefresh-io.github.io/ annotations: + artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - - kind: security - description: Upgraded k8s-agent to 1.3.17 + - kind: changed + description: Upgrade dind to 25.0.4-1.28.5 dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts diff --git a/charts/cf-runtime/README.md b/charts/cf-runtime/README.md index e9a4b57a..09005e49 100644 --- a/charts/cf-runtime/README.md +++ b/charts/cf-runtime/README.md @@ -1,6 +1,6 @@ ## Codefresh Runner -![Version: 6.3.16](https://img.shields.io/badge/Version-6.3.16-informational?style=flat-square) +![Version: 6.3.17](https://img.shields.io/badge/Version-6.3.17-informational?style=flat-square) Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes. @@ -1013,10 +1013,10 @@ Go to [https:///admin/runtime-environments/system](http | runtime.accounts | list | `[]` | (for On-Premise only) Assign accounts to runtime (list of account ids) | | runtime.agent | bool | `true` | (for On-Premise only) Enable agent | | runtime.description | string | `""` | Runtime description | -| runtime.dind | object | `{"affinity":{},"env":{},"image":{"registry":"quay.io","repository":"codefresh/dind","tag":"24.0.6-1.28.3"},"nodeSelector":{},"podAnnotations":{},"podLabels":{},"pvcs":{"dind":{"name":"dind","reuseVolumeSelector":"codefresh-app,io.codefresh.accountName","reuseVolumeSortOrder":"pipeline_id","storageClassName":"{{ include \"dind-volume-provisioner.storageClassName\" . }}","volumeSize":"16Gi"}},"resources":{"limits":{"cpu":"400m","memory":"800Mi"},"requests":null},"schedulerName":"","serviceAccount":"codefresh-engine","tolerations":[],"userAccess":true,"userVolumeMounts":{},"userVolumes":{}}` | Parameters for DinD (docker-in-docker) pod (aka "runtime" pod). | +| runtime.dind | object | `{"affinity":{},"env":{},"image":{"registry":"quay.io","repository":"codefresh/dind","tag":"25.0.4-1.28.5"},"nodeSelector":{},"podAnnotations":{},"podLabels":{},"pvcs":{"dind":{"name":"dind","reuseVolumeSelector":"codefresh-app,io.codefresh.accountName","reuseVolumeSortOrder":"pipeline_id","storageClassName":"{{ include \"dind-volume-provisioner.storageClassName\" . }}","volumeSize":"16Gi"}},"resources":{"limits":{"cpu":"400m","memory":"800Mi"},"requests":null},"schedulerName":"","serviceAccount":"codefresh-engine","tolerations":[],"userAccess":true,"userVolumeMounts":{},"userVolumes":{}}` | Parameters for DinD (docker-in-docker) pod (aka "runtime" pod). | | runtime.dind.affinity | object | `{}` | Set affinity | | runtime.dind.env | object | `{}` | Set additional env vars. | -| runtime.dind.image | object | `{"registry":"quay.io","repository":"codefresh/dind","tag":"24.0.6-1.28.3"}` | Set dind image. | +| runtime.dind.image | object | `{"registry":"quay.io","repository":"codefresh/dind","tag":"25.0.4-1.28.5"}` | Set dind image. | | runtime.dind.nodeSelector | object | `{}` | Set node selector. | | runtime.dind.podAnnotations | object | `{}` | Set pod annotations. | | runtime.dind.podLabels | object | `{}` | Set pod labels. | diff --git a/charts/cf-runtime/values.yaml b/charts/cf-runtime/values.yaml index db6d031f..a4954b86 100644 --- a/charts/cf-runtime/values.yaml +++ b/charts/cf-runtime/values.yaml @@ -431,7 +431,7 @@ runtime: image: registry: quay.io repository: codefresh/dind - tag: 24.0.6-1.28.3 # use `latest-rootless/rootless/24.0.6-1.28.3-rootless` tags for rootless-dind + tag: 25.0.4-1.28.5 # use `latest-rootless/rootless/25.0.4-1.28.5-rootless` tags for rootless-dind # -- Set dind resources. resources: requests: null