Skip to content

Commit

Permalink
Fix container image field in CSV (#600)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay authored Dec 3, 2021
1 parent a94a138 commit 6fada2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ metadata:
capabilities: Basic Install
categories: Logging & Tracing
certified: "false"
containerImage: quay.io/opentelemetry/opentelemetry-operator
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
createdAt: "2020-12-16T13:37:00+00:00"
description: Provides the OpenTelemetry components, including the Collector
operators.operatorframework.io/builder: operator-sdk-v1.13.0+git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ metadata:
capabilities: Basic Install
categories: Logging & Tracing
certified: "false"
containerImage: quay.io/opentelemetry/opentelemetry-operator
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
createdAt: "2020-12-16T13:37:00+00:00"
description: Provides the OpenTelemetry components, including the Collector
operators.operatorframework.io/builder: operator-sdk-v1.2.0
operators.operatorframework.io/project_layout: go
repository: github.com/open-telemetry/opentelemetry-operator
support: OpenTelemetry Community
name: opentelemetry-operator.v0.0.0
Expand Down

0 comments on commit 6fada2c

Please sign in to comment.