From f4d08aea5345a9981bd7ac61797686f65dd1ee68 Mon Sep 17 00:00:00 2001 From: Dentrax Date: Tue, 26 Nov 2024 19:58:38 +0300 Subject: [PATCH] sync epoches for debezium and the entrypoint package Signed-off-by: Dentrax --- debezium-3.0.yaml | 2 ++ debezium-connect-entrypoint-3.0.yaml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debezium-3.0.yaml b/debezium-3.0.yaml index ac26d448075..9d455a9096a 100644 --- a/debezium-3.0.yaml +++ b/debezium-3.0.yaml @@ -1,6 +1,8 @@ package: name: debezium-3.0 version: 3.0.2 + # Ensure that debezium-3.0 and debezium-connect-entrypoint-3.0 have their epochs kept in sync, + # to install properly at the same time: https://github.com/chainguard-dev/terraform-provider-apko/issues/377 epoch: 1 description: Debezium is a change data capture (CDC) platform that achieves its durability, reliability, and fault tolerance qualities by reusing Kafka and Kafka Connect. copyright: diff --git a/debezium-connect-entrypoint-3.0.yaml b/debezium-connect-entrypoint-3.0.yaml index c4736e737a0..68b715bcf19 100644 --- a/debezium-connect-entrypoint-3.0.yaml +++ b/debezium-connect-entrypoint-3.0.yaml @@ -1,7 +1,9 @@ package: name: debezium-connect-entrypoint-3.0 version: 3.0.3 - epoch: 0 + # Ensure that debezium-3.0 and debezium-connect-entrypoint-3.0 have their epochs kept in sync, + # to install properly at the same time: https://github.com/chainguard-dev/terraform-provider-apko/issues/377 + epoch: 1 description: Helper package to provide necessary files for the Debezium images copyright: - license: Apache-2.0