File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22description : A Helm chart for Codefresh Runner
33name : cf-runtime
4- version : 3.0.6
4+ version : 3.0.7
55keywords :
66 - codefresh
77 - runner
@@ -14,8 +14,8 @@ maintainers:
1414 url : https://codefresh-io.github.io/
1515annotations :
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
1919dependencies :
2020 - name : cf-common
2121 repository : https://chartmuseum.codefresh.io/cf-common
Original file line number Diff line number Diff line change 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
55Helm chart for deploying [ Codefresh Runner] ( https://codefresh.io/docs/docs/installation/codefresh-runner/ ) to Kubernetes.
66
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments