Skip to content

Commit 2c20a50

Browse files
feat(dind): Add docker daemon metrics endpoint to default configuration (#599)
1 parent 3b0f53c commit 2c20a50

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 3 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: 8.0.1
4+
version: 8.0.2
55
keywords:
66
- codefresh
77
- runner
@@ -17,8 +17,8 @@ annotations:
1717
artifacthub.io/containsSecurityUpdates: "true"
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
20-
- kind: fixed
21-
description: "Fix patch-runtime.sh script to not modify accounts when agent is false"
20+
- kind: added
21+
description: "Add docker daemon metrics endpoint to default configuration"
2222
dependencies:
2323
- name: cf-common
2424
repository: oci://quay.io/codefresh/charts

charts/cf-runtime/README.md

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

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

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

charts/cf-runtime/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,11 @@ serviceMonitor:
908908
relabelings:
909909
- action: labelmap
910910
regex: __meta_kubernetes_pod_label_(.+)
911+
- path: /metrics
912+
targetPort: 9323
913+
relabelings:
914+
- action: labelmap
915+
regex: __meta_kubernetes_pod_label_(.+)
911916
# -- Add podMonitor (for engine pods)
912917
# @default -- See below
913918
podMonitor:

0 commit comments

Comments
 (0)