From 5c08e65552c4237c747f95eaa798ebcde561acbe Mon Sep 17 00:00:00 2001 From: Guilherme Vicentin <79584418+gvicentin@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:23:19 -0300 Subject: [PATCH] New RPaasv2 release and CRDs (#20) Co-authored-by: Guilherme Vicentin --- charts/rpaas-operator/Chart.yaml | 4 ++-- charts/rpaas-operator/crds/crds.yaml | 12 ++++++++++++ charts/rpaas-operator/templates/crds.yaml | 12 ++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/charts/rpaas-operator/Chart.yaml b/charts/rpaas-operator/Chart.yaml index cfb6f64..85483cc 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.1 +version: 0.12.2 # 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.1 +appVersion: 0.39.2 dependencies: - name: nginx-operator diff --git a/charts/rpaas-operator/crds/crds.yaml b/charts/rpaas-operator/crds/crds.yaml index 3b2e6b4..637c3d9 100644 --- a/charts/rpaas-operator/crds/crds.yaml +++ b/charts/rpaas-operator/crds/crds.yaml @@ -6631,6 +6631,12 @@ spec: Defaults to true. type: boolean type: object + shutdown: + default: false + description: Shutdown flag tells whether controller should scale + down Nginx instances. Any assosciated HorizontalPodAutoscaler + is remove/created when this flag is toggled. + type: boolean suspend: default: false description: Suspend flag tells whether controller should suspend @@ -13085,6 +13091,12 @@ spec: true. type: boolean type: object + shutdown: + default: false + description: Shutdown flag tells whether controller should scale down + Nginx instances. Any assosciated HorizontalPodAutoscaler is remove/created + when this flag is toggled. + type: boolean suspend: default: false description: Suspend flag tells whether controller should suspend diff --git a/charts/rpaas-operator/templates/crds.yaml b/charts/rpaas-operator/templates/crds.yaml index 4d131aa..55cfcda 100644 --- a/charts/rpaas-operator/templates/crds.yaml +++ b/charts/rpaas-operator/templates/crds.yaml @@ -6632,6 +6632,12 @@ spec: Defaults to true. type: boolean type: object + shutdown: + default: false + description: Shutdown flag tells whether controller should scale + down Nginx instances. Any assosciated HorizontalPodAutoscaler + is remove/created when this flag is toggled. + type: boolean suspend: default: false description: Suspend flag tells whether controller should suspend @@ -13086,6 +13092,12 @@ spec: true. type: boolean type: object + shutdown: + default: false + description: Shutdown flag tells whether controller should scale down + Nginx instances. Any assosciated HorizontalPodAutoscaler is remove/created + when this flag is toggled. + type: boolean suspend: default: false description: Suspend flag tells whether controller should suspend