feat(installer): integrate ArgoCD secret update and pc-apps install into install codesphere#459
Draft
schrodit wants to merge 2 commits into
Draft
feat(installer): integrate ArgoCD secret update and pc-apps install into install codesphere#459schrodit wants to merge 2 commits into
schrodit wants to merge 2 commits into
Conversation
…nto install codesphere Add --argocd flag to `install codesphere` that runs three post-install steps: 1. Deploy SOPS-encrypted vault file as a Kubernetes secret (--vault-file) 2. Update the ArgoCD OCI pull secret via ArgoCDResources.ApplyAll() 3. Install pc-applications Helm chart at the version from the package BOM Add OciRef field to BomConfig.FileRef to parse the ociRef introduced by codesphere-monorepo PR #19578 (components["pc-applications"].files.chart.ociRef). GetPCAppsVersion() extracts the chart version from that OCI image reference. Warn and skip pc-apps install when the component is absent from the BOM. Signed-off-by: Tim Schrodi <[email protected]>
Signed-off-by: schrodit <[email protected]>
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.
Add --argocd flag to
install codespherethat runs three post-install steps:Add OciRef field to BomConfig.FileRef to parse the ociRef introduced by codesphere-monorepo PR #19578 (components["pc-applications"].files.chart.ociRef). GetPCAppsVersion() extracts the chart version from that OCI image reference. Warn and skip pc-apps install when the component is absent from the BOM.