Skip to content

Commit

Permalink
fix: align default channel with available channels in bundle metadata
Browse files Browse the repository at this point in the history
Author:    KhulnaSoft bot <[email protected]>
  • Loading branch information
khulnasoft-bot authored Nov 9, 2024
1 parent e9bff0e commit 4047304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions operators/khulnasoft/0.0.1/metadata/annotations.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
operators.operatorframework.io.bundle.channel.default.v1: 2022.4.0
operators.operatorframework.io.bundle.channels.v1: 0.0.1
operators.operatorframework.io.bundle.channels.v1: 2022.4.0
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: khulnasoft
operators.operatorframework.io.bundle.package.v1: khulnasoft
2 changes: 1 addition & 1 deletion upstream.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/operator-framework/upstream-registry-builder:v1.13.3 as builder
FROM quay.io/operator-framework/upstream-registry-builder:v1.13.3 AS builder
ARG PERMISSIVE_LOAD=true
COPY upstream-community-operators manifests
RUN if [ $PERMISSIVE_LOAD = "true" ] ; then ./bin/initializer --permissive -o ./bundles.db ; else ./bin/initializer -o ./bundles.db ; fi
Expand Down

0 comments on commit 4047304

Please sign in to comment.