Skip to content

Commit

Permalink
Update rpaas-operator chart to support rpaas-operator 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Mar 21, 2024
1 parent 7a6a7ce commit 869de3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
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.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
Expand Down
5 changes: 4 additions & 1 deletion charts/rpaas-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion charts/rpaas-operator/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 869de3a

Please sign in to comment.