Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Updated collector to v0.41.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
owais authored Dec 21, 2021
1 parent 3784a69 commit cfecce4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.14.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: splunk-otel-collector-operator.v0.0.1
name: splunk-otel-collector-operator.v0.0.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -397,7 +397,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/signalfx/splunk-otel-operator:v0.0.1
image: quay.io/signalfx/splunk-otel-operator:v0.0.2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -497,7 +497,7 @@ spec:
provider:
name: Splunk Inc
url: github.com/signalfx/splunk-otel-collector-operator
version: 0.0.1
version: 0.0.2
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/signalfx/splunk-otel-operator
newTag: v0.0.1
newTag: v0.0.2
2 changes: 1 addition & 1 deletion tests/e2e/smoke-default/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: quay.io/signalfx/splunk-otel-collector:0.36.0
image: quay.io/signalfx/splunk-otel-collector:0.41.0
imagePullPolicy: IfNotPresent
name: otc-container
resources: {}
Expand Down
4 changes: 2 additions & 2 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# by default with the OpenTelemetry Operator. This would usually be the latest
# stable OpenTelemetry version. When you update this file, make sure to update the
# the docs as well.
splunk-otel-collector=0.36.0
splunk-otel-collector=0.41.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.0.1
operator=0.0.2

0 comments on commit cfecce4

Please sign in to comment.