File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
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.2
4+ version : 3.0.3
55keywords :
66 - codefresh
77 - runner
@@ -14,8 +14,8 @@ maintainers:
1414 url : https://codefresh-io.github.io/
1515annotations :
1616 artifacthub.io/changes : |
17- - kind: changed
18- description: Run ci on rootless dind
17+ - kind: fixed
18+ description: Fix README note for mandatory api token
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.2 ] ( https://img.shields.io/badge/Version-3.0.2 -informational?style=flat-square )
3+ ![ Version: 3.0.3 ] ( https://img.shields.io/badge/Version-3.0.3 -informational?style=flat-square )
44
55Helm chart for deploying [ Codefresh Runner] ( https://codefresh.io/docs/docs/installation/codefresh-runner/ ) to Kubernetes.
66
@@ -89,7 +89,7 @@ That means it is possible to set parametes for `dind` and `engine` pods via [val
8989**For backward compatibility, you can disable updating runtime-environment spec via** `.Values.runtime.patch.enabled=false`
9090
9191Affected values:
92- - added **mandatory** `global.codefresh. codefreshToken`/`global.codefresh .codefreshTokenSecretKeyRef` **You must specify it before the upgrade!**
92+ - added **mandatory** `global.codefreshToken`/`global.codefreshTokenSecretKeyRef` **You must specify it before the upgrade!**
9393- `runtime.engine` is added
9494- `runtime.dind` is added
9595- `global.existingAgentToken` is replaced with `global.agentTokenSecretKeyRef`
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ That means it is possible to set parametes for `dind` and `engine` pods via [val
8989**For backward compatibility, you can disable updating runtime-environment spec via** `.Values.runtime.patch.enabled=false`
9090
9191Affected values:
92- - added **mandatory** `global.codefresh. codefreshToken`/`global.codefresh .codefreshTokenSecretKeyRef` **You must specify it before the upgrade!**
92+ - added **mandatory** `global.codefreshToken`/`global.codefreshTokenSecretKeyRef` **You must specify it before the upgrade!**
9393- `runtime.engine` is added
9494- `runtime.dind` is added
9595- `global.existingAgentToken` is replaced with `global.agentTokenSecretKeyRef`
You can’t perform that action at this time.
0 commit comments