Skip to content

Commit

Permalink
update helm chart with make helm command (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoptical authored Mar 20, 2024
1 parent 3ac4d69 commit cc9e6fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ceph-s3-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version: 0.3.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.3.6"
appVersion: "v0.3.7"
2 changes: 1 addition & 1 deletion charts/ceph-s3-operator/templates/s3bucket-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: v1alpha1
schema:
openAPIV3Schema:
description: S3Bucket is the Schema for the s3buckets API
description: S3 Bucket Instance
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand Down
2 changes: 2 additions & 0 deletions charts/ceph-s3-operator/templates/s3user-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ spec:
name: v1alpha1
schema:
openAPIV3Schema:
description: S3 User is created by the S3 User Claim instance. It's not applicable
for the operator user.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand Down
1 change: 1 addition & 0 deletions charts/ceph-s3-operator/templates/s3userclaim-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
name: v1alpha1
schema:
openAPIV3Schema:
description: S3 User Claim Instance
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand Down

0 comments on commit cc9e6fc

Please sign in to comment.