Skip to content

Commit

Permalink
Merge pull request #9 from mesh-for-data/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update charts to new release
  • Loading branch information
roee88 authored Jun 6, 2021
2 parents 487bb53 + 738898e commit c157f8b
Show file tree
Hide file tree
Showing 42 changed files with 2,379 additions and 2,367 deletions.
6 changes: 2 additions & 4 deletions charts/m4d-crd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ apiVersion: v2
name: m4d-crd
description: M4D CustomResourceDefinitions
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0

version: 0.2.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: "0.1.0"
appVersion: 0.2.0
458 changes: 232 additions & 226 deletions charts/m4d-crd/templates/app.m4d.ibm.com_blueprints.yaml

Large diffs are not rendered by default.

405 changes: 215 additions & 190 deletions charts/m4d-crd/templates/app.m4d.ibm.com_m4dapplications.yaml

Large diffs are not rendered by default.

393 changes: 206 additions & 187 deletions charts/m4d-crd/templates/app.m4d.ibm.com_m4dmodules.yaml

Large diffs are not rendered by default.

77 changes: 38 additions & 39 deletions charts/m4d-crd/templates/app.m4d.ibm.com_m4dstorageaccounts.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

---
apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
controller-gen.kubebuilder.io/version: v0.5.0
creationTimestamp: null
name: m4dstorageaccounts.app.m4d.ibm.com
spec:
Expand All @@ -15,45 +15,44 @@ spec:
plural: m4dstorageaccounts
singular: m4dstorageaccount
scope: Namespaced
validation:
openAPIV3Schema:
description: M4DStorageAccount defines a storage account used for copying data. Only S3 based storage is supported. It contains endpoint, region and a reference to the credentials a Owner of the asset is responsible to store the credentials
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'
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'
type: string
metadata:
type: object
spec:
description: M4DStorageAccountSpec defines the desired state of M4DStorageAccount
properties:
endpoint:
description: Endpoint
type: string
regions:
description: Regions
items:
type: string
minItems: 1
type: array
secretRef:
description: A name of k8s secret deployed in the control plane. This secret includes secretKey and accessKey credentials for S3 bucket
type: string
required:
- endpoint
- regions
- secretRef
type: object
status:
description: M4DStorageAccountStatus defines the observed state of M4DStorageAccount
type: object
type: object
version: v1alpha1
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: M4DStorageAccount defines a storage account used for copying data. Only S3 based storage is supported. It contains endpoint, region and a reference to the credentials a Owner of the asset is responsible to store the credentials
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'
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'
type: string
metadata:
type: object
spec:
description: M4DStorageAccountSpec defines the desired state of M4DStorageAccount
properties:
endpoint:
description: Endpoint
type: string
regions:
description: Regions
items:
type: string
minItems: 1
type: array
secretRef:
description: A name of k8s secret deployed in the control plane. This secret includes secretKey and accessKey credentials for S3 bucket
type: string
required:
- endpoint
- regions
- secretRef
type: object
status:
description: M4DStorageAccountStatus defines the observed state of M4DStorageAccount
type: object
type: object
served: true
storage: true
status:
Expand Down
Loading

0 comments on commit c157f8b

Please sign in to comment.