Skip to content

Commit

Permalink
add fallback channels for EDB operator (#2181)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Fan <[email protected]>
  • Loading branch information
Daniel-Fan authored and YCShen1010 committed Sep 26, 2024
1 parent 9f902d5 commit c83efc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions controllers/constant/odlm.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ spec:
packageName: rhbk-operator
scope: public
- channel: stable
fallbackChannels:
- stable-v1.22
installPlanApproval: {{ .ApprovalMode }}
name: edb-keycloak
namespace: "{{ .CPFSNs }}"
Expand All @@ -264,6 +266,8 @@ metadata:
spec:
operators:
- channel: stable-v1.22
fallbackChannels:
- stable
installPlanApproval: {{ .ApprovalMode }}
name: common-service-postgresql
namespace: "{{ .CPFSNs }}"
Expand Down Expand Up @@ -1591,6 +1595,8 @@ spec:
installPlanApproval: {{ .ApprovalMode }}
operatorConfig: cloud-native-postgresql-operator-config
- channel: stable-v1.22
fallbackChannels:
- stable
name: cloud-native-postgresql-v1.22
namespace: "{{ .CPFSNs }}"
packageName: cloud-native-postgresql
Expand Down

0 comments on commit c83efc6

Please sign in to comment.