mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 04:26:51 +00:00
Fix typo in release note for ARC 0.27.0 (#2158)
This commit is contained in:
@@ -40,7 +40,7 @@ spec:
|
|||||||
pullRequest: {}
|
pullRequest: {}
|
||||||
```
|
```
|
||||||
|
|
||||||
You need to update the spec to look like the below, along with enabling the `Workflow Job` events(and disabling unneeded `Push`, `Check Run`, and `Pull Request` evenst) on your webhook setting page on GitHub.
|
You need to update the spec to look like the below, along with enabling the `Workflow Job` events(and disabling unneeded `Push`, `Check Run`, and `Pull Request` events) on your webhook setting page on GitHub.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
kind: HorizontalRunnerAutoscaler
|
kind: HorizontalRunnerAutoscaler
|
||||||
|
|||||||
@@ -4,7 +4,8 @@ The following table summarizes the version mapping between controller and chart
|
|||||||
|
|
||||||
|Controller (App) Version|Chart Version|
|
|Controller (App) Version|Chart Version|
|
||||||
|---|---|
|
|---|---|
|
||||||
|0.26.0|0.21.0|
|
|0.27.0|0.22.0|
|
||||||
|
|0.26.0|0.21.1/0.21.0|
|
||||||
|0.25.2|0.20.2|
|
|0.25.2|0.20.2|
|
||||||
|0.25.1|0.20.1|
|
|0.25.1|0.20.1|
|
||||||
|0.25.0|0.20.0|
|
|0.25.0|0.20.0|
|
||||||
|
|||||||
Reference in New Issue
Block a user