From dbc824d07f95a9b6f70da0f405330b3e4c9e52fb Mon Sep 17 00:00:00 2001 From: ERP4SME-DevOps-GitHub-Workflow-User <134080766+ERP4SME-DevOps-GitHub-Workflow-User@users.noreply.github.com> Date: Fri, 31 May 2024 15:04:11 +0000 Subject: [PATCH] Update chart (triggered by operator release v0.1.32) Repository: SAP/project-operator Release: v0.1.32 Commit: 7a6d5ca3b5daefaf3ef206ea74eef6a312d7d91b --- chart/Chart.yaml | 2 +- chart/crds/core.cs.sap.com_projects.yaml | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e438e35..06c89b4 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -3,4 +3,4 @@ name: project-operator description: A Helm chart for https://github.com/sap/project-operator type: application version: 0.1.36 -appVersion: v0.1.31 +appVersion: v0.1.32 diff --git a/chart/crds/core.cs.sap.com_projects.yaml b/chart/crds/core.cs.sap.com_projects.yaml index 18484fc..a53f588 100644 --- a/chart/crds/core.cs.sap.com_projects.yaml +++ b/chart/crds/core.cs.sap.com_projects.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: projects.core.cs.sap.com spec: group: core.cs.sap.com @@ -28,14 +27,19 @@ spec: description: Project is the Schema for the projects API. properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object