From d9bea82c2e2be376842d2b6642494539ce2daeb8 Mon Sep 17 00:00:00 2001 From: Scott Stroud <sstroud@confluent.io> Date: Sun, 11 Aug 2024 12:28:34 -0600 Subject: [PATCH] init --- Dockerfile | 2 +- README.md | 2 +- hardening_manifest.yaml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9dedcfe..d0ddcfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG CONFLUENT_OPERATOR_BASE_IMAGE=confluentinc/confluent-operator -ARG CONFLUENT_OPERATOR_BASE_TAG=0.1033.3 +ARG CONFLUENT_OPERATOR_BASE_TAG=0.1033.10 ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=redhat/ubi/ubi8 diff --git a/README.md b/README.md index 2d18694..9a3d2d0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# confluent-operator-2.6.x +# confluent-operator-2.9.x This repository creates the confluent-operator that is the core of Confluent for Kubernetes. Architecture: https://www.confluent.io/resources/apache-kafka-confluent-enterprise-reference-architecture/ Operator Deployment: https://docs.confluent.io/operator/current/co-deployment.html diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 80897a5..f7728f7 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.0" + - "2.9.1" - "2.9" - - "0.1033.3" + - "0.1033.10" - "0.1033" # Build args passed to Dockerfile ARGs args: CONFLUENT_OPERATOR_BASE_IMAGE: "confluentinc/confluent-operator" - CONFLUENT_OPERATOR_BASE_TAG: "0.1033.3" + CONFLUENT_OPERATOR_BASE_TAG: "0.1033.10" 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.3" + org.opencontainers.image.version: "0.1033.10" 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.3" - url: "docker://docker.io/confluentinc/confluent-operator@sha256:81883a6d37e17fa0c73b941fc6ee9de310432f97b9e319f14d046c28b0628621" + - tag: "confluentinc/confluent-operator:0.1033.10" + url: "docker://docker.io/confluentinc/confluent-operator@sha256:5aadba41f663745830f692f5445b1b20e9d4b7b9b466833b2b18b525c10da3fd" # List of project maintainers maintainers: -- GitLab