Skip to content

Commit ad92ffb

Browse files
kaovilaiclaudehappy-otter
committed
fix: add cli-operator-sdk base_images for operator-sdk workflow
The optional-operators-ci-operator-sdk-aws workflow requires cli-operator-sdk image which is not in OCP release payload. Must be imported explicitly via base_images from ocp/cli-operator-sdk. Without this, the operator-sdk install step fails with ImagePullBackOff for stable:cli-operator-sdk. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering> Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
1 parent 6db49e9 commit ad92ffb

13 files changed

Lines changed: 65 additions & 0 deletions

ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.12.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
base_images:
2+
cli-operator-sdk:
3+
name: cli-operator-sdk
4+
namespace: ocp
5+
tag: v1.39.2
16
build_root:
27
image_stream_tag:
38
name: builder

ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.13.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
base_images:
2+
cli-operator-sdk:
3+
name: cli-operator-sdk
4+
namespace: ocp
5+
tag: v1.39.2
16
build_root:
27
image_stream_tag:
38
name: builder

ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.14.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
base_images:
2+
cli-operator-sdk:
3+
name: cli-operator-sdk
4+
namespace: ocp
5+
tag: v1.39.2
16
build_root:
27
image_stream_tag:
38
name: builder

ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.15.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
base_images:
2+
cli-operator-sdk:
3+
name: cli-operator-sdk
4+
namespace: ocp
5+
tag: v1.39.2
16
build_root:
27
image_stream_tag:
38
name: builder

ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4__4.18.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
base_images:
2+
cli-operator-sdk:
3+
name: cli-operator-sdk
4+
namespace: ocp
5+
tag: v1.39.2
16
build_root:
27
image_stream_tag:
38
name: builder

ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5__4.19.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
base_images:
2+
cli-operator-sdk:
3+
name: cli-operator-sdk
4+
namespace: ocp
5+
tag: v1.39.2
16
build_root:
27
image_stream_tag:
38
name: builder

ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5__4.20.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
base_images:
2+
cli-operator-sdk:
3+
name: cli-operator-sdk
4+
namespace: ocp
5+
tag: v1.39.2
16
build_root:
27
image_stream_tag:
38
name: builder

ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.18.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
base_images:
2+
cli-operator-sdk:
3+
name: cli-operator-sdk
4+
namespace: ocp
5+
tag: v1.39.2
16
build_root:
27
image_stream_tag:
38
name: builder

ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.22.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
base_images:
2+
cli-operator-sdk:
3+
name: cli-operator-sdk
4+
namespace: ocp
5+
tag: v1.39.2
16
build_root:
27
image_stream_tag:
38
name: builder

ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__5.0.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
base_images:
2+
cli-operator-sdk:
3+
name: cli-operator-sdk
4+
namespace: ocp
5+
tag: v1.39.2
16
build_root:
27
image_stream_tag:
38
name: builder

0 commit comments

Comments
 (0)