Skip to content

Commit

Permalink
v1.5.5.
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Chabrolles <s.chabrolles@fr.ibm.com>
  • Loading branch information
schabrolles committed Jun 9, 2024
1 parent 0f32dbb commit 6ccc7fe
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,17 @@ spec:
- name: delete-olm-artifacts
params:
- name: OLM_UTILS_IMAGE
value: '$(params.OLM_UTILS_IMAGE):$(params.VERSION){{- if ne .Values.arch "x86" -}} .{{ .Values.arch }}{{- end }}'
value: '$(params.OLM_UTILS_IMAGE):$(params.VERSION)'
- name: OLM_CM
value: |-
oc project $(params.PROJECT_CPD_INST_OPERATORS)
delete-olm-artifacts \
--cpd_operator_ns=$(params.PROJECT_CPD_INST_OPERANDS) \
--delete_all_components=true
- name: CP-INSTALL-OPTIONS
value: cpd-install-install-option
- name: OLM_CMD
value: |-
oc project $(params.PROJECT_CPD_INST_OPERATORS)
Expand Down Expand Up @@ -93,8 +102,6 @@ spec:
--ignore-not-found=true
oc delete crd mcschedulings.scheduler.spectrumcomputing.ibm.com \
--ignore-not-found=true
- name: CP-INSTALL-OPTIONS
value: cpd-install-install-option
runAfter:
- components-delete-cr
taskRef:
Expand Down

0 comments on commit 6ccc7fe

Please sign in to comment.