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 Jan 31, 2025
1 parent 6fa5424 commit f9c0706
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public final class Environment {
public static final String REGISTRY_OPERATOR_DEPLOYMENT_NAME_DEFAULT = "apicurio-registry-operator-v1.3.1-redhat.1";
public static final String REGISTRY_PACKAGE_DEFAULT = "apicurio-registry-3"; // Default from catalog
public static final String SSO_PACKAGE_DEFAULT = "rhbk-operator"; // Default from catalog
public static final String SSO_CHANNEL_DEFAULT = "stable-v26";
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 f9c0706

Please sign in to comment.