Skip to content

Commit dbc824d

Browse files
Update chart (triggered by operator release v0.1.32)
Repository: SAP/project-operator Release: v0.1.32 Commit: 7a6d5ca3b5daefaf3ef206ea74eef6a312d7d91b
1 parent 700ecc4 commit dbc824d

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: project-operator
33
description: A Helm chart for https://github.com/sap/project-operator
44
type: application
55
version: 0.1.36
6-
appVersion: v0.1.31
6+
appVersion: v0.1.32

chart/crds/core.cs.sap.com_projects.yaml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.9.2
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.14.0
87
name: projects.core.cs.sap.com
98
spec:
109
group: core.cs.sap.com
@@ -28,14 +27,19 @@ spec:
2827
description: Project is the Schema for the projects API.
2928
properties:
3029
apiVersion:
31-
description: 'APIVersion defines the versioned schema of this representation
32-
of an object. Servers should convert recognized schemas to the latest
33-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
30+
description: |-
31+
APIVersion defines the versioned schema of this representation of an object.
32+
Servers should convert recognized schemas to the latest internal value, and
33+
may reject unrecognized values.
34+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
3435
type: string
3536
kind:
36-
description: 'Kind is a string value representing the REST resource this
37-
object represents. Servers may infer this from the endpoint the client
38-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
37+
description: |-
38+
Kind is a string value representing the REST resource this object represents.
39+
Servers may infer this from the endpoint the client submits requests to.
40+
Cannot be updated.
41+
In CamelCase.
42+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3943
type: string
4044
metadata:
4145
type: object

0 commit comments

Comments
 (0)