Skip to content

Commit

Permalink
[release] New parent 3.0.0-SNAPSHOT for development
Browse files Browse the repository at this point in the history
  • Loading branch information
debezium-builder committed Aug 2, 2024
1 parent 57fd6b3 commit d3bfcb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/postgres/010_debezium-server-ephemeral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: DebeziumServer
metadata:
name: my-debezium
spec:
image: quay.io/debezium/server:3.0.0-SNAPSHOT
image: quay.io/debezium/server:nightly
quarkus:
config:
log.console.json: false
Expand Down
2 changes: 1 addition & 1 deletion k8/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/debezium/operator:3.0.0-SNAPSHOT
image: quay.io/debezium/operator:nightly
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId>
<version>3.0.0.Alpha2</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>debezium-operator</artifactId>
Expand Down

0 comments on commit d3bfcb3

Please sign in to comment.