Skip to content

Commit

Permalink
chore(helm)!: release of v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed Nov 19, 2022
1 parent 2ed1e4f commit 0f75208
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/capsule/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11
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.
Expand Down
10 changes: 6 additions & 4 deletions charts/capsule/crds/tenant-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -211,11 +213,11 @@ spec:
type: integer
namespacesMetadata:
properties:
annotations:
additionalAnnotations:
additionalProperties:
type: string
type: object
labels:
additionalLabels:
additionalProperties:
type: string
type: object
Expand Down Expand Up @@ -554,11 +556,11 @@ spec:
type: array
servicesMetadata:
properties:
annotations:
additionalAnnotations:
additionalProperties:
type: string
type: object
labels:
additionalLabels:
additionalProperties:
type: string
type: object
Expand Down

0 comments on commit 0f75208

Please sign in to comment.