Skip to content

Commit

Permalink
updated common-service EDB to 1.22 (#2222)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Li <[email protected]>
  • Loading branch information
bitscuit authored Sep 25, 2024
1 parent f7371ab commit 26c06d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions controllers/constant/cloudNativePostgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ metadata:
annotations:
version: {{ .Version }}
data:
ibm-postgresql-16-operand-image: icr.io/cpopen/edb/postgresql:16.2@sha256:5390227d36006c0cd7ac4b957411707adb49ca40125156ceef44f8b593838e94
ibm-postgresql-15-operand-image: icr.io/cpopen/edb/postgresql:15.6@sha256:370e20dd2cb68b88bfd5a5ff5147d6a638e20952d4fda6215880a03dbfc77517
ibm-postgresql-14-operand-image: icr.io/cpopen/edb/postgresql:14.11@sha256:5f825e253f330006144895af8a8c8cd0cc91a95937652fb094b3244302aaa469
ibm-postgresql-13-operand-image: icr.io/cpopen/edb/postgresql:13.14@sha256:60328994ab265ca367b67259a1faacc349cf57f7bcccdb2c1494244a5663940d
ibm-postgresql-12-operand-image: icr.io/cpopen/edb/postgresql:12.18@sha256:287c28ca4584e92bc1fae545c813c6e9a6723f978f0d3f8c2f29e40a0b15853f
edb-postgres-license-provider-image: cp.icr.io/cp/cpd/edb-postgres-license-provider@sha256:c1670e7dd93c1e65a6659ece644e44aa5c2150809ac1089e2fd6be37dceae4ce
ibm-postgresql-16-operand-image: icr.io/cpopen/edb/postgresql:16.4@sha256:40f729ded0e488271950daf010c55963e5745c97a5d674dead80e7d2c4d24aeb
ibm-postgresql-15-operand-image: icr.io/cpopen/edb/postgresql:15.8@sha256:63c1bfc431fba3eba7a2e803d5d24c48425dbe7d1e9b1dec9832b30717ce8753
ibm-postgresql-14-operand-image: icr.io/cpopen/edb/postgresql:14.13@sha256:11317eb23ce45d74e35fd2471d96a32e4a28c29a0367734eb61f5a3d6aff2cff
ibm-postgresql-13-operand-image: icr.io/cpopen/edb/postgresql:13.16@sha256:ffb17e14727dbea67533decb12eed011a6138e191c947eda0c136443b823b867
ibm-postgresql-12-operand-image: icr.io/cpopen/edb/postgresql:12.20@sha256:a4960e2d7350ab6beccd37e5e977ce3e3e06145216fc3c07f6df866fa9927b2f
edb-postgres-license-provider-image: cp.icr.io/cp/cpd/edb-postgres-license-provider@sha256:6b5c69987f8967f5d0256a38e8759dad15480cf3c0eada9eb5fc71c51ed1cee9
`
4 changes: 2 additions & 2 deletions controllers/constant/odlm.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ metadata:
status-monitored-services: {{ .StatusMonitoredServices }}
spec:
operators:
- channel: stable
- channel: stable-v1.22
installPlanApproval: {{ .ApprovalMode }}
name: common-service-postgresql
namespace: "{{ .CPFSNs }}"
Expand Down Expand Up @@ -1138,7 +1138,7 @@ spec:
spec:
requests:
- operands:
- name: cloud-native-postgresql
- name: cloud-native-postgresql-v1.22
registry: common-service
registryNamespace: {{ .ServicesNs }}
force: true
Expand Down

0 comments on commit 26c06d2

Please sign in to comment.