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 Feb 3, 2025
1 parent deb64bc commit 98134c2
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-v3.0.6-beta.r1";
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 98134c2

Please sign in to comment.