Skip to content

Commit

Permalink
removed unused data
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Dec 20, 2024
1 parent 0257473 commit f301f9c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/operatorhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
repo:
- fork: VictoriaMetrics/operatorhub-operators
upstream: k8s-operatorhub/community-operators
catalog: default
- fork: VictoriaMetrics/openshift-community-operators-prod
upstream: redhat-openshift-ecosystem/community-operators-prod
catalog: fbc
steps:
- name: Check out OperatorHub operators repo fork
uses: actions/checkout@v4
Expand Down Expand Up @@ -57,10 +55,9 @@ jobs:
export REPLACE_VERSION=$(find __k8s-operatorhub-repo/operators/victoriametrics-operator/* -maxdepth 0 -type d -exec basename {} \; | sort -V -r | head -1)
yq -i '.spec.replaces = "victoriametrics-operator.v" + strenv(REPLACE_VERSION)' $MANIFEST_PATH
mkdir -p __k8s-operatorhub-repo/operators/victoriametrics-operator
mv bundle/ci.${{ matrix.repo.catalog }}.yaml bundle/ci.yaml
rm bundle/ci.*.yaml
mv bundle/* __k8s-operatorhub-repo/operators/victoriametrics-operator/
if [ -f __k8s-operatorhub-repo/operators/victoriametrics-operator/Makefile ]; then
yq -i '.fbc.enabled = true' __k8s-operatorhub-repo/operators/victoriametrics-operator/ci.yaml
cd __k8s-operatorhub-repo/operators/victoriametrics-operator
make catalogs
fi
Expand Down
11 changes: 0 additions & 11 deletions config/manifests/ci.fbc.yaml

This file was deleted.

File renamed without changes.

0 comments on commit f301f9c

Please sign in to comment.