From 4661141b4f9ddbe0e453007847a00b071c66464b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Jul 2026 08:41:06 +0000 Subject: [PATCH] feat: update CRDs and appVersion to version 0.5.2 --- Chart.yaml | 2 +- ...nterhyp.de_codesecurityconfigurations.yaml | 38 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index eee0ee7..56a7528 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.5.1" +appVersion: "0.5.2" home: https://github.com/Interhyp/git-hubby-helm sources: - https://github.com/Interhyp/git-hubby-helm diff --git a/crds/github.interhyp.de_codesecurityconfigurations.yaml b/crds/github.interhyp.de_codesecurityconfigurations.yaml index 8af9387..a1346cf 100644 --- a/crds/github.interhyp.de_codesecurityconfigurations.yaml +++ b/crds/github.interhyp.de_codesecurityconfigurations.yaml @@ -56,25 +56,6 @@ spec: - code_security - secret_protection type: string - code_scanning_delegated_alert_dismissal: - description: |- - CodeScanningDelegatedAlertDismissal enables users to dismiss code scanning alerts. - When enabled, users with appropriate permissions can dismiss alerts that don't require action. - enum: - - enabled - - disabled - - not_set - type: string - code_scanning_options: - description: CodeScanningOptions configures advanced code scanning - options. - properties: - allowAdvanced: - description: |- - AllowAdvanced determines whether users can enable advanced code scanning features. - When true, repository administrators can configure advanced code scanning settings beyond the default setup. - type: boolean - type: object codeScanningDefaultSetup: description: |- CodeScanningDefaultSetup enables or disables default code scanning setup. @@ -108,6 +89,25 @@ spec: required: - runnerType type: object + codeScanningDelegatedAlertDismissal: + description: |- + CodeScanningDelegatedAlertDismissal enables users to dismiss code scanning alerts. + When enabled, users with appropriate permissions can dismiss alerts that don't require action. + enum: + - enabled + - disabled + - not_set + type: string + codeScanningOptions: + description: CodeScanningOptions configures advanced code scanning + options. + properties: + allowAdvanced: + description: |- + AllowAdvanced determines whether users can enable advanced code scanning features. + When true, repository administrators can configure advanced code scanning settings beyond the default setup. + type: boolean + type: object codeSecurity: description: CodeSecurity is a meta-setting that enables multiple code security features.