Skip to content

Commit 53a78a7

Browse files
committed
[ci] Update tag 4.27.0-20241225 in docs and files
[skip test]
1 parent 7f238e2 commit 53a78a7

30 files changed

+1734
-456
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ body:
5656
attributes:
5757
label: Docker Selenium version (image tag)
5858
description: What version of Docker Selenium are you using?
59-
placeholder: 4.27.0-20241204? Please use the full tag, avoid "latest"
59+
placeholder: 4.27.0-20241225? Please use the full tag, avoid "latest"
6060
validations:
6161
required: true
6262
- type: input

Diff for: .keda/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ The stable implementation will be merged to the upstream KEDA repository frequen
1313
Replace the image registry and tag of these KEDA components with the patched image tag:
1414

1515
```bash
16-
docker pull selenium/keda:2.16.0-selenium-grid-20241204
17-
docker pull selenium/keda-metrics-apiserver:2.16.0-selenium-grid-20241204
18-
docker pull selenium/keda-admission-webhooks:2.16.0-selenium-grid-20241204
16+
docker pull selenium/keda:2.16.1-selenium-grid-20241225
17+
docker pull selenium/keda-metrics-apiserver:2.16.1-selenium-grid-20241225
18+
docker pull selenium/keda-admission-webhooks:2.16.1-selenium-grid-20241225
1919
```
2020

2121
Besides that, you also can use image tag `latest` or `nightly`.
@@ -27,15 +27,15 @@ If you are deploying KEDA core using their official Helm [chart](https://github.
2727
keda:
2828
registry: selenium
2929
repository: keda
30-
tag: "2.16.0-selenium-grid-20241204"
30+
tag: "2.16.1-selenium-grid-20241225"
3131
metricsApiServer:
3232
registry: selenium
3333
repository: keda-metrics-apiserver
34-
tag: "2.16.0-selenium-grid-20241204"
34+
tag: "2.16.1-selenium-grid-20241225"
3535
webhooks:
3636
registry: selenium
3737
repository: keda-admission-webhooks
38-
tag: "2.16.0-selenium-grid-20241204"
38+
tag: "2.16.1-selenium-grid-20241225"
3939
```
4040
4141
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).

0 commit comments

Comments
 (0)