Skip to content

Commit 55c7750

Browse files
fix: env var indent in runtime patch job (#376)
Signed-off-by: mikhail-klimko <[email protected]>
1 parent 6d89001 commit 55c7750

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 3.0.6
4+
version: 3.0.7
55
keywords:
66
- codefresh
77
- runner
@@ -14,8 +14,8 @@ maintainers:
1414
url: https://codefresh-io.github.io/
1515
annotations:
1616
artifacthub.io/changes: |
17-
- kind: added
18-
description: Add env to runtime patch job
17+
- kind: fixed
18+
description: Fix env var indent in runtime patch job
1919
dependencies:
2020
- name: cf-common
2121
repository: https://chartmuseum.codefresh.io/cf-common

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: 3.0.6](https://img.shields.io/badge/Version-3.0.6-informational?style=flat-square)
3+
![Version: 3.0.7](https://img.shields.io/badge/Version-3.0.7-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/update-runtime-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
{{- include "runtime.installation-token-env-var-value" . | indent 10}}
4949
- name: API_HOST
5050
value: {{ .Values.global.codefreshHost }}
51-
{{- include (printf "%s.env-vars" $cfCommonTplSemver) (dict "Values" $values.env "context" .) | nindent 10 }}
51+
{{- include (printf "%s.env-vars" $cfCommonTplSemver) (dict "Values" $values.env "context" .) | nindent 8 }}
5252
volumeMounts:
5353
- name: config
5454
mountPath: /usr/share/extras/runtime.yaml

0 commit comments

Comments
 (0)