Skip to content

Add workflow to build custom CNPG operator image #1539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

dannyzaken
Copy link
Member

Explain the changes

Add GitHub workflow that builds a customized version of CloudNative PostgreSQL (CNPG) operator. The workflow:

  • Allows selection of CNPG version tag (default v1.25.0)
  • Modifies API group references from postgresql.cnpg.io to postgresql.cnpg.noobaa.io
  • Builds and pushes a custom Docker image to Quay.io repository
  • Uses manual trigger via workflow_dispatch

This enables NooBaa to maintain a customized version of the CNPG operator with necessary API group modifications.

Testing Instructions:

  1. Manually dispatch the workflow
  • Doc added/updated
  • Tests added

Add GitHub workflow that builds a customized version of CloudNative PostgreSQL (CNPG) operator.
The workflow:
- Allows selection of CNPG version tag (default v1.25.0)
- Modifies API group references from postgresql.cnpg.io to postgresql.cnpg.noobaa.io
- Builds and pushes a custom Docker image to Quay.io repository
- Uses manual trigger via workflow_dispatch

This enables NooBaa to maintain a customized version of the CNPG operator
with necessary API group modifications.

Signed-off-by: Danny Zaken <[email protected]>
@dannyzaken dannyzaken merged commit 79cebd5 into noobaa:master Feb 26, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants