Skip to content

Conversation

@hasanawad94
Copy link
Contributor

Thanks submitting your Operator. Please check below list before you create your Pull Request.

New Submissions

Updates to existing Operators

  • Did you create a ci.yaml file according to the update instructions?
  • Is your new CSV pointing to the previous version with the replaces property if you chose replaces-mode via the updateGraph property in ci.yaml?
  • Is your new CSV referenced in the appropriate channel defined in the package.yaml or annotations.yaml ?
  • Have you tested an update to your Operator when deployed via OLM?
  • Is your submission signed?

Your submission should not

  • Modify more than one operator
  • Modify an Operator you don't own
  • Rename an operator - please remove and add with a different name instead
  • Modify any files outside the above mentioned folders
  • Contain more than one commit. Please squash your commits.

Operator Description must contain (in order)

  1. Description about the managed Application and where to find more information
  2. Features and capabilities of your Operator and how to use it
  3. Any manual steps about potential pre-requisites for using your Operator

Operator Metadata should contain

  • Human readable name and 1-liner description about your Operator
  • Valid category name1
  • One of the pre-defined capability levels2
  • Links to the maintainer, source code and documentation
  • Example templates for all Custom Resource Definitions intended to be used
  • A quadratic logo

Remember that you can preview your CSV here.

--

1 If you feel your Operator does not fit any of the pre-defined categories, file an issue against this repo and explain your need

2 For more information see here

@openshift-ci openshift-ci bot requested review from haripate and tomasbakk December 4, 2025 12:57
@github-actions github-actions bot changed the title Update Shipwright Operator to 0.18.0 operator shipwright-operator (0.18.0) Dec 4, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

Dear @hasanawad94,
Some errors and/or warnings were found while doing the check of your operator (shipwright-operator/0.18.0) against the entire suite of validators for Operator Framework with Operator-SDK version v1.36.0 and the command $ operator-sdk bundle validate <bundle-path> --select-optional suite=operatorframework.

Errors (:bug:) must be fixed while warnings (:warning:) are informative, and fixing them might improve the quality of your solution.

Type Message
⚠️ Value shipwright-operator.v0.18.0: CSV contains permissions to create CRD. An Operator shouldn't deploy or manage other operators (such patterns are known as meta or super operators or include CRDs in its Operands). It's the Operator Lifecycle Manager's job to manage the deployment and lifecycle of operators. Please, review the design of your solution and if you should not be using Dependency Resolution from OLM instead. More info: https://sdk.operatorframework.io/docs/best-practices/common-recommendation/

operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/shipwright-io/operator
support: The Shipwright Contributors
name: shipwright-operator.v0.18.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hasanawad94 Unsure if this is what is causing the operator install test to fail. OLM v0 hates actual semantic versions...

Suggested change
name: shipwright-operator.v0.18.0
name: shipwright-operator.0.18.0

@adambkaplan
Copy link
Contributor

Found the root cause - the kiwi test is running with an obsolete version of k8s:

2025-12-04T13:21:14.4222565Z �[0;32m      Requirement Status:�[0m
2025-12-04T13:21:14.4223085Z �[0;32m        Group:    operators.coreos.com�[0m
2025-12-04T13:21:14.4223652Z �[0;32m        Kind:     ClusterServiceVersion�[0m
2025-12-04T13:21:14.4224579Z �[0;32m        Message:  CSV version requirement not met: minKubeVersion (1.32.0) > server version (1.30.0)�[0m
2025-12-04T13:21:14.4225497Z �[0;32m        Name:     shipwright-operator.v0.18.0�[0m
2025-12-04T13:21:14.4226109Z �[0;32m        Status:   PresentNotSatisfied�[0m
2025-12-04T13:21:14.4226655Z �[0;32m        Version:  v1alpha1�[0m
2025-12-04T13:21:14.4227205Z �[0;32m        Group:    apiextensions.k8s.io�[0m
2025-12-04T13:21:14.4228014Z �[0;32m        Kind:     CustomResourceDefinition�[0m
2025-12-04T13:21:14.4228772Z �[0;32m        Message:  CRD is present and Established condition is true�[0m
2025-12-04T13:21:14.4229579Z �[0;32m        Name:     shipwrightbuilds.operator.shipwright.io�[0m
2025-12-04T13:21:14.4230223Z �[0;32m        Status:   Present�[0m
2025-12-04T13:21:14.4230836Z �[0;32m        Uuid:     e8783ebc-cd27-4b48-88d0-4b63667fc592�[0m
2025-12-04T13:21:14.4231397Z �[0;32m        Version:  v1�[0m
2025-12-04T13:21:14.4231842Z �[0;32m        Group:�[0m
2025-12-04T13:21:14.4232314Z �[0;32m        Kind:     ServiceAccount�[0m
2025-12-04T13:21:14.4232925Z �[0;32m        Message:  Service account does not exist�[0m
2025-12-04T13:21:14.4233532Z �[0;32m        Name:     shipwright-operator�[0m
2025-12-04T13:21:14.4234070Z �[0;32m        Status:   NotPresent�[0m
2025-12-04T13:21:14.4234553Z �[0;32m        Version:  v1�[0m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants