Skip to content

Commit

Permalink
Merge pull request quarkus-qe#853 from gtroitsk/bump-keycloak-22
Browse files Browse the repository at this point in the history
Bump Keycloak to 22.0.1 version
  • Loading branch information
michalvavrik authored Aug 8, 2023
2 parents 158aa94 + 43fdfd3 commit de00d2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class OpenShiftUsingCustomTemplateResourceIT {
private static final String CLIENT_ID_DEFAULT = "test-application-client";
private static final String CLIENT_SECRET_DEFAULT = "test-application-client-secret";

@Container(image = "quay.io/keycloak/keycloak:19.0.1", expectedLog = "started", port = 8080)
@Container(image = "quay.io/keycloak/keycloak:22.0.1", expectedLog = "started", port = 8080)
static final KeycloakService customkeycloak = new KeycloakService("/keycloak-realm.json", REALM_DEFAULT);

@QuarkusApplication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ items:
- name: latest
from:
kind: DockerImage
name: quay.io/keycloak/keycloak:19.0.1
name: quay.io/keycloak/keycloak:22.0.1
- apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface KeycloakContainer {
String image() default "quay.io/keycloak/keycloak:19.0.1";
String image() default "quay.io/keycloak/keycloak:22.0.1";

int port() default 8080;

Expand Down

0 comments on commit de00d2d

Please sign in to comment.