Hey.
We just discovered that the Helm tests for Keycloakx use a Selenium container from 2023, and because the whole Seleniarm piroject has been archived in 2024, so we can't just update to a newer tag.
Maybe switch to the regular Selenium images?
|
# The image for the test Pod |
|
repository: docker.io/seleniarm/standalone-chromium |
|
# The tag for the test Pod image |
|
tag: "117.0" |
A quick test failed at the pip installation in the test.sh, so there need to be a few changes maade, to make it work with the new container.
Hey.
We just discovered that the Helm tests for Keycloakx use a Selenium container from 2023, and because the whole Seleniarm piroject has been archived in 2024, so we can't just update to a newer tag.
Maybe switch to the regular Selenium images?
helm-charts/charts/keycloakx/values.yaml
Lines 613 to 616 in 4e64ddf
A quick test failed at the pip installation in the test.sh, so there need to be a few changes maade, to make it work with the new container.