-
Notifications
You must be signed in to change notification settings - Fork 0
[eoc] merge from master #64
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
Open
pgodey
wants to merge
244
commits into
eoc-mount-secrets
Choose a base branch
from
master
base: eoc-mount-secrets
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Upgraded eoc version to 0.4.0
Upgraded eoc version to 0.4.1
[eoc] Upgrade eoc to 0.5.0
[eoc] Upgraded eoc version to 0.5.1
[eoc] Upgraded eoc version to 0.5.2
1. Updated SDC chart version to the latest
[sdc] sdc-version-update to 0.0.3
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
Update eoc chart version to 1.4.0
Update eoc chart version to 1.4.1-rc.1
EOC 1.4.1-rc.2
EOC release 1.4.1
Update EOC chart version to 1.5.0-beta.1
This reverts commit dad403c.
Eoc 1.5.0-rc.1
Update EOC version to 1.5.0
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.
…ch-1 [sdc] SDC version 1.2.2 release
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
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.
No description provided.