Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bundle to 0.21.0 #224

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ metadata:
containerImage: quay.io/opentelemetry/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/builder: operator-sdk-v1.3.0
operators.operatorframework.io/project_layout: go
repository: github.com/open-telemetry/opentelemetry-operator
support: OpenTelemetry Community
name: opentelemetry-operator.v0.17.1
name: opentelemetry-operator.v0.21.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -63,6 +63,13 @@ spec:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -139,6 +146,14 @@ spec:
- patch
- update
- watch
- apiGroups:
- opentelemetry.io
resources:
- opentelemetrycollectors/finalizers
verbs:
- get
- patch
- update
- apiGroups:
- opentelemetry.io
resources:
Expand Down Expand Up @@ -179,7 +194,7 @@ spec:
- --enable-leader-election
command:
- /manager
image: quay.io/opentelemetry/opentelemetry-operator:0.17.1
image: controller
name: manager
ports:
- containerPort: 9443
Expand Down Expand Up @@ -269,9 +284,10 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.17.1
version: 0.21.0
webhookdefinitions:
- admissionReviewVersions:
- v1
- v1beta1
containerPort: 443
deploymentName: opentelemetry-operator-controller-manager
Expand All @@ -293,6 +309,7 @@ spec:
type: ValidatingAdmissionWebhook
webhookPath: /validate-opentelemetry-io-v1alpha1-opentelemetrycollector
- admissionReviewVersions:
- v1
- v1beta1
containerPort: 443
deploymentName: opentelemetry-operator-controller-manager
Expand All @@ -313,6 +330,7 @@ spec:
type: MutatingAdmissionWebhook
webhookPath: /mutate-opentelemetry-io-v1alpha1-opentelemetrycollector
- admissionReviewVersions:
- v1
- v1beta1
containerPort: 443
deploymentName: opentelemetry-operator-controller-manager
Expand Down
Loading