Add cloudnative-pg 0.29.0 community pack#264
Open
3pings wants to merge 1 commit into
Open
Conversation
Adds the CloudNativePG PostgreSQL operator pack (chart 0.29.0, operator app version 1.30.0), including pack.json, README, and the pack.content.images list. The image list covers the operator plus the operator's default operand (PostgreSQL) and pgbouncer pooler images, with exact tags resolved from the operator source at tag v1.30.0, for offline/air-gapped caching. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
✅ CVE scan completed successfully.
Scan Summary:
- Total images scanned: 3
- Clean images: 0
- Images with CVEs: 3
- Total CVEs found: 691
🔴 Critical CVEs: 32
🟠 High CVEs: 90
🟡 Medium CVEs: 113
🟢 Low CVEs: 456
Images with CVEs:
- ghcr.io/cloudnative-pg/cloudnative-pg:1.30.0: 3 CVEs (Critical: 0, High: 0, Medium: 0, Low: 3)
- ghcr.io/cloudnative-pg/pgbouncer:1.25.1: 307 CVEs (Critical: 14, High: 38, Medium: 39, Low: 216)
Critical CVEs: CVE-2019-1010022, CVE-2026-13221, CVE-2026-42496, CVE-2026-8376 - ghcr.io/cloudnative-pg/postgresql:18.4-system-trixie: 381 CVEs (Critical: 18, High: 52, Medium: 74, Low: 237)
Critical CVEs: CVE-2019-1010022, CVE-2026-13221, CVE-2026-42496, CVE-2026-6653, CVE-2026-8376
There was a problem hiding this comment.
✅ CVE scan completed successfully.
Scan Summary:
- Total images scanned: 3
- Clean images: 0
- Images with CVEs: 3
- Total CVEs found: 691
🔴 Critical CVEs: 32
🟠 High CVEs: 90
🟡 Medium CVEs: 113
🟢 Low CVEs: 456
Images with CVEs:
- ghcr.io/cloudnative-pg/cloudnative-pg:1.30.0: 3 CVEs (Critical: 0, High: 0, Medium: 0, Low: 3)
- ghcr.io/cloudnative-pg/pgbouncer:1.25.1: 307 CVEs (Critical: 14, High: 38, Medium: 39, Low: 216)
Critical CVEs: CVE-2019-1010022, CVE-2026-13221, CVE-2026-42496, CVE-2026-8376 - ghcr.io/cloudnative-pg/postgresql:18.4-system-trixie: 381 CVEs (Critical: 18, High: 52, Medium: 74, Low: 237)
Critical CVEs: CVE-2019-1010022, CVE-2026-13221, CVE-2026-42496, CVE-2026-6653, CVE-2026-8376
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the CloudNativePG community pack (chart
0.29.0, operator app version1.30.0). CloudNativePG is a Kubernetes operator that manages the full lifecycle of highly available PostgreSQL clusters — provisioning, streaming replication, automated failover, rolling updates, backup, and recovery.What's included
pack.json(system app, community, cloudTypesall),values.yaml,logo.png, and the bundled operator chart.README.mdfollowing the pack-central README template (Prerequisites / Parameters / Upgrade / Usage / References).pack.content.imageslist enumerating every image the pack can pull for offline/air-gapped caching.Images
Corrected the seeded image entry (which pointed at the wrong registry/tag) and expanded to the operator's real defaults, resolved from the operator source at tag
v1.30.0and verified pullable (HTTP 200):ghcr.io/cloudnative-pg/cloudnative-pg:1.30.0appVersion)ghcr.io/cloudnative-pg/postgresql:18.4-system-trixieCluster)ghcr.io/cloudnative-pg/pgbouncer:1.25.1Pooler)The operand and pgbouncer images are only pulled when the corresponding CR is created, and can be overridden per-resource via
spec.imageName/spec.pgbouncer.image.🤖 Generated with Claude Code