Skip to content

Conversation

@gnanirahulnutakki
Copy link
Member

Update the chart and app version to 1.2.2 to support the latest SDC 1.2.2

Update the chart and app version to 1.2.2 to support the latest SDC 1.2.2
Updated PostgreSQL chart version from 12.1.3 to 17.0.1 to fix the
ImagePullBackOff error in GitHub Actions. The previous version referenced
a deprecated PostgreSQL image (15.1.0-debian-11-r7) that is no longer
available in Bitnami's registry.

Changes:
- PostgreSQL chart: 12.1.3 → 17.0.1
- This resolves the "docker.io/bitnami/postgresql:15.1.0-debian-11-r7: not found" error
- Ensures compatibility with current Bitnami image registry
Updated PostgreSQL chart version from 17.0.1 to 16.7.27.
The version 17.0.1 is not available in the Bitnami Helm repository,
causing the GitHub Actions workflow to fail with "can't get a valid version".

Changes:
- PostgreSQL chart: 17.0.1 → 16.7.27
- This version uses PostgreSQL 17.6.0 (app version)
- Provides a conservative upgrade path from 15.1.0 → 17.6.0
- Resolves the chart dependency resolution error
This commit implements several improvements to enhance the SDC Helm chart:

1. PostgreSQL Configuration:
   - Configure chart to use radiantone/postgresql:16.3.0 image
   - Updated README to reflect PostgreSQL chart version 16.7.27
   - Provides controlled upgrade path from PostgreSQL 15.1.0 to 16.3.0

2. Added .helmignore file:
   - Excludes unnecessary files from chart packaging
   - Reduces chart size and improves deployment efficiency
   - Follows Helm best practices for production charts

3. Upgraded HPA API version:
   - Updated from deprecated autoscaling/v2beta1 to autoscaling/v2
   - Modified metrics format to match v2 API specification
   - Ensures compatibility with Kubernetes 1.23+

4. Enhanced Resource Configuration:
   - Added recommended production resource limits (commented)
   - Provides guidance: 250m/512Mi requests, 500m/1Gi limits
   - Maintains flexibility for different environments

These changes improve chart maintainability, Kubernetes compatibility,
and provide better production-ready defaults while preserving backward
compatibility.
Added comprehensive PostgreSQL version information:
- Chart version: 16.7.27
- Image: radiantone/postgresql:16.3.0
- PostgreSQL version: 16.3.0

This provides clear documentation of the PostgreSQL configuration
for users deploying the SDC chart.
Changed PostgreSQL Helm chart version from 16.7.27 to 15.5.20 to match
the radiantone/postgresql:16.3.0 image.

Issue:
- Chart version 16.7.27 expects PostgreSQL 17.6.0
- Our image contains PostgreSQL 16.3.0
- This mismatch could cause initialization and health check failures

Resolution:
- Chart version 15.5.20 is designed for PostgreSQL 16.3.0
- Ensures full compatibility between chart templates and image
- Updated both Chart.yaml and README.md documentation

Compatibility Matrix:
- Chart: 15.5.20 (Bitnami)
- Image: radiantone/postgresql:16.3.0
- PostgreSQL: 16.3.0
Reverted to the original PostgreSQL configuration that has been
proven stable in production environments:

PostgreSQL Configuration:
- Chart version: 12.1.3 (Bitnami PostgreSQL Helm chart)
- Image: radiantone/postgresql:15.1.0-debian-11-r7
- PostgreSQL version: 15.1.0

This configuration matches what is currently deployed and working
in production (running for 2+ years without issues).

Changes:
- Chart.yaml: postgresql dependency version 12.1.3
- values.yaml: image tag 15.1.0-debian-11-r7
- README.md: updated documentation to reflect correct versions
The .helmignore file was causing 'Chart.yaml file is missing' errors
during helm dependency update in GitHub Actions workflow.

Removing this file to resolve the dependency resolution issue.
@pgodey pgodey changed the title Update chart.yaml [sdc] SDC version 1.2.2 Nov 5, 2025
Copy link
Contributor

@pgodey pgodey left a comment

Choose a reason for hiding this comment

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

Please use appropriate branch names and PR titles.

@pgodey pgodey self-requested a review November 5, 2025 17:29
@gnanirahulnutakki gnanirahulnutakki merged commit e47a47c into master Nov 6, 2025
1 check passed
@gnanirahulnutakki gnanirahulnutakki deleted the gnanirahulnutakki-patch-1 branch November 6, 2025 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants