diff --git a/charts/cf-runtime/Chart.yaml b/charts/cf-runtime/Chart.yaml index e57420bc..f6dabd32 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.21 +version: 6.3.22 keywords: - codefresh - runner @@ -18,7 +18,9 @@ annotations: # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: | - kind: changed - description: Remove extra space in init container command for runner deployment + description: Remove extra space in sidecar container (reconcile-runtime) command for runner deployment + - kind: changed + description: Remove extra space in container commands for jobs (gencerts-dind/cleanup) 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 42877db1..cd8c7331 100644 --- a/charts/cf-runtime/README.md +++ b/charts/cf-runtime/README.md @@ -1,6 +1,6 @@ ## Codefresh Runner -![Version: 6.3.21](https://img.shields.io/badge/Version-6.3.21-informational?style=flat-square) +![Version: 6.3.22](https://img.shields.io/badge/Version-6.3.22-informational?style=flat-square) Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes.