Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/cf-runtime/.ci/values-rootless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ volumeProvisioner:
runtime:
dind:
image:
tag: 28.5.1-3.0.4-rootless
digest: sha256:f41a83414a4befefef4b594f97770a144160370dec111a8d0ffb217cefa68287
tag: 28.5.1-3.0.5-rootless
digest: sha256:49d77f61e754db1329c7969cc20d2e6b6d034faa33b7303835eff318223e85ed
userVolumeMounts:
dind:
name: dind
Expand Down
8 changes: 6 additions & 2 deletions charts/cf-runtime/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Codefresh Runner
name: cf-runtime
version: 8.3.14
version: 8.3.15
keywords:
- codefresh
- runner
Expand All @@ -17,8 +17,12 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
artifacthub.io/changes: |
- kind: changed
description: "Update \"engine\" to 1.180.6"
- kind: fixed
description: "Fix an issue that prevented the Docker metrics collector from shutting down gracefully"
- kind: security
description: "Security fixes in dind, engine, cf-cosign-image-signer, cf-container-logger, cf-docker-puller and cf-docker-pusher."
description: "Security fixes in cf-debugger, cf-git-cloner, cli, dind, engine, fs-ops and kubectl"
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand Down
Loading