Skip to content

Commit

Permalink
bundles for 3.72.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbermudezsonatype authored Sep 5, 2024
1 parent 79f2a5a commit c8e7251
Show file tree
Hide file tree
Showing 6 changed files with 539 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/crds/sonatype.com_v1alpha1_nexusrepo_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
nexusInitialPassword: nexusabc
password: nexus
user: nexus
imageName: registry.connect.redhat.com/sonatype/nexus-repository-manager@sha256:fad320b990ecb5bcacf7ece0eef6cd0cf5fcbc0ee6b98bf5e51f3eeed0a479d1
imageName: registry.connect.redhat.com/sonatype/nexus-repository-manager@sha256:045c66ef2ad3b071bfbb45a0db336597498d24ef13143a6cae221ddf4982aba0
pullPolicy: IfNotPresent
resources:
limits:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: nexusrepos.sonatype.com
spec:
group: sonatype.com
names:
kind: NexusRepo
listKind: NexusRepoList
plural: nexusrepos
singular: nexusrepo
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: NexusRepo is the Schema for the nexusrepos API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Spec defines the desired state of NexusRepo
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of NexusRepo
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
annotations:
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: nexus-repository-ha-operator-certified
com.redhat.openshift.versions: v4.10
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DO NOT MODIFY. This is produced by template.
---
channels:
- currentCSV: nexus-repository-ha-operator-certified.v3.71.0-1
- currentCSV: nexus-repository-ha-operator-certified.v3.72.0-1
name: stable
defaultChannel: stable
packageName: nexus-repository-ha-operator-certified
4 changes: 2 additions & 2 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- name: nexus-repository-ha-operator-certified
# Replace this with the built image name
image: registry.connect.redhat.com/sonatype/nexus-repository-ha-operator-certified@sha256:d106ce5892193c02e080cf1abbd2a82ab2e013fd757b72be4c0643d030015199
image: registry.connect.redhat.com/sonatype/nexus-repository-ha-operator-certified@sha256:43cf8f0eabb42fbabdfaa2ca16d185eac7f41d0d786ee814dcb155d809934640
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand All @@ -36,4 +36,4 @@ spec:
- name: OPERATOR_NAME
value: "nexus-repository-ha-operator-certified"
- name: RELATED_IMAGE_NEXUS
value: registry.connect.redhat.com/sonatype/nexus-repository-manager@sha256:fad320b990ecb5bcacf7ece0eef6cd0cf5fcbc0ee6b98bf5e51f3eeed0a479d1
value: registry.connect.redhat.com/sonatype/nexus-repository-manager@sha256:045c66ef2ad3b071bfbb45a0db336597498d24ef13143a6cae221ddf4982aba0

0 comments on commit c8e7251

Please sign in to comment.