Skip to content

Commit 678a434

Browse files
fix(onprem): resources overrides for agentless runtime (#457)
1 parent 1493260 commit 678a434

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 3 additions & 5 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.22
4+
version: 6.3.23
55
keywords:
66
- codefresh
77
- runner
@@ -17,10 +17,8 @@ annotations:
1717
# artifacthub.io/containsSecurityUpdates: "true"
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
20-
- kind: changed
21-
description: Remove extra space in sidecar container (reconcile-runtime) command for runner deployment
22-
- kind: changed
23-
description: Remove extra space in container commands for jobs (gencerts-dind/cleanup)
20+
- kind: fixed
21+
description: Fix resource requests and limits overrides for agentless runtime
2422
dependencies:
2523
- name: cf-common
2624
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: 6.3.22](https://img.shields.io/badge/Version-6.3.22-informational?style=flat-square)
3+
![Version: 6.3.23](https://img.shields.io/badge/Version-6.3.23-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/templates/runtime/runtime-env-spec-tmpl.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,7 @@ appProxy:
178178
externalIP: >-
179179
{{ printf "https://%s%s" .Values.appProxy.ingress.host .Values.appProxy.ingress.pathPrefix }}
180180
{{- end }}
181+
{{- if not .Values.runtime.agent }}
182+
systemHybrid: true
183+
{{- end }}
181184
{{- end }}

0 commit comments

Comments
 (0)