Skip to content

Commit

Permalink
operator project-quay (3.10.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
quay-devel authored Jun 14, 2024
1 parent b70debf commit 396da4a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 61 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.12.0-nightly.20240613"
olm.skipRange: ">=3.6.x <3.10.6"
capabilities: Full Lifecycle
categories: Integration & Delivery
containerImage: quay.io/projectquay/quay-operator:3.12.0-nightly.20240613
createdAt: 2024-06-13T05:59:14Z
containerImage: quay.io/projectquay/quay-operator:3.10.6
createdAt: 2024-06-14T13:24:04Z
support: Project Quay
description: Opinionated deployment of Quay on Kubernetes.
quay-version: 3.12.0-nightly.20240613
quay-version: 3.10.6
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.12.0-nightly.20240613
name: quay-operator.v3.10.6
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.12.0-nightly.20240613
image: quay.io/projectquay/quay-operator:3.10.6
command:
- /workspace/manager
- '--namespace=$(WATCH_NAMESPACE)'
Expand All @@ -150,19 +150,19 @@ spec:
- name: QUAY_DEFAULT_BRANDING
value: upstream
- name: RELATED_IMAGE_COMPONENT_QUAY
value: quay.io/projectquay/quay:3.12.0-nightly.20240613
value: quay.io/projectquay/quay:3.10.6
- name: RELATED_IMAGE_COMPONENT_CLAIR
value: quay.io/projectquay/clair:4.7.4
value: quay.io/projectquay/clair:4.7.2
- name: RELATED_IMAGE_COMPONENT_BUILDER
value: quay.io/projectquay/quay-builder:3.12.0-nightly.20240613
value: quay.io/projectquay/quay-builder:3.10.6
- 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:b5286be82d5773cffe38cfd5212b1f2c49158c71a9651cf7caeb9dd95a947620
- name: RELATED_IMAGE_COMPONENT_POSTGRES_PREVIOUS
value: centos/postgresql-10-centos7@sha256:f826fcb2983eef2c49e9e9a9d9d61ab403254b50cff85a7caa949fd8474fd558
- name: RELATED_IMAGE_COMPONENT_REDIS
value: redis@sha256:3c55c37863f8d04d8c71e965d917efeeb6b7d7799583cae93d835609694f0db1
value: redis@sha256:5c35c0268d5d559ec9b97fbc33d9e0ee00a77b18d8f3e557958548c7db6c4c89
serviceAccountName: quay-operator
permissions:
- rules:
Expand Down Expand Up @@ -274,5 +274,5 @@ spec:
matchLabels:
alm-owner-quay-operator: quay-operator
operated-by: quay-operator
version: 3.12.0-nightly.20240613
replaces: "" ## Except for ".0", always put the previous z-stream here
version: 3.10.6
replaces: quay-operator.v3.10.5 ## 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,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
controller-gen.kubebuilder.io/version: v0.8.0
creationTimestamp: null
name: quayregistries.quay.redhat.com
spec:
group: quay.redhat.com
Expand Down Expand Up @@ -165,7 +166,6 @@ spec:
type: object
type: array
type: object
x-kubernetes-map-type: atomic
weight:
description: Weight associated with matching
the corresponding nodeSelectorTerm, in the
Expand Down Expand Up @@ -276,12 +276,10 @@ spec:
type: object
type: array
type: object
x-kubernetes-map-type: atomic
type: array
required:
- nodeSelectorTerms
type: object
x-kubernetes-map-type: atomic
type: object
podAffinity:
description: Describes pod affinity scheduling rules
Expand Down Expand Up @@ -368,7 +366,6 @@ spec:
ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaceSelector:
description: A label query over the set
of namespaces that the term applies
Expand All @@ -378,6 +375,9 @@ spec:
field. null selector and null or empty
namespaces list means "this pod's namespace".
An empty selector ({}) matches all namespaces.
This field is beta-level and is only
honored when PodAffinityNamespaceSelector
feature is enabled.
properties:
matchExpressions:
description: matchExpressions is a
Expand Down Expand Up @@ -432,7 +432,6 @@ spec:
ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaces:
description: namespaces specifies a static
list of namespace names that the term
Expand All @@ -441,7 +440,7 @@ spec:
field and the ones selected by namespaceSelector.
null or empty namespaces list and null
namespaceSelector means "this pod's
namespace".
namespace"
items:
type: string
type: array
Expand Down Expand Up @@ -543,7 +542,6 @@ spec:
only "value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaceSelector:
description: A label query over the set of
namespaces that the term applies to. The
Expand All @@ -552,7 +550,9 @@ spec:
in the namespaces field. null selector and
null or empty namespaces list means "this
pod's namespace". An empty selector ({})
matches all namespaces.
matches all namespaces. This field is beta-level
and is only honored when PodAffinityNamespaceSelector
feature is enabled.
properties:
matchExpressions:
description: matchExpressions is a list
Expand Down Expand Up @@ -602,15 +602,14 @@ spec:
only "value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaces:
description: namespaces specifies a static
list of namespace names that the term applies
to. The term is applied to the union of
the namespaces listed in this field and
the ones selected by namespaceSelector.
null or empty namespaces list and null namespaceSelector
means "this pod's namespace".
means "this pod's namespace"
items:
type: string
type: array
Expand Down Expand Up @@ -715,7 +714,6 @@ spec:
ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaceSelector:
description: A label query over the set
of namespaces that the term applies
Expand All @@ -725,6 +723,9 @@ spec:
field. null selector and null or empty
namespaces list means "this pod's namespace".
An empty selector ({}) matches all namespaces.
This field is beta-level and is only
honored when PodAffinityNamespaceSelector
feature is enabled.
properties:
matchExpressions:
description: matchExpressions is a
Expand Down Expand Up @@ -779,7 +780,6 @@ spec:
ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaces:
description: namespaces specifies a static
list of namespace names that the term
Expand All @@ -788,7 +788,7 @@ spec:
field and the ones selected by namespaceSelector.
null or empty namespaces list and null
namespaceSelector means "this pod's
namespace".
namespace"
items:
type: string
type: array
Expand Down Expand Up @@ -891,7 +891,6 @@ spec:
only "value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaceSelector:
description: A label query over the set of
namespaces that the term applies to. The
Expand All @@ -900,7 +899,9 @@ spec:
in the namespaces field. null selector and
null or empty namespaces list means "this
pod's namespace". An empty selector ({})
matches all namespaces.
matches all namespaces. This field is beta-level
and is only honored when PodAffinityNamespaceSelector
feature is enabled.
properties:
matchExpressions:
description: matchExpressions is a list
Expand Down Expand Up @@ -950,15 +951,14 @@ spec:
only "value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaces:
description: namespaces specifies a static
list of namespace names that the term applies
to. The term is applied to the union of
the namespaces listed in this field and
the ones selected by namespaceSelector.
null or empty namespaces list and null namespaceSelector
means "this pod's namespace".
means "this pod's namespace"
items:
type: string
type: array
Expand Down Expand Up @@ -1028,7 +1028,6 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
fieldRef:
description: 'Selects a field of the pod: supports
metadata.name, metadata.namespace, `metadata.labels[''<KEY>'']`,
Expand All @@ -1047,7 +1046,6 @@ spec:
required:
- fieldPath
type: object
x-kubernetes-map-type: atomic
resourceFieldRef:
description: 'Selects a resource of the container:
only resources limits and requests (limits.cpu,
Expand All @@ -1073,7 +1071,6 @@ spec:
required:
- resource
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
description: Selects a key of a secret in the
pod's namespace
Expand All @@ -1095,7 +1092,6 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
required:
- name
Expand All @@ -1107,33 +1103,7 @@ spec:
type: object
replicas:
format: int32
nullable: true
type: integer
resources:
description: Resources describes the resource limits and
requests for a component.
properties:
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: ResourceList is a set of (resource name,
quantity) pairs.
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: ResourceList is a set of (resource name,
quantity) pairs.
type: object
type: object
volumeSize:
anyOf:
- type: integer
Expand Down Expand Up @@ -1200,3 +1170,9 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
annotations:
operators.operatorframework.io.bundle.channel.default.v1: stable-3.11
operators.operatorframework.io.bundle.channels.v1: candidate-3.12
operators.operatorframework.io.bundle.channels.v1: stable-3.10
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 396da4a

Please sign in to comment.