From 869de3a81deb9844711a6a0dbb2401a3ba717969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilson=20J=C3=BAnior?= Date: Thu, 21 Mar 2024 09:35:17 -0300 Subject: [PATCH] Update rpaas-operator chart to support rpaas-operator 0.39.0 --- charts/rpaas-operator/Chart.yaml | 4 ++-- charts/rpaas-operator/crds/crds.yaml | 5 ++++- charts/rpaas-operator/templates/crds.yaml | 5 ++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/charts/rpaas-operator/Chart.yaml b/charts/rpaas-operator/Chart.yaml index 09c6dfa..b7d274a 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.11.19 +version: 0.12.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.38.9 +appVersion: 0.39.0 dependencies: - name: nginx-operator diff --git a/charts/rpaas-operator/crds/crds.yaml b/charts/rpaas-operator/crds/crds.yaml index c2e848d..3b2e6b4 100644 --- a/charts/rpaas-operator/crds/crds.yaml +++ b/charts/rpaas-operator/crds/crds.yaml @@ -13180,8 +13180,11 @@ spec: podSelector: description: PodSelector is the NGINX's pod label selector. type: string + revisionHash: + description: Revision hash calculated for the current spec of rpaasinstance + type: string wantedNginxRevisionHash: - description: Revision hash calculated for the current spec. + description: Revision hash calculated for the current spec of nginx. type: string required: - nginxUpdated diff --git a/charts/rpaas-operator/templates/crds.yaml b/charts/rpaas-operator/templates/crds.yaml index 692d20b..4d131aa 100644 --- a/charts/rpaas-operator/templates/crds.yaml +++ b/charts/rpaas-operator/templates/crds.yaml @@ -13181,8 +13181,11 @@ spec: podSelector: description: PodSelector is the NGINX's pod label selector. type: string + revisionHash: + description: Revision hash calculated for the current spec of rpaasinstance + type: string wantedNginxRevisionHash: - description: Revision hash calculated for the current spec. + description: Revision hash calculated for the current spec of nginx. type: string required: - nginxUpdated