From a90b60972252ea9c6d3fdfe888e16153af30bcc9 Mon Sep 17 00:00:00 2001 From: whg517 Date: Sun, 1 Sep 2024 13:38:57 +0800 Subject: [PATCH] ci(gh-action): deploy catalog img in ci (#95) --- .github/workflows/main.yml | 4 ++++ bundle/manifests/hdfs-operator.clusterserviceversion.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe4a67c..65302a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -151,3 +151,7 @@ jobs: run: | make bundle make bundle-buildx + - name: Build and push catalog + run: | + make catalog + make catalog-buildx diff --git a/bundle/manifests/hdfs-operator.clusterserviceversion.yaml b/bundle/manifests/hdfs-operator.clusterserviceversion.yaml index c72b73d..f5bc680 100644 --- a/bundle/manifests/hdfs-operator.clusterserviceversion.yaml +++ b/bundle/manifests/hdfs-operator.clusterserviceversion.yaml @@ -129,7 +129,7 @@ metadata: ] capabilities: Basic Install categories: Big Data - createdAt: "2024-08-28T15:20:01Z" + createdAt: "2024-08-30T09:01:14Z" operators.operatorframework.io/builder: operator-sdk-v1.35.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 name: hdfs-operator.v0.0.0-dev