Skip to content

Commit

Permalink
Merge pull request #509 from vshn/automatic-stackgres
Browse files Browse the repository at this point in the history
Enable automatic stackgres upgrades
  • Loading branch information
zugao authored Oct 22, 2024
2 parents 4fccef8 + 2ccd8c6 commit 64bacfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ parameters:
namespace: syn-stackgres-operator
operator:
channel: stable
installPlanApproval: Manual
installPlanApproval: Automatic
resources: {}

stsResizer:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
limits:
cpu: '2'
memory: 1Gi
installPlanApproval: Manual
installPlanApproval: Automatic
name: stackgres
source: redhat-marketplace
sourceNamespace: openshift-marketplace

0 comments on commit 64bacfd

Please sign in to comment.