diff --git a/charts/capsule/Chart.yaml b/charts/capsule/Chart.yaml index 56757dd6..3516c786 100644 --- a/charts/capsule/Chart.yaml +++ b/charts/capsule/Chart.yaml @@ -21,7 +21,7 @@ sources: # 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. -version: 0.1.12 +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. diff --git a/charts/capsule/crds/tenant-crd.yaml b/charts/capsule/crds/tenant-crd.yaml index 5b36f41e..d018eabf 100644 --- a/charts/capsule/crds/tenant-crd.yaml +++ b/charts/capsule/crds/tenant-crd.yaml @@ -54,6 +54,8 @@ spec: jsonPath: .metadata.creationTimestamp name: Age type: date + deprecated: true + deprecationWarning: This version is going to be dropped in the upcoming version of Capsule; please, migrate to v1beta2 version. name: v1alpha1 schema: openAPIV3Schema: @@ -211,11 +213,11 @@ spec: type: integer namespacesMetadata: properties: - annotations: + additionalAnnotations: additionalProperties: type: string type: object - labels: + additionalLabels: additionalProperties: type: string type: object @@ -554,11 +556,11 @@ spec: type: array servicesMetadata: properties: - annotations: + additionalAnnotations: additionalProperties: type: string type: object - labels: + additionalLabels: additionalProperties: type: string type: object