File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
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.5
4+ version : 3.0.6
55keywords :
66 - codefresh
77 - runner
@@ -15,7 +15,7 @@ maintainers:
1515annotations :
1616 artifacthub.io/changes : |
1717 - kind: added
18- description: Add chart signing via Cosign
18+ description: Add env to 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.5 ] ( https://img.shields.io/badge/Version-3.0.5 -informational?style=flat-square )
3+ ![ Version: 3.0.6 ] ( https://img.shields.io/badge/Version-3.0.6 -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 }}
5152 volumeMounts :
5253 - name : config
5354 mountPath : /usr/share/extras/runtime.yaml
Original file line number Diff line number Diff line change @@ -506,6 +506,7 @@ runtime:
506506 podSecurityContext : {}
507507 resources : {}
508508 tolerations : []
509+ env : {}
509510
510511 # -- Set parent runtime to inherit.
511512 # Should not be changes. Parent runtime is controlled from Codefresh side.
You can’t perform that action at this time.
0 commit comments