Skip to content

Commit

Permalink
Update: Set Keycloak to version 22
Browse files Browse the repository at this point in the history
  • Loading branch information
rkubis committed Nov 12, 2024
1 parent a4d2145 commit 52737ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public final class Environment {
"apicurio-registry-operator-1.0.0-v2.0.0.final.yaml";
public static final String REGISTRY_PACKAGE_DEFAULT = "service-registry-operator"; // Default from catalog
public static final String SSO_PACKAGE_DEFAULT = "rhbk-operator"; // Default from catalog
public static final String SSO_CHANNEL_DEFAULT = "stable-v24";
public static final String SSO_CHANNEL_DEFAULT = "stable-v22";
public static final String TESTSUITE_PATH_DEFAULT = System.getProperty("user.dir");
public static final String TMP_PATH_DEFAULT = "/tmp";

Expand Down

0 comments on commit 52737ec

Please sign in to comment.