Skip to content

Commit

Permalink
Update(Environment): New operator CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
rkubis committed Nov 30, 2023
1 parent 78b5b2c commit 7cc0913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public final class Environment {
public static final String KAFKA_PACKAGE_DEFAULT = "strimzi-kafka-operator"; // Default from catalog
public static final String POSTGRESQL_VERSION_DEFAULT = "15";
public static final String REGISTRY_CHANNEL_DEFAULT = "2.x";
public static final String REGISTRY_CSV_DEFAULT = "service-registry-operator.v2.2.3-0.1698369839.p";
public static final String REGISTRY_CSV_DEFAULT = "service-registry-operator.v2.3.0";
public static final String REGISTRY_BUNDLE_DEFAULT =
"https://raw.githubusercontent.com/Apicurio/apicurio-registry-operator/main/install/" +
"apicurio-registry-operator-1.0.0-v2.0.0.final.yaml";
Expand Down

0 comments on commit 7cc0913

Please sign in to comment.