From b197309c7b715f65ad6918ab42b0794a8ba70ae5 Mon Sep 17 00:00:00 2001
From: Scott Stroud <sstroud@confluent.io>
Date: Mon, 26 Aug 2024 07:37:22 -0600
Subject: [PATCH] init

---
 Dockerfile              |  2 +-
 hardening_manifest.yaml | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index d0ddcfd..488dbb3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 ARG CONFLUENT_OPERATOR_BASE_IMAGE=confluentinc/confluent-operator
-ARG CONFLUENT_OPERATOR_BASE_TAG=0.1033.10
+ARG CONFLUENT_OPERATOR_BASE_TAG=0.1033.22
 
 ARG BASE_REGISTRY=registry1.dso.mil
 ARG BASE_IMAGE=redhat/ubi/ubi8
diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index f7728f7..9ca6f2d 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -8,15 +8,15 @@ name: "confluentinc/confluent-operator"
 # The most specific version should be the first tag and will be shown
 # on ironbank.dso.mil
 tags:
-  - "2.9.1"
+  - "2.9.2"
   - "2.9"
-  - "0.1033.10"
+  - "0.1033.22"
   - "0.1033"
   
 # Build args passed to Dockerfile ARGs
 args:
   CONFLUENT_OPERATOR_BASE_IMAGE: "confluentinc/confluent-operator"
-  CONFLUENT_OPERATOR_BASE_TAG: "0.1033.10"
+  CONFLUENT_OPERATOR_BASE_TAG: "0.1033.22"
   BASE_IMAGE: "redhat/ubi/ubi8"
   BASE_TAG: "8.9"
 
@@ -27,14 +27,14 @@ labels:
   org.opencontainers.image.licenses: "CONFLUENT ENTERPRISE LICENSE"
   org.opencontainers.image.url: "https://docs.confluent.io/current/installation/operator/index.html"
   org.opencontainers.image.vendor: "Confluent"
-  org.opencontainers.image.version: "0.1033.10"
+  org.opencontainers.image.version: "0.1033.22"
   mil.dso.ironbank.image.keywords: "confluent,kafka,zookeeper,operator"
   mil.dso.ironbank.image.type: "commercial"
   mil.dso.ironbank.product.name: "Confluent Platform"
 
 resources:
-  - tag: "confluentinc/confluent-operator:0.1033.10"
-    url: "docker://docker.io/confluentinc/confluent-operator@sha256:5aadba41f663745830f692f5445b1b20e9d4b7b9b466833b2b18b525c10da3fd"
+  - tag: "confluentinc/confluent-operator:0.1033.22"
+    url: "docker://docker.io/confluentinc/confluent-operator@sha256:2c18f36254baa793bea43c2fd5de51026a4bcd0c6fee0baee80ffdb50d77b1d0"
 
 # List of project maintainers
 maintainers:
-- 
GitLab