Skip to content

Commit

Permalink
add 4.6 values for ui operator
Browse files Browse the repository at this point in the history
  • Loading branch information
bluzarraga authored Oct 2, 2024
1 parent 7aaea02 commit a7d52ac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions controllers/constant/odlm.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ spec:
packageName: ibm-commonui-operator-app
scope: public
installPlanApproval: {{ .ApprovalMode }}
- name: ibm-idp-config-ui-operator-v4.6
namespace: "{{ .CPFSNs }}"
channel: v4.6
packageName: ibm-commonui-operator-app
scope: public
installPlanApproval: {{ .ApprovalMode }}
`

PlatformUIOpReg = `
Expand Down Expand Up @@ -546,6 +552,11 @@ spec:
commonWebUI: {}
switcheritem: {}
navconfiguration: {}
- name: ibm-idp-config-ui-operator-v4.6
spec:
commonWebUI: {}
switcheritem: {}
navconfiguration: {}
`

PlatformUIOpCon = `
Expand Down

0 comments on commit a7d52ac

Please sign in to comment.