Skip to content

Commit 192c1d3

Browse files
fix: update cf-common lib (#406)
1 parent 503222d commit 192c1d3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 5 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.1.9
4+
version: 6.1.10
55
keywords:
66
- codefresh
77
- runner
@@ -14,9 +14,11 @@ maintainers:
1414
url: https://codefresh-io.github.io/
1515
annotations:
1616
artifacthub.io/changes: |
17+
- kind: changed
18+
description: Update cf-common lib chart
1719
- kind: fixed
18-
description: Fix dind-volume-provisioner label filtering
20+
description: Fix line separation for podMonitor and serviceMonitor
1921
dependencies:
2022
- name: cf-common
2123
repository: https://chartmuseum.codefresh.io/cf-common
22-
version: 0.13.0
24+
version: 0.15.2

charts/cf-runtime/README.md

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

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

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

@@ -890,7 +890,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
890890

891891
| Repository | Name | Version |
892892
|------------|------|---------|
893-
| https://chartmuseum.codefresh.io/cf-common | cf-common | 0.13.0 |
893+
| https://chartmuseum.codefresh.io/cf-common | cf-common | 0.15.2 |
894894

895895
## Values
896896

0 commit comments

Comments
 (0)