Skip to content

Commit

Permalink
New bundles generated for 3.70.0 (#23)
Browse files Browse the repository at this point in the history
* update for 3.70.0

* operator files for 3.70.0
  • Loading branch information
jarcilac authored Jul 9, 2024
1 parent c55fc5c commit 7e50693
Show file tree
Hide file tree
Showing 6 changed files with 543 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:96ea9503f5262ce9cd22d3c8951670fea662e9a81c17eb2c5e3b371ed74d7f3e
imageName: registry.connect.redhat.com/sonatype/nexus-repository-manager@sha256:ecdda64164d0f4612e697e05bd3ac746440cf761564558d390939fd5e302d193
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.68.1-1
- currentCSV: nexus-repository-ha-operator-certified.v3.70.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:651779bf20451e9cc0a8ef3635efe22ab58e4fc270089a189d1137520f4d28de
image: registry.connect.redhat.com/sonatype/nexus-repository-ha-operator-certified@sha256:86179e6398db873dd2e3673d43cd5a39d85eeccba56bafd59cb99313bbc8eb03
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand All @@ -40,4 +40,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:96ea9503f5262ce9cd22d3c8951670fea662e9a81c17eb2c5e3b371ed74d7f3e
value: registry.connect.redhat.com/sonatype/nexus-repository-manager@sha256:ecdda64164d0f4612e697e05bd3ac746440cf761564558d390939fd5e302d193

0 comments on commit 7e50693

Please sign in to comment.