chore(chart): Vendorize Chart dependencies#2393
Merged
javirln merged 5 commits intochainloop-dev:mainfrom Aug 26, 2025
Merged
Conversation
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
migmartri
approved these changes
Aug 26, 2025
|
|
||
| # Helm Chart overrides for testing and unwanted files | ||
| values.local.yaml | ||
| deployment/chainloop/charts/**/*.tgz |
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
migmartri
reviewed
Aug 26, 2025
| 5. Inside the `Dockerfile`, check the `APP_VERSION` environment variable | ||
| - This is the application version used in the vendorized chart | ||
|
|
||
| ### 2. Locate the Chart to Upgrade |
Member
There was a problem hiding this comment.
shouldn't we do first an update of the Chart, from there find the associated images?
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
Member
Author
|
Removed the runbook from this PR. I'll create another one adding it since it was starting to get complicated if we wanted the two branches on the same file. |
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.
This pull request introduces a new local Bitnami
commonHelm library chart into the deployment and updates dependencies to reference this local chart instead of remote Bitnami repositories.Dependency and Chart Source Updates
deployment/chainloop/Chart.yamlto reference local chart dependencies (common,postgresql,vault) viafile://paths instead of remote Bitnami repositories, and bumped the chart version.In house container images
Three Container images are being built right now for them to be used in the Chart:
ghcr.io/chainloop-dev/platform/postgresql:16.4.0ghcr.io/chainloop-dev/platform/postgres-exporter:0.15.0ghcr.io/chainloop-dev/platform/os-shell:12ghcr.io/chainloop-dev/platform/dex:2.43.1ghcr.io/chainloop-dev/platform/vault:1.17.3CSI Provider: ghcr.io/chainloop-dev/platform/vault-csi-provider:1.4.3ghcr.io/chainloop-dev/platform/vault-k8s:1.4.2These containers have been replaced in
charts/{postgresql,dex,vault}/Chart.yamlfor replication and incharts/{postgresql,dex,vault}/values.yamlfor their usage.Addition of Bitnami Common Helm Library Chart
commonHelm library chart todeployment/chainloop/charts/common/Chart.yaml, including metadata, version, and description.Version update
The main platform chart version is bumped from
1.279.0to1.279.1to reflect these changes.Chart Replication
These are the images being replicated:
Close #2391