From c03172527277e49c763da51040a2bfac296af313 Mon Sep 17 00:00:00 2001
From: Scott Stroud <sstroud@confluent.io>
Date: Thu, 4 Jan 2024 08:43:46 -0700
Subject: [PATCH] init

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

diff --git a/Dockerfile b/Dockerfile
index db4256d..ebcc0b6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,9 +1,9 @@
 ARG CONFLUENT_OPERATOR_BASE_IMAGE=confluentinc/confluent-operator
-ARG CONFLUENT_OPERATOR_BASE_TAG=0.771.62
+ARG CONFLUENT_OPERATOR_BASE_TAG=0.771.68
 
 ARG BASE_REGISTRY=registry1.dso.mil
 ARG BASE_IMAGE=redhat/ubi/ubi8
-ARG BASE_TAG=8.8
+ARG BASE_TAG=8.9
 
 FROM ${CONFLUENT_OPERATOR_BASE_IMAGE}:${CONFLUENT_OPERATOR_BASE_TAG} as base
 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index 1d0bae4..3e7e271 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -8,17 +8,17 @@ name: "confluentinc/confluent-operator"
 # The most specific version should be the first tag and will be shown
 # on ironbank.dso.mil
 tags:
-  - "2.6.3"
+  - "2.6.4"
   - "2.6"
-  - "0.771.62"
+  - "0.771.68"
   - "0.771"
   
 # Build args passed to Dockerfile ARGs
 args:
   CONFLUENT_OPERATOR_BASE_IMAGE: "confluentinc/confluent-operator"
-  CONFLUENT_OPERATOR_BASE_TAG: "0.771.62"
+  CONFLUENT_OPERATOR_BASE_TAG: "0.771.68"
   BASE_IMAGE: "redhat/ubi/ubi8"
-  BASE_TAG: "8.8"
+  BASE_TAG: "8.9"
 
 # Docker image labels
 labels:
@@ -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.771.62"
+  org.opencontainers.image.version: "0.771.68"
   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.771.62
-    url: docker://docker.io/confluentinc/confluent-operator:0.771.62
+  - tag: confluentinc/confluent-operator:0.771.68
+    url: docker://docker.io/confluentinc/confluent-operator:0.771.68
 
 # List of project maintainers
 maintainers:
-- 
GitLab