Skip to content

Commit

Permalink
fix(onprem): resources overrides for agentless runtime (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko authored May 10, 2024
1 parent 1493260 commit 678a434
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 3 additions & 5 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.22
version: 6.3.23
keywords:
- codefresh
- runner
Expand All @@ -17,10 +17,8 @@ annotations:
# artifacthub.io/containsSecurityUpdates: "true"
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
artifacthub.io/changes: |
- kind: changed
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)
- kind: fixed
description: Fix resource requests and limits overrides for agentless runtime
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.22](https://img.shields.io/badge/Version-6.3.22-informational?style=flat-square)
![Version: 6.3.23](https://img.shields.io/badge/Version-6.3.23-informational?style=flat-square)

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,7 @@ appProxy:
externalIP: >-
{{ printf "https://%s%s" .Values.appProxy.ingress.host .Values.appProxy.ingress.pathPrefix }}
{{- end }}
{{- if not .Values.runtime.agent }}
systemHybrid: true
{{- end }}
{{- end }}

0 comments on commit 678a434

Please sign in to comment.