Skip to content

Commit

Permalink
operator project-quay (3.12.0-nightly.20240713)
Browse files Browse the repository at this point in the history
  • Loading branch information
quay-devel committed Jul 13, 2024
1 parent 752afb4 commit 8b77ca1
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,14 +2,14 @@ apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
olm.skipRange: ">=3.6.x <3.12.0-nightly.20240712"
olm.skipRange: ">=3.6.x <3.12.0-nightly.20240713"
capabilities: Full Lifecycle
categories: Integration & Delivery
containerImage: quay.io/projectquay/quay-operator:3.12.0-nightly.20240712
createdAt: 2024-07-12T05:58:34Z
containerImage: quay.io/projectquay/quay-operator:3.12.0-nightly.20240713
createdAt: 2024-07-13T05:57:25Z
support: Project Quay
description: Opinionated deployment of Quay on Kubernetes.
quay-version: 3.12.0-nightly.20240712
quay-version: 3.12.0-nightly.20240713
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.20240712
name: quay-operator.v3.12.0-nightly.20240713
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.20240712
image: quay.io/projectquay/quay-operator:3.12.0-nightly.20240713
command:
- /workspace/manager
- '--namespace=$(WATCH_NAMESPACE)'
Expand All @@ -150,11 +150,11 @@ spec:
- name: QUAY_DEFAULT_BRANDING
value: upstream
- name: RELATED_IMAGE_COMPONENT_QUAY
value: quay.io/projectquay/quay:3.12.0-nightly.20240712
value: quay.io/projectquay/quay:3.12.0-nightly.20240713
- name: RELATED_IMAGE_COMPONENT_CLAIR
value: quay.io/projectquay/clair:4.7.4
- name: RELATED_IMAGE_COMPONENT_BUILDER
value: quay.io/projectquay/quay-builder:3.12.0-nightly.20240712
value: quay.io/projectquay/quay-builder:3.12.0-nightly.20240713
- name: RELATED_IMAGE_COMPONENT_BUILDER_QEMU
value: quay.io/projectquay/quay-builder-qemu:main
- name: RELATED_IMAGE_COMPONENT_POSTGRES
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.20240712
version: 3.12.0-nightly.20240713
replaces: "" ## Except for ".0", always put the previous z-stream here

0 comments on commit 8b77ca1

Please sign in to comment.