Skip to content

Conversation

@pgodey
Copy link
Contributor

@pgodey pgodey commented May 2, 2024

No description provided.

adrianb-ens and others added 30 commits June 22, 2023 19:03
1. Updated SDC chart version to the latest
1. Added configuration required for binary download to backend_configmap and values.yaml files.
Modified default values of s3region, s3Bucketname and Version in values.yaml file
…alpha.1

[eoc] Upgrade eoc to 1.0.0-alpha.1
1. Bump up the versions for SDC and Inlets
SDC - 0.2.5
Inlets version - 0.9.21 and operator 0.3.0
2. Update the port forward range from 5009 - 5100
3.  Deleted the 8080 and 8081 from port-forward ranges
4. Updated portRange to 5001-5100
[sdc] SDC Chart Update version 0.0.4
…alpha.2

[eoc] Upgrade eoc to 1.0.0-alpha.2
…alpha.3

[eoc] Upgrade eoc to 1.0.0-alpha.3
abdelkrim-djebbar and others added 30 commits July 21, 2025 11:46
Update eoc chart version to 1.4.0
Update eoc chart version to 1.4.1-rc.1
Update EOC chart version to 1.5.0-beta.1
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.
sss/0.0.2 - add hibernate option to sss service
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.

8 participants