Skip to content

Commit

Permalink
Update 0.3.0 preparation
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk committed Aug 20, 2024
1 parent ed4c115 commit 139ed80
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=registry-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.bundle.channels.v1=beta
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.36.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Expand Down
24 changes: 23 additions & 1 deletion bundle/manifests/registry-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ metadata:
capabilities: Basic Install
categories: OpenShift Optional,Developer Tools
containerImage: quay.io/devfile/registry-operator:v0.3.0
createdAt: "2024-08-13T13:58:24Z"
createdAt: "2024-08-20T09:11:27Z"
description: Deploy and manage Devfile Registries on Kubernetes and OpenShift
with the Devfile Registry operator.
operators.operatorframework.io/builder: operator-sdk-v1.36.0
Expand Down Expand Up @@ -116,19 +116,35 @@ spec:
- description: Sets the image pull policy for the container
displayName: Image Pull Policy
path: devfileIndex.imagePullPolicy
- description: Sets the memory limit for the container
displayName: Memory Limit
path: devfileIndex.memoryLimit
- description: Sets the container image containing devfile stacks to be deployed
on the Devfile Registry
displayName: Devfile Index Image
path: devfileIndexImage
- description: Overrides the fully qualified app name of the devfile registry
displayName: Fullname Override
path: fullnameOverride
- description: Sets the registry server deployment to run under headless mode
displayName: Headless
path: headless
- description: Overrides the entire hostname and domain of the devfile registry
ingress
displayName: Hostname Override
path: hostnameOverride
- displayName: K8s
path: k8s
- description: Ingress class for a Kubernetes cluster. Defaults to nginx.
displayName: Ingress Class
path: k8s.ingressClass
- description: Ingress domain for a Kubernetes cluster. This MUST be explicitly
specified on Kubernetes. There are no defaults
displayName: Ingress Domain
path: k8s.ingressDomain
- description: Overrides the app name of the devfile registry
displayName: Name Override
path: nameOverride
- description: Sets the OCI registry container spec to be deployed on the Devfile
Registry
displayName: Oci Registry
Expand All @@ -139,6 +155,9 @@ spec:
- description: Sets the image pull policy for the container
displayName: Image Pull Policy
path: ociRegistry.imagePullPolicy
- description: Sets the memory limit for the container
displayName: Memory Limit
path: ociRegistry.memoryLimit
- description: |-
Overrides the container image used for the OCI registry.
Recommended to leave blank and default to the image specified by the operator.
Expand All @@ -154,6 +173,9 @@ spec:
- description: Sets the image pull policy for the container
displayName: Image Pull Policy
path: registryViewer.imagePullPolicy
- description: Sets the memory limit for the container
displayName: Memory Limit
path: registryViewer.memoryLimit
- description: Overrides the container image used for the registry viewer.
displayName: Registry Viewer Image
path: registryViewerImage
Expand Down
24 changes: 24 additions & 0 deletions bundle/manifests/registry.devfile.io_devfileregistries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,42 @@ spec:
imagePullPolicy:
description: Sets the image pull policy for the container
type: string
memoryLimit:
description: Sets the memory limit for the container
type: string
type: object
devfileIndexImage:
description: Sets the container image containing devfile stacks to
be deployed on the Devfile Registry
type: string
fullnameOverride:
description: Overrides the fully qualified app name of the devfile
registry
type: string
headless:
description: Sets the registry server deployment to run under headless
mode
type: boolean
hostnameOverride:
description: Overrides the entire hostname and domain of the devfile
registry ingress
type: string
k8s:
description: DevfileRegistrySpecK8sOnly defines the desired state
of the kubernetes-only fields of the DevfileRegistry
properties:
ingressClass:
description: Ingress class for a Kubernetes cluster. Defaults
to nginx.
type: string
ingressDomain:
description: Ingress domain for a Kubernetes cluster. This MUST
be explicitly specified on Kubernetes. There are no defaults
type: string
type: object
nameOverride:
description: Overrides the app name of the devfile registry
type: string
ociRegistry:
description: Sets the OCI registry container spec to be deployed on
the Devfile Registry
Expand All @@ -83,6 +101,9 @@ spec:
imagePullPolicy:
description: Sets the image pull policy for the container
type: string
memoryLimit:
description: Sets the memory limit for the container
type: string
type: object
ociRegistryImage:
description: Overrides the container image used for the OCI registry.
Expand All @@ -99,6 +120,9 @@ spec:
imagePullPolicy:
description: Sets the image pull policy for the container
type: string
memoryLimit:
description: Sets the memory limit for the container
type: string
type: object
registryViewerImage:
description: Overrides the container image used for the registry viewer.
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: registry-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.bundle.channels.v1: beta
operators.operatorframework.io.metrics.builder: operator-sdk-v1.36.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,35 @@ spec:
- description: Sets the image pull policy for the container
displayName: Image Pull Policy
path: devfileIndex.imagePullPolicy
- description: Sets the memory limit for the container
displayName: Memory Limit
path: devfileIndex.memoryLimit
- description: Sets the container image containing devfile stacks to be deployed
on the Devfile Registry
displayName: Devfile Index Image
path: devfileIndexImage
- description: Overrides the fully qualified app name of the devfile registry
displayName: Fullname Override
path: fullnameOverride
- description: Sets the registry server deployment to run under headless mode
displayName: Headless
path: headless
- description: Overrides the entire hostname and domain of the devfile registry
ingress
displayName: Hostname Override
path: hostnameOverride
- displayName: K8s
path: k8s
- description: Ingress class for a Kubernetes cluster. Defaults to nginx.
displayName: Ingress Class
path: k8s.ingressClass
- description: Ingress domain for a Kubernetes cluster. This MUST be explicitly
specified on Kubernetes. There are no defaults
displayName: Ingress Domain
path: k8s.ingressDomain
- description: Overrides the app name of the devfile registry
displayName: Name Override
path: nameOverride
- description: Sets the OCI registry container spec to be deployed on the Devfile
Registry
displayName: Oci Registry
Expand All @@ -137,6 +153,9 @@ spec:
- description: Sets the image pull policy for the container
displayName: Image Pull Policy
path: ociRegistry.imagePullPolicy
- description: Sets the memory limit for the container
displayName: Memory Limit
path: ociRegistry.memoryLimit
- description: |-
Overrides the container image used for the OCI registry.
Recommended to leave blank and default to the image specified by the operator.
Expand All @@ -152,6 +171,9 @@ spec:
- description: Sets the image pull policy for the container
displayName: Image Pull Policy
path: registryViewer.imagePullPolicy
- description: Sets the memory limit for the container
displayName: Memory Limit
path: registryViewer.memoryLimit
- description: Overrides the container image used for the registry viewer.
displayName: Registry Viewer Image
path: registryViewerImage
Expand Down

0 comments on commit 139ed80

Please sign in to comment.