Skip to content

Commit

Permalink
Update OTEL Operator to v0.45.0 release (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
awxfeix authored Mar 4, 2022
1 parent 219012c commit 3b3f4fc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/opentelemetry-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opentelemetry-operator
version: 0.6.2
version: 0.6.3
description: OpenTelemetry Operator Helm chart for Kubernetes
type: application
home: https://opentelemetry.io/
Expand All @@ -15,4 +15,4 @@ maintainers:
- name: alolita
- name: Aneurysm9
icon: https://raw.githubusercontent.com/cncf/artwork/a718fa97fffec1b9fd14147682e9e3ac0c8817cb/projects/opentelemetry/icon/color/opentelemetry-icon-color.png
appVersion: 0.43.0
appVersion: 0.45.0
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ spec:
description: OpenTelemetryCollectorStatus defines the observed state of OpenTelemetryCollector.
properties:
messages:
description: Messages about actions performed by the operator on this resource.
description: 'Messages about actions performed by the operator on this resource. Deprecated: use Kubernetes events instead.'
items:
type: string
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ spec:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
- jsonPath: .spec.exporter.endpoint
name: Endpoint
type: string
- jsonPath: .spec.sampler.type
name: Sampler
type: string
- jsonPath: .spec.sampler.argument
name: Sampler Arg
type: string
name: v1alpha1
schema:
openAPIV3Schema:
Expand Down
2 changes: 1 addition & 1 deletion charts/opentelemetry-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nameOverride: ""
manager:
image:
repository: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
tag: v0.43.0
tag: v0.45.0
collectorImage:
repository:
tag:
Expand Down

0 comments on commit 3b3f4fc

Please sign in to comment.