Skip to content

Commit

Permalink
Update chart (triggered by operator release v0.1.32)
Browse files Browse the repository at this point in the history
Repository: SAP/project-operator
Release: v0.1.32
Commit: 7a6d5ca3b5daefaf3ef206ea74eef6a312d7d91b
  • Loading branch information
ERP4SME-DevOps-GitHub-Workflow-User committed May 31, 2024
1 parent 700ecc4 commit dbc824d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
20 changes: 12 additions & 8 deletions chart/crds/core.cs.sap.com_projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit dbc824d

Please sign in to comment.