Skip to content

Create OLM v1 chart - #657

Merged
itewk merged 1 commit into
redhat-cop:mainfrom
marpears:olmv1
May 6, 2026
Merged

Create OLM v1 chart#657
itewk merged 1 commit into
redhat-cop:mainfrom
marpears:olmv1

Conversation

@marpears

@marpears marpears commented Aug 5, 2025

Copy link
Copy Markdown

What is this PR About?

OLM v1 is a declarative and GitOps friendly way of installing operators or extensions, and has been GA since OpenShift 4.18.

In this PR, a new helm chart named olmv1 has been created which configures ClusterExtension CRs and the supporting manifests needed to provide the necessary rbac for installation to complete.

Having a chart for OLM v1 will hopefully help boost the testing and adoption effort needed to ensure compatibility of all operators.

How do we test this?

The chart can be linted using this command:
helm lint -f charts/olmv1/_test/values.yaml charts/olmv1

The conftest script used by the GitHub action has been updated to include this new chart and uses the test values file.

cc: @redhat-cop/day-in-the-life

@garethahealy

Copy link
Copy Markdown
Contributor

@itewk ; you OK to review?

@garethahealy
garethahealy requested a review from itewk November 13, 2025 09:40
@itewk

itewk commented Nov 14, 2025

Copy link
Copy Markdown
Contributor

@garethahealy i'm trying to figure out why your new test didn't run as a github action? any idea?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@garethahealy can you move this to a ci folder rather then _test. then the automatic github action testing will pick this up.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

you want @marpears - as he was the PR raiser :)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

whoooops. sorry. missread that.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

File moved to a ci folder

@itewk itewk added the enhancement New feature or request label Nov 14, 2025
@marpears

Copy link
Copy Markdown
Author

Hi @itewk thanks for the review and sorry for the delay in getting back to you! I have made the modification as requested

@itewk

itewk commented Feb 27, 2026

Copy link
Copy Markdown
Contributor

@marpears thanks for the update, looks like you have some test failures to clean up :)

@itewk
itewk self-requested a review February 27, 2026 16:39
@marpears

Copy link
Copy Markdown
Author

Hi @itewk I've added the chart to the helm ct exclusion list since it requires OLM v1 CRDs that won't exist in the kind cluster.

Also I've pointed confbatstest to v4.6 as it was failing for all charts due to Rego mismatch

Fingers crossed!

@itewk

itewk commented Feb 27, 2026

Copy link
Copy Markdown
Contributor

@marpears would it be a huge lift to add a step to the test to install the OLV v1 CRs like we do for the previous version testing?

@marpears marpears changed the title Create OLM v1 chart WIP: Create OLM v1 chart May 1, 2026
@marpears marpears changed the title WIP: Create OLM v1 chart Create OLM v1 chart May 1, 2026
@marpears

marpears commented May 1, 2026

Copy link
Copy Markdown
Author

Hi @itewk I've added a step to the kind cluster setup which installs OLM v1 CRs so that the unit tests for the olmv1 chart run

@itewk

itewk commented May 4, 2026

Copy link
Copy Markdown
Contributor

@marpears can you merge all the minit commits down to one or two please?

otherwise LGTM and will merge

@itewk
itewk self-requested a review May 4, 2026 15:18
@itewk
itewk merged commit 0957c80 into redhat-cop:main May 6, 2026
5 checks passed
@itewk

itewk commented May 6, 2026

Copy link
Copy Markdown
Contributor

@marpears thanks for all the work!

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants