Skip to content

Commit

Permalink
Fix elasticsearch-operator deprecated in stable-5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DebakelOrakel committed Jul 22, 2024
1 parent c259a8d commit dede621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component/main.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ local lokistack = if deployLokistack then operatorlib.managedSubscription(
local elasticsearch = if deployElasticsearch then operatorlib.managedSubscription(
'openshift-operators-redhat',
'elasticsearch-operator',
params.channel
'stable-5.8'
) {
spec+: {
config+: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ metadata:
name: elasticsearch-operator
namespace: openshift-operators-redhat
spec:
channel: stable-5.9
channel: stable-5.8
config:
resources:
limits:
Expand Down

0 comments on commit dede621

Please sign in to comment.