Skip to content

Commit 0e8eccb

Browse files
build: upgrade dind to 25.0.4-1.28.5 (#453)
1 parent c5774bf commit 0e8eccb

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

charts/cf-runtime/.ci/values-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runner:
2323
runtime:
2424
dind:
2525
image:
26-
tag: 24.0.6-1.28.3-rootless
26+
tag: 25.0.4-1.28.5-rootless
2727
podLabels:
2828
key: dind
2929
resources:

charts/cf-runtime/Chart.yaml

Lines changed: 4 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.16
4+
version: 6.3.17
55
keywords:
66
- codefresh
77
- runner
@@ -13,9 +13,10 @@ maintainers:
1313
- name: codefresh
1414
url: https://codefresh-io.github.io/
1515
annotations:
16+
artifacthub.io/containsSecurityUpdates: "true"
1617
artifacthub.io/changes: |
17-
- kind: security
18-
description: Upgraded k8s-agent to 1.3.17
18+
- kind: changed
19+
description: Upgrade dind to 25.0.4-1.28.5
1920
dependencies:
2021
- name: cf-common
2122
repository: oci://quay.io/codefresh/charts

charts/cf-runtime/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh Runner
22

3-
![Version: 6.3.16](https://img.shields.io/badge/Version-6.3.16-informational?style=flat-square)
3+
![Version: 6.3.17](https://img.shields.io/badge/Version-6.3.17-informational?style=flat-square)
44

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

@@ -1013,10 +1013,10 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
10131013
| runtime.accounts | list | `[]` | (for On-Premise only) Assign accounts to runtime (list of account ids) |
10141014
| runtime.agent | bool | `true` | (for On-Premise only) Enable agent |
10151015
| runtime.description | string | `""` | Runtime description |
1016-
| 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). |
1016+
| 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). |
10171017
| runtime.dind.affinity | object | `{}` | Set affinity |
10181018
| runtime.dind.env | object | `{}` | Set additional env vars. |
1019-
| runtime.dind.image | object | `{"registry":"quay.io","repository":"codefresh/dind","tag":"24.0.6-1.28.3"}` | Set dind image. |
1019+
| runtime.dind.image | object | `{"registry":"quay.io","repository":"codefresh/dind","tag":"25.0.4-1.28.5"}` | Set dind image. |
10201020
| runtime.dind.nodeSelector | object | `{}` | Set node selector. |
10211021
| runtime.dind.podAnnotations | object | `{}` | Set pod annotations. |
10221022
| runtime.dind.podLabels | object | `{}` | Set pod labels. |

charts/cf-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ runtime:
431431
image:
432432
registry: quay.io
433433
repository: codefresh/dind
434-
tag: 24.0.6-1.28.3 # use `latest-rootless/rootless/24.0.6-1.28.3-rootless` tags for rootless-dind
434+
tag: 25.0.4-1.28.5 # use `latest-rootless/rootless/25.0.4-1.28.5-rootless` tags for rootless-dind
435435
# -- Set dind resources.
436436
resources:
437437
requests: null

0 commit comments

Comments
 (0)