Skip to content

Commit de0f22a

Browse files
fix(cf-runtime): fix images for arm (#430)
1 parent 6283f47 commit de0f22a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 2 additions & 2 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.3.5
4+
version: 6.3.6
55
keywords:
66
- codefresh
77
- runner
@@ -15,7 +15,7 @@ maintainers:
1515
annotations:
1616
artifacthub.io/changes: |
1717
- kind: fixed
18-
description: Fix memory and CPU metrics for cgroup v2
18+
description: Update codefresh/kubectl and codefresh/cf-k8s-agent images
1919
dependencies:
2020
- name: cf-common
2121
repository: oci://quay.io/codefresh/charts

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.3.5](https://img.shields.io/badge/Version-6.3.5-informational?style=flat-square)
3+
![Version: 6.3.6](https://img.shields.io/badge/Version-6.3.6-informational?style=flat-square)
44

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

@@ -964,7 +964,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
964964
| monitor.affinity | object | `{}` | Set affinity |
965965
| monitor.enabled | bool | `false` | Enable monitor Ref: https://codefresh.io/docs/docs/installation/codefresh-runner/#install-monitoring-component |
966966
| monitor.env | object | `{}` | Add additional env vars |
967-
| monitor.image | object | `{"registry":"quay.io","repository":"codefresh/agent","tag":"stable"}` | Set image |
967+
| monitor.image | object | `{"registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.16"}` | Set image |
968968
| monitor.nodeSelector | object | `{}` | Set node selector |
969969
| monitor.podAnnotations | object | `{}` | Set pod annotations |
970970
| monitor.podSecurityContext | object | `{}` | |

charts/cf-runtime/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ runtime:
578578
image:
579579
registry: quay.io
580580
repository: codefresh/kubectl
581-
tag: 1.27.2
581+
tag: 1.28.4
582582
rbac:
583583
enabled: true
584584
annotations: {}
@@ -708,8 +708,8 @@ monitor:
708708
# -- Set image
709709
image:
710710
registry: quay.io
711-
repository: codefresh/agent
712-
tag: stable
711+
repository: codefresh/cf-k8s-agent
712+
tag: 1.3.16
713713
# -- Add additional env vars
714714
env: {}
715715

0 commit comments

Comments
 (0)