Skip to content

Commit

Permalink
[opentelemetry-operator] Fix collector image version (open-telemetry#435
Browse files Browse the repository at this point in the history
)

Fixes the operator release which I broke by merging stuff too fast.
  • Loading branch information
TylerHelmuth authored Oct 17, 2022
1 parent 34b689f commit 03274a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.14.1
version: 0.14.2
description: OpenTelemetry Operator Helm chart for Kubernetes
type: application
home: https://opentelemetry.io/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- --enable-leader-election
- --health-probe-addr=:8081
- --webhook-port=9443
- --collector-image=otel/opentelemetry-collector:0.60.0
- --collector-image=otel/opentelemetry-collector:0.62.1
command:
- /manager
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: v1
kind: Service
metadata:
labels:
helm.sh/chart: opentelemetry-operator-0.14.1
helm.sh/chart: opentelemetry-operator-0.14.2
app.kubernetes.io/name: opentelemetry-operator
app.kubernetes.io/instance: example
app.kubernetes.io/version: "0.60.0"
Expand Down

0 comments on commit 03274a3

Please sign in to comment.