Skip to content

Commit f8e7862

Browse files
docs: fix mandatory token note (#370)
Signed-off-by: mikhail-klimko <[email protected]>
1 parent 21c1e6d commit f8e7862

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.2
4+
version: 3.0.3
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: changed
18-
description: Run ci on rootless dind
17+
- kind: fixed
18+
description: Fix README note for mandatory api token
1919
dependencies:
2020
- name: cf-common
2121
repository: https://chartmuseum.codefresh.io/cf-common

charts/cf-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
Helm 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

9191
Affected 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`

charts/cf-runtime/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

9191
Affected 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`

0 commit comments

Comments
 (0)