Skip to content

Commit

Permalink
operator [R] project-quay (3.10.0-nightly.20230816 3.9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
quay-devel authored Aug 16, 2023
1 parent 46d89f0 commit f5b14a8
Show file tree
Hide file tree
Showing 6 changed files with 1,480 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
olm.skipRange: ">=3.6.x <3.10.0-nightly.20230815"
olm.skipRange: ">=3.6.x <3.10.0-nightly.20230816"
capabilities: Full Lifecycle
categories: Integration & Delivery
containerImage: quay.io/projectquay/quay-operator:3.10.0-nightly.20230815
createdAt: 2023-08-15 06:01 UTC
containerImage: quay.io/projectquay/quay-operator:3.10.0-nightly.20230816
createdAt: 2023-08-16 06:00 UTC
description: Opinionated deployment of Quay on Kubernetes.
quay-version: 3.10.0-nightly.20230815
quay-version: 3.10.0-nightly.20230816
repository: https://github.com/quay/quay-operator
tectonic-visibility: ocs
alm-examples: |-
Expand Down Expand Up @@ -37,7 +37,7 @@ metadata:
}
]
operators.openshift.io/infrastructure-features: '["disconnected", "proxy-aware", "fips"]'
name: quay-operator.v3.10.0-nightly.20230815
name: quay-operator.v3.10.0-nightly.20230816
namespace: placeholder
labels:
operatorframework.io/arch.amd64: supported
Expand Down Expand Up @@ -128,7 +128,7 @@ spec:
spec:
containers:
- name: quay-operator
image: quay.io/projectquay/quay-operator:3.10.0-nightly.20230815
image: quay.io/projectquay/quay-operator:3.10.0-nightly.20230816
command:
- /workspace/manager
- '--namespace=$(WATCH_NAMESPACE)'
Expand All @@ -152,19 +152,19 @@ spec:
- name: QUAY_DEFAULT_BRANDING
value: upstream
- name: RELATED_IMAGE_COMPONENT_QUAY
value: quay.io/projectquay/quay:3.10.0-nightly.20230815
value: quay.io/projectquay/quay:3.10.0-nightly.20230816
- name: RELATED_IMAGE_COMPONENT_CLAIR
value: quay.io/projectquay/clair:4.7.1
- name: RELATED_IMAGE_COMPONENT_BUILDER
value: quay.io/projectquay/quay-builder:3.10.0-nightly.20230815
value: quay.io/projectquay/quay-builder:3.10.0-nightly.20230816
- 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:892cc35b18871030f2ca79bb3e1b7a51e9327a645f20240d36b9bb6f7c036a40
value: quay.io/sclorg/postgresql-13-c9s@sha256:53a37dc85b853a519beff21b781edd05778a07184bfef74389af9d53753a1bab
- name: RELATED_IMAGE_COMPONENT_POSTGRES_PREVIOUS
value: centos/postgresql-10-centos7@sha256:f826fcb2983eef2c49e9e9a9d9d61ab403254b50cff85a7caa949fd8474fd558
- name: RELATED_IMAGE_COMPONENT_REDIS
value: redis@sha256:b0bdc1a83caf43f9eb74afca0fcfd6f09bea38bb87f6add4a858f06ef4617538
value: redis@sha256:efc55e99795a34addd2b9030b0209953152398f2c57af316500043da11f19b86
serviceAccountName: quay-operator
permissions:
- rules:
Expand Down Expand Up @@ -276,5 +276,5 @@ spec:
matchLabels:
alm-owner-quay-operator: quay-operator
operated-by: quay-operator
version: 3.10.0-nightly.20230815
version: 3.10.0-nightly.20230816
replaces: "" ## Except for ".0", always put the previous z-stream here
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
annotations:
operators.operatorframework.io.bundle.channel.default.v1: stable-3.8
operators.operatorframework.io.bundle.channel.default.v1: stable-3.9
operators.operatorframework.io.bundle.channels.v1: candidate-3.10
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit f5b14a8

Please sign in to comment.