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

Commit

Permalink
Updated versions: (#77)
Browse files Browse the repository at this point in the history
- Operator to 0.0.3
- Collector to 0.42.0
- Java instrumentation to latest
  • Loading branch information
owais authored Jan 25, 2022
1 parent 9ee3c4a commit d8f03ed
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ To install the operator in an existing cluster, make sure you have [`cert-manage
### 2. Install the Operator
#### 2.a Kubernetes
```
kubectl apply -f https://github.com/signalfx/splunk-otel-collector-operator/releases/download/v0.0.2/splunk-otel-operator.yaml
kubectl apply -f https://github.com/signalfx/splunk-otel-collector-operator/releases/download/v0.0.3/splunk-otel-operator.yaml
```

#### 2.b OpenShift
```
kubectl apply -f https://github.com/signalfx/splunk-otel-collector-operator/releases/download/v0.0.2/splunk-otel-operator-openshift.yaml
kubectl apply -f https://github.com/signalfx/splunk-otel-collector-operator/releases/download/v0.0.3/splunk-otel-operator-openshift.yaml
```

### 3. Add your Splunk APM token
Expand Down
2 changes: 1 addition & 1 deletion apis/otel/v1alpha1/splunkotelagent_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
defaultJavaAgentImage = "quay.io/signalfx/splunk-otel-instrumentation-java:v1.6.0"
defaultJavaAgentImage = "quay.io/signalfx/splunk-otel-instrumentation-java:v1.7.1"
)

// log is for logging in this package.
Expand Down
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.2
name: splunk-otel-collector-operator.v0.0.3
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.2
image: quay.io/signalfx/splunk-otel-operator:v0.0.3
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.2
version: 0.0.3
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.2
newTag: v0.0.3
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.41.0
image: quay.io/signalfx/splunk-otel-collector:0.42.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.41.0
splunk-otel-collector=0.42.0

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

0 comments on commit d8f03ed

Please sign in to comment.