Skip to content

Commit

Permalink
operator project-quay (3.10.0-nightly.20231002)
Browse files Browse the repository at this point in the history
  • Loading branch information
quay-devel authored Oct 2, 2023
1 parent 7e317d8 commit b4ed574
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.20231001"
olm.skipRange: ">=3.6.x <3.10.0-nightly.20231002"
capabilities: Full Lifecycle
categories: Integration & Delivery
containerImage: quay.io/projectquay/quay-operator:3.10.0-nightly.20231001
createdAt: 2023-10-01 06:01 UTC
containerImage: quay.io/projectquay/quay-operator:3.10.0-nightly.20231002
createdAt: 2023-10-02 06:02 UTC
description: Opinionated deployment of Quay on Kubernetes.
quay-version: 3.10.0-nightly.20231001
quay-version: 3.10.0-nightly.20231002
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.20231001
name: quay-operator.v3.10.0-nightly.20231002
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.20231001
image: quay.io/projectquay/quay-operator:3.10.0-nightly.20231002
command:
- /workspace/manager
- '--namespace=$(WATCH_NAMESPACE)'
Expand All @@ -152,11 +152,11 @@ spec:
- name: QUAY_DEFAULT_BRANDING
value: upstream
- name: RELATED_IMAGE_COMPONENT_QUAY
value: quay.io/projectquay/quay:3.10.0-nightly.20231001
value: quay.io/projectquay/quay:3.10.0-nightly.20231002
- 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.20231001
value: quay.io/projectquay/quay-builder:3.10.0-nightly.20231002
- name: RELATED_IMAGE_COMPONENT_BUILDER_QEMU
value: quay.io/projectquay/quay-builder-qemu:main
- name: RELATED_IMAGE_COMPONENT_POSTGRES
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.20231001
version: 3.10.0-nightly.20231002
replaces: quay-operator.v3.10.0-nightly.20230930 ## Except for ".0", always put the previous z-stream here

0 comments on commit b4ed574

Please sign in to comment.