---
apiVersion: v1

# The repository name in registry1, excluding /ironbank/
name: "confluentinc/confluent-operator"

# List of tags to push for the repository in registry1
# The most specific version should be the first tag and will be shown
# on ironbank.dso.mil
tags:
  - "2.9.2"
  - "2.9"
  - "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.22"
  BASE_IMAGE: "redhat/ubi/ubi8"
  BASE_TAG: "8.9"

# Docker image labels
labels:
  org.opencontainers.image.title: "confluent-operator"
  org.opencontainers.image.description: "Confluent Operator"
  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.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.22"
    url: "docker://docker.io/confluentinc/confluent-operator@sha256:2c18f36254baa793bea43c2fd5de51026a4bcd0c6fee0baee80ffdb50d77b1d0"

# List of project maintainers
maintainers:
- name: "Scott Stroud"
  username: "scottstroud"
  email: "confluent-fed@confluent.io"
  cht_member: false  
- name: "Preston McGowan"
  username: "preston.mcgowan"
  email: "confluent-fed@confluent.io"
  cht_member: false
- name: "Gary Hott"
  username: "garyhott86"
  email: "confluent-fed@confluent.io"
  cht_member: false