Skip to content

Commit

Permalink
operator project-quay (3.12.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
quay-devel authored Nov 5, 2024
1 parent 8ea1341 commit 74768b5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)'
Expand All @@ -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
Expand Down Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 74768b5

Please sign in to comment.