Skip to content

Commit

Permalink
operator project-quay (3.12.0-nightly.20240708)
Browse files Browse the repository at this point in the history
  • Loading branch information
quay-devel committed Jul 8, 2024
1 parent 3c6c92a commit c482756
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.20240707"
olm.skipRange: ">=3.6.x <3.12.0-nightly.20240708"
capabilities: Full Lifecycle
categories: Integration & Delivery
containerImage: quay.io/projectquay/quay-operator:3.12.0-nightly.20240707
createdAt: 2024-07-07T05:59:21Z
containerImage: quay.io/projectquay/quay-operator:3.12.0-nightly.20240708
createdAt: 2024-07-08T05:59:43Z
support: Project Quay
description: Opinionated deployment of Quay on Kubernetes.
quay-version: 3.12.0-nightly.20240707
quay-version: 3.12.0-nightly.20240708
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.20240707
name: quay-operator.v3.12.0-nightly.20240708
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.20240707
image: quay.io/projectquay/quay-operator:3.12.0-nightly.20240708
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.20240707
value: quay.io/projectquay/quay:3.12.0-nightly.20240708
- 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.20240707
value: quay.io/projectquay/quay-builder:3.12.0-nightly.20240708
- 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.20240707
version: 3.12.0-nightly.20240708
replaces: "" ## Except for ".0", always put the previous z-stream here

0 comments on commit c482756

Please sign in to comment.