From 74768b5fd01367d253338ddcb7e166d4147c9f7c Mon Sep 17 00:00:00 2001 From: quay-devel <100235670+quay-devel@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:21:21 -0500 Subject: [PATCH] operator project-quay (3.12.4) --- .../quay-operator.clusterserviceversion.yaml | 26 ++++++++----------- .../manifests/quayregistries.crd.yaml | 4 ++- .../metadata/annotations.yaml | 4 +-- 3 files changed, 16 insertions(+), 18 deletions(-) rename operators/project-quay/{3.13.0 => 3.12.4}/manifests/quay-operator.clusterserviceversion.yaml (97%) rename operators/project-quay/{3.13.0 => 3.12.4}/manifests/quayregistries.crd.yaml (99%) rename operators/project-quay/{3.13.0 => 3.12.4}/metadata/annotations.yaml (82%) diff --git a/operators/project-quay/3.13.0/manifests/quay-operator.clusterserviceversion.yaml b/operators/project-quay/3.12.4/manifests/quay-operator.clusterserviceversion.yaml similarity index 97% rename from operators/project-quay/3.13.0/manifests/quay-operator.clusterserviceversion.yaml rename to operators/project-quay/3.12.4/manifests/quay-operator.clusterserviceversion.yaml index e2ec872f2f8..58d8d2190b0 100644 --- a/operators/project-quay/3.13.0/manifests/quay-operator.clusterserviceversion.yaml +++ b/operators/project-quay/3.12.4/manifests/quay-operator.clusterserviceversion.yaml @@ -2,14 +2,14 @@ apiVersion: operators.coreos.com/v1alpha1 kind: ClusterServiceVersion metadata: annotations: - olm.skipRange: ">=3.6.x <3.13.0" + olm.skipRange: ">=3.6.x <3.12.4" capabilities: Full Lifecycle categories: Integration & Delivery - containerImage: quay.io/projectquay/quay-operator:3.13.0 - createdAt: 2024-11-01T17:51:02Z + containerImage: quay.io/projectquay/quay-operator:3.12.4 + createdAt: 2024-11-05T14:54:35Z support: Project Quay description: Opinionated deployment of Quay on Kubernetes. - quay-version: 3.13.0 + quay-version: 3.12.4 repository: https://github.com/quay/quay-operator tectonic-visibility: ocs alm-examples: |- @@ -45,7 +45,7 @@ metadata: features.operators.openshift.io/token-auth-aws: "false" features.operators.openshift.io/token-auth-azure: "false" features.operators.openshift.io/token-auth-gcp: "false" - name: quay-operator.v3.13.0 + name: quay-operator.v3.12.4 namespace: placeholder labels: operatorframework.io/arch.amd64: supported @@ -126,7 +126,7 @@ spec: spec: containers: - name: quay-operator - image: quay.io/projectquay/quay-operator:3.13.0 + image: quay.io/projectquay/quay-operator:3.12.4 command: - /workspace/manager - '--namespace=$(WATCH_NAMESPACE)' @@ -150,21 +150,17 @@ spec: - name: QUAY_DEFAULT_BRANDING value: upstream - name: RELATED_IMAGE_COMPONENT_QUAY - value: quay.io/projectquay/quay:3.13.0 + value: quay.io/projectquay/quay:3.12.4 - name: RELATED_IMAGE_COMPONENT_CLAIR - value: quay.io/projectquay/clair:4.8.0 + value: quay.io/projectquay/clair:4.7.4 - name: RELATED_IMAGE_COMPONENT_BUILDER - value: quay.io/projectquay/quay-builder:3.13.0 + value: quay.io/projectquay/quay-builder:3.12.4 - name: RELATED_IMAGE_COMPONENT_BUILDER_QEMU value: quay.io/projectquay/quay-builder-qemu:main - name: RELATED_IMAGE_COMPONENT_POSTGRES value: quay.io/sclorg/postgresql-13-c9s@sha256:808fd3a38476493b44bc89747ea94dd7e9625156ecceb88467318d8b6516f8fa - name: RELATED_IMAGE_COMPONENT_POSTGRES_PREVIOUS value: centos/postgresql-10-centos7@sha256:f826fcb2983eef2c49e9e9a9d9d61ab403254b50cff85a7caa949fd8474fd558 - - name: RELATED_IMAGE_COMPONENT_CLAIRPOSTGRES - value: quay.io/sclorg/postgresql-15-c9s@sha256:786c90510f998c1e9f5df965515182d9cc8caac9f2ed1d3ccb0b57b9fca533da - - name: RELATED_IMAGE_COMPONENT_CLAIRPOSTGRES_PREVIOUS - value: quay.io/sclorg/postgresql-13-c9s@sha256:808fd3a38476493b44bc89747ea94dd7e9625156ecceb88467318d8b6516f8fa - name: RELATED_IMAGE_COMPONENT_REDIS value: redis@sha256:352c1fdadc91926edda08f45aeb3f27f37194c2f14101229c0523a11195c96e3 serviceAccountName: quay-operator @@ -278,5 +274,5 @@ spec: matchLabels: alm-owner-quay-operator: quay-operator operated-by: quay-operator - version: 3.13.0 - replaces: "" ## Except for ".0", always put the previous z-stream here + version: 3.12.4 + replaces: quay-operator.v3.12.3 ## Except for ".0", always put the previous z-stream here diff --git a/operators/project-quay/3.13.0/manifests/quayregistries.crd.yaml b/operators/project-quay/3.12.4/manifests/quayregistries.crd.yaml similarity index 99% rename from operators/project-quay/3.13.0/manifests/quayregistries.crd.yaml rename to operators/project-quay/3.12.4/manifests/quayregistries.crd.yaml index 0f07fc2f50f..25d24f345ed 100644 --- a/operators/project-quay/3.13.0/manifests/quayregistries.crd.yaml +++ b/operators/project-quay/3.12.4/manifests/quayregistries.crd.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.16.3 + controller-gen.kubebuilder.io/version: v0.14.0 name: quayregistries.quay.redhat.com spec: group: quay.redhat.com @@ -871,6 +871,7 @@ spec: description: |- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + TODO: Add other useful fields. apiVersion, kind, uid? type: string optional: description: Specify whether the ConfigMap @@ -933,6 +934,7 @@ spec: description: |- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + TODO: Add other useful fields. apiVersion, kind, uid? type: string optional: description: Specify whether the Secret or diff --git a/operators/project-quay/3.13.0/metadata/annotations.yaml b/operators/project-quay/3.12.4/metadata/annotations.yaml similarity index 82% rename from operators/project-quay/3.13.0/metadata/annotations.yaml rename to operators/project-quay/3.12.4/metadata/annotations.yaml index c64a3d2ef12..de0a4449492 100644 --- a/operators/project-quay/3.13.0/metadata/annotations.yaml +++ b/operators/project-quay/3.12.4/metadata/annotations.yaml @@ -1,6 +1,6 @@ annotations: - operators.operatorframework.io.bundle.channel.default.v1: stable-3.13 - operators.operatorframework.io.bundle.channels.v1: stable-3.13 + operators.operatorframework.io.bundle.channel.default.v1: stable-3.12 + operators.operatorframework.io.bundle.channels.v1: stable-3.12 operators.operatorframework.io.bundle.manifests.v1: manifests/ operators.operatorframework.io.bundle.mediatype.v1: registry+v1 operators.operatorframework.io.bundle.metadata.v1: metadata/