Skip to content

Commit

Permalink
New RPaasv2 release and CRDs (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Guilherme Vicentin <[email protected]>
  • Loading branch information
gvicentin and Guilherme Vicentin authored Mar 28, 2024
1 parent 42e8a44 commit 5c08e65
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 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.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
Expand Down
12 changes: 12 additions & 0 deletions charts/rpaas-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions charts/rpaas-operator/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5c08e65

Please sign in to comment.