Skip to content

Commit

Permalink
Merge pull request #21 from gvicentin/rpaas-update
Browse files Browse the repository at this point in the history
Upgrading RPaaS API and Operator
  • Loading branch information
gvicentin authored Apr 12, 2024
2 parents 5acab1f + 173b820 commit 2ba6575
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/rpaas-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: rpaas-api
description: The API of Tsuru/RPaaS
type: application
version: 0.2.6
appVersion: 0.38.6
version: 0.3.0
appVersion: 0.40.0
4 changes: 2 additions & 2 deletions charts/rpaas-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ 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.12.4
version: 0.13.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. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.39.2
appVersion: 0.40.0

dependencies:
- name: nginx-operator
Expand Down
3 changes: 3 additions & 0 deletions charts/rpaas-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6732,6 +6732,9 @@ spec:
- jsonPath: .spec.suspend
name: Suspended
type: boolean
- jsonPath: .spec.shutdown
name: Shutdown
type: boolean
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
Expand Down
3 changes: 3 additions & 0 deletions charts/rpaas-operator/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6733,6 +6733,9 @@ spec:
- jsonPath: .spec.suspend
name: Suspended
type: boolean
- jsonPath: .spec.shutdown
name: Shutdown
type: boolean
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
Expand Down

0 comments on commit 2ba6575

Please sign in to comment.