Initialize charts repository and add katalog-example chart#1
Merged
Conversation
- Initialize orkspace/charts repository structure - Add katalog-example Helm chart as the first shared chart - Include basic metadata, values, and templates for generating an Orkestra Katalog - Prepare repository for future shared platform charts
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.
Summary
The charts repo will serve as the central location for all shared Helm charts used across orkspace. This initial setup establishes the baseline structure and adds a reference chart that demonstrates how to package Orkestra Katalog definitions inside a Helm chart.
Included in this PR
1. Repository Initialization
2. katalog-example Chart
Chart.yamlvalues.yamltemplates/katalog.yamlsources.helm).Purpose
This establishes the foundation for:
Future charts (Redis, Postgres, MinIO, etc.) will follow this structure.
Next Steps