Skip to content

Commit

Permalink
helm-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Apr 24, 2024
1 parent cba3f8a commit 1dbcb87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 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: 6.3.21
version: 6.3.22
keywords:
- codefresh
- runner
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/cf-runtime/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 1dbcb87

Please sign in to comment.