Skip to content

Commit

Permalink
chore(keycloakx): Upgrade standalone-chromium to 117.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Darimont <[email protected]>
  • Loading branch information
thomasdarimont committed Oct 15, 2023
1 parent 75f45e4 commit 4993f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/keycloakx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The following table lists the configurable parameters of the Keycloak-X chart an
| `autoscaling.behavior` | The scaling policy configuration for the HorizontalPodAutoscaler | `{"scaleDown":{"policies":[{"periodSeconds":300,"type":"Pods","value":1}],"stabilizationWindowSeconds":300}` |
| `test.enabled` | If `true`, test resources are created | `false` |
| `test.image.repository` | The image for the test Pod | `docker.io/seleniarm/standalone-chromium` |
| `test.image.tag` | The tag for the test Pod image | `111.0` |
| `test.image.tag` | The tag for the test Pod image | `117.0` |
| `test.image.pullPolicy` | The image pull policy for the test Pod image | `IfNotPresent` |
| `test.podSecurityContext` | SecurityContext for the entire test Pod | `{"fsGroup":1000}` |
| `test.securityContext` | SecurityContext for the test container | `{"runAsNonRoot":true,"runAsUser":1000}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloakx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ test:
# The image for the test Pod
repository: docker.io/seleniarm/standalone-chromium
# The tag for the test Pod image
tag: "111.0"
tag: "117.0"
# The image pull policy for the test Pod image
pullPolicy: IfNotPresent
# SecurityContext for the entire test Pod
Expand Down

0 comments on commit 4993f74

Please sign in to comment.