Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions crds/github.interhyp.de_organizations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down