From c53b97a0ab0a47877524829204dcc7408a39c0dd Mon Sep 17 00:00:00 2001
From: renovate <renovate@support.dsop.io>
Date: Sat, 15 Jul 2023 12:04:36 +0000
Subject: [PATCH] Update confluentinc/cp-enterprise-replicator Docker tag to
 v7.4.1

---
 Dockerfile              | 2 +-
 hardening_manifest.yaml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 465699e..fe0dbc0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 ARG CP_ENTERPRISE_REPLICATOR_BASE_IMAGE=confluentinc/cp-enterprise-replicator
-ARG CP_ENTERPRISE_REPLICATOR_BASE_TAG=7.4.0
+ARG CP_ENTERPRISE_REPLICATOR_BASE_TAG=7.4.1
 
 ARG BASE_REGISTRY=registry1.dso.mil
 ARG BASE_IMAGE=confluentinc/cp-base-new
diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index 14af5cc..2c7f277 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -24,13 +24,13 @@ labels:
   org.opencontainers.image.licenses: "CONFLUENT ENTERPRISE LICENSE"
   org.opencontainers.image.url: "https://docs.confluent.io/platform/current/overview.html"
   org.opencontainers.image.vendor: "Confluent"
-  org.opencontainers.image.version: "7.4.0"
+  org.opencontainers.image.version: "7.4.1"
   mil.dso.ironbank.image.keywords: "confluent,cflt,kafka,replicator,operator,cfk"
   mil.dso.ironbank.image.type: "commercial"
   mil.dso.ironbank.product.name: "Confluent Platform"
 resources:
-  - tag: confluentinc/cp-enterprise-replicator:7.4.0
-    url: docker://docker.io/confluentinc/cp-enterprise-replicator:7.4.0
+  - tag: confluentinc/cp-enterprise-replicator:7.4.1
+    url: docker://docker.io/confluentinc/cp-enterprise-replicator:7.4.0@undefined
   - filename: confluent-common-7.4.0-1.noarch.rpm
     url: https://packages.confluent.io/rpm/7.4/confluent-common-7.4.0-1.noarch.rpm
     validation:
-- 
GitLab