diff --git a/Chart.yaml b/Chart.yaml index dfc9cc8..03b1732 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ name: git-hubby description: Helm chart for the git-hubby Kubernetes operator — manage GitHub resources declaratively via CRDs type: application version: 0.0.1 -appVersion: "0.0.4" +appVersion: "0.1.0" home: https://github.com/Interhyp/git-hubby-helm sources: - https://github.com/Interhyp/git-hubby-helm diff --git a/crds/github.interhyp.de_organizations.yaml b/crds/github.interhyp.de_organizations.yaml index 061254a..3a1d0e2 100644 --- a/crds/github.interhyp.de_organizations.yaml +++ b/crds/github.interhyp.de_organizations.yaml @@ -333,6 +333,16 @@ spec: minLength: 1 pattern: ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,99}$ type: string + plan: + default: enterprise + description: |- + Plan indicates the GitHub plan tier for this organization (enterprise, team, or free). + Determines whether Enterprise-only features (e.g., custom properties, runner groups) are reconciled or skipped. + enum: + - enterprise + - team + - free + type: string rulesetPresets: description: |- RulesetPresetList references RulesetPreset CRDs that define repository rulesets for this organization.