From 173b8206d7c3120018ee166cc8326e4bcc925cf0 Mon Sep 17 00:00:00 2001 From: gvicentin Date: Fri, 12 Apr 2024 08:52:01 -0300 Subject: [PATCH] Upgrading RPaaS API and Operator --- charts/rpaas-api/Chart.yaml | 4 ++-- charts/rpaas-operator/Chart.yaml | 4 ++-- charts/rpaas-operator/crds/crds.yaml | 3 +++ charts/rpaas-operator/templates/crds.yaml | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/charts/rpaas-api/Chart.yaml b/charts/rpaas-api/Chart.yaml index f99db66..64aa787 100644 --- a/charts/rpaas-api/Chart.yaml +++ b/charts/rpaas-api/Chart.yaml @@ -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 diff --git a/charts/rpaas-operator/Chart.yaml b/charts/rpaas-operator/Chart.yaml index 7af17b2..9782f8d 100644 --- a/charts/rpaas-operator/Chart.yaml +++ b/charts/rpaas-operator/Chart.yaml @@ -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 diff --git a/charts/rpaas-operator/crds/crds.yaml b/charts/rpaas-operator/crds/crds.yaml index 637c3d9..1e56a1e 100644 --- a/charts/rpaas-operator/crds/crds.yaml +++ b/charts/rpaas-operator/crds/crds.yaml @@ -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 diff --git a/charts/rpaas-operator/templates/crds.yaml b/charts/rpaas-operator/templates/crds.yaml index 55cfcda..d05c24b 100644 --- a/charts/rpaas-operator/templates/crds.yaml +++ b/charts/rpaas-operator/templates/crds.yaml @@ -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