Skip to content

Commit

Permalink
[ci] Update tag 4.27.0-20241225 in docs and files
Browse files Browse the repository at this point in the history
[skip test]
  • Loading branch information
selenium-ci committed Dec 25, 2024
1 parent 7f238e2 commit 53a78a7
Show file tree
Hide file tree
Showing 30 changed files with 1,734 additions and 456 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ body:
attributes:
label: Docker Selenium version (image tag)
description: What version of Docker Selenium are you using?
placeholder: 4.27.0-20241204? Please use the full tag, avoid "latest"
placeholder: 4.27.0-20241225? Please use the full tag, avoid "latest"
validations:
required: true
- type: input
Expand Down
12 changes: 6 additions & 6 deletions .keda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ The stable implementation will be merged to the upstream KEDA repository frequen
Replace the image registry and tag of these KEDA components with the patched image tag:

```bash
docker pull selenium/keda:2.16.0-selenium-grid-20241204
docker pull selenium/keda-metrics-apiserver:2.16.0-selenium-grid-20241204
docker pull selenium/keda-admission-webhooks:2.16.0-selenium-grid-20241204
docker pull selenium/keda:2.16.1-selenium-grid-20241225
docker pull selenium/keda-metrics-apiserver:2.16.1-selenium-grid-20241225
docker pull selenium/keda-admission-webhooks:2.16.1-selenium-grid-20241225
```

Besides that, you also can use image tag `latest` or `nightly`.
Expand All @@ -27,15 +27,15 @@ If you are deploying KEDA core using their official Helm [chart](https://github.
keda:
registry: selenium
repository: keda
tag: "2.16.0-selenium-grid-20241204"
tag: "2.16.1-selenium-grid-20241225"
metricsApiServer:
registry: selenium
repository: keda-metrics-apiserver
tag: "2.16.0-selenium-grid-20241204"
tag: "2.16.1-selenium-grid-20241225"
webhooks:
registry: selenium
repository: keda-admission-webhooks
tag: "2.16.0-selenium-grid-20241204"
tag: "2.16.1-selenium-grid-20241225"
```
If you are deployment Selenium Grid chart with `autoscaling.enabled` is `true` (implies installing KEDA sub-chart), KEDA images registry and tag already set in the `values.yaml`. Refer to list [configuration](../charts/selenium-grid/CONFIGURATION.md).
Expand Down
Loading

0 comments on commit 53a78a7

Please sign in to comment.