Skip to content

Commit

Permalink
[release] New parent 3.0.5-SNAPSHOT for development
Browse files Browse the repository at this point in the history
  • Loading branch information
debezium-builder committed Nov 28, 2024
1 parent c681013 commit 248cdec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3-SNAPSHOT
image: quay.io/debezium/server:nightly
quarkus:
config:
log.console.json: false
Expand Down
4 changes: 2 additions & 2 deletions k8/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ kind: RoleBinding
metadata:
labels:
app.kubernetes.io/name: debezium-operator
app.kubernetes.io/version: 3.0.3-nightly
app.kubernetes.io/version: 3.0.5-nightly
name: debezium-operator-view
roleRef:
kind: ClusterRole
Expand Down Expand Up @@ -195,7 +195,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/debezium/operator:3.0.3-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.4.Final</version>
<version>3.0.5-SNAPSHOT</version>
</parent>

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

0 comments on commit 248cdec

Please sign in to comment.