Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f4eb312
chore(chart-deps): update otel-operator to version 0.120.0
svcAPLBot Jul 16, 2026
e26e962
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 16, 2026
7c95415
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 20, 2026
31aabdf
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 21, 2026
807c180
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 21, 2026
97151f0
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 22, 2026
e2edbf0
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 27, 2026
e818f32
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 28, 2026
0f68da0
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 28, 2026
45bf23d
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 28, 2026
85b08b6
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 28, 2026
f9b92fe
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 28, 2026
4634b4c
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 29, 2026
44c41e1
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 29, 2026
ecbbe40
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 29, 2026
1d7744c
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 29, 2026
0ceddd0
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 30, 2026
2f85797
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Jul 31, 2026
c4849cf
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Aug 3, 2026
66716a2
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Aug 3, 2026
709c8e0
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Aug 4, 2026
8959f81
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Aug 4, 2026
b714e1e
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Aug 4, 2026
31b6772
Merge branch 'main' into ci-update-otel-operator-to-0.120.0
svcAPLBot Aug 4, 2026
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
2 changes: 1 addition & 1 deletion apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ appsInfo:
chartName: trivy-operator
otel:
title: OpenTelemetry Operator
appVersion: 0.153.0
appVersion: 0.156.0
repo: https://github.com/open-telemetry/opentelemetry-operator
maintainers: Grafana labs
relatedLinks:
Expand Down
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies:
repository: https://oauth2-proxy.github.io/manifests
- name: opentelemetry-operator
alias: otel-operator
version: 0.117.0
version: 0.120.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
- name: policy-reporter
version: 3.7.4
Expand Down
4 changes: 2 additions & 2 deletions charts/otel-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.153.0
appVersion: 0.156.0
description: OpenTelemetry Operator Helm chart for Kubernetes
home: https://opentelemetry.io/
icon: https://raw.githubusercontent.com/cncf/artwork/a718fa97fffec1b9fd14147682e9e3ac0c8817cb/projects/opentelemetry/icon/color/opentelemetry-icon-color.png
Expand All @@ -12,4 +12,4 @@ name: opentelemetry-operator
sources:
- https://github.com/open-telemetry/opentelemetry-operator
type: application
version: 0.117.0
version: 0.120.0
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,13 @@ spec:
type: object
serviceAccount:
type: string
tls:
properties:
insecure:
type: boolean
insecure_skip_verify:
type: boolean
type: object
tolerations:
items:
properties:
Expand Down
39 changes: 39 additions & 0 deletions charts/otel-operator/crds/crd-opentelemetrycollector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9878,8 +9878,47 @@ spec:
> 0) || !has(self.additionalContainers)'
status:
properties:
conditions:
items:
properties:
lastTransitionTime:
format: date-time
type: string
message:
maxLength: 32768
type: string
observedGeneration:
format: int64
minimum: 0
type: integer
reason:
maxLength: 1024
minLength: 1
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
type: string
status:
enum:
- "True"
- "False"
- Unknown
type: string
type:
maxLength: 316
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
type: string
required:
- lastTransitionTime
- message
- reason
- status
- type
type: object
type: array
image:
type: string
observedGeneration:
format: int64
type: integer
scale:
properties:
replicas:
Expand Down
10 changes: 10 additions & 0 deletions charts/otel-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,16 @@ rules:
- get
- list
- watch
- apiGroups:
- operators.coreos.com
resources:
- clusterserviceversions
verbs:
- get
- list
- patch
- update
- watch
Comment on lines +214 to +218
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
image: "{{ .Values.testFramework.image.repository }}:{{ .Values.testFramework.image.tag }}"
env:
- name: CERT_MANAGER_CLUSTERIP
value: "cert-manager-webhook"
value: "cert-manager-webhook.cert-manager"
- name: CERT_MANAGER_PORT
value: "443"
command:
Expand All @@ -24,11 +24,17 @@ spec:
# The following shell script tests if the cert-manager service is up. If the service is up, when we try
# to wget its exposed port, we will get an HTTP error 400.
- |
wget_output=$(wget -q "$CERT_MANAGER_CLUSTERIP:$CERT_MANAGER_PORT")
if wget_output=="wget: server returned error: HTTP/1.0 400 Bad Request"
then exit 0
else exit 1
fi
i=0
while [ "$i" -lt 30 ]; do
wget_output=$(wget -q "$CERT_MANAGER_CLUSTERIP:$CERT_MANAGER_PORT" 2>&1 || true)
if [ "$wget_output" = "wget: server returned error: HTTP/1.0 400 Bad Request" ]; then
exit 0
fi
Comment on lines +29 to +32
i=$((i + 1))
sleep 2
done
echo "$wget_output"
exit 1
{{- with .Values.testFramework.securityContext }}
securityContext: {{ toYaml . | nindent 12 }}
{{- end }}
Expand Down
36 changes: 24 additions & 12 deletions charts/otel-operator/templates/tests/test-service-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "opentelemetry-operator.fullname" . }}-metrics"
name: "{{ include "opentelemetry-operator.fullname" . }}-metrics-test"
namespace: {{ template "opentelemetry-operator.namespace" . }}
labels:
{{- include "opentelemetry-operator.labels" . | nindent 4 }}
Expand All @@ -24,11 +24,17 @@ spec:
# The following shell script tests if the controller-manager-metrics-service is up.
# If the service is up, when we try to wget its exposed port, we will get an HTTP error 400.
- |
wget_output=$(wget -q "$MANAGER_METRICS_SERVICE_CLUSTERIP:$MANAGER_METRICS_SERVICE_PORT")
if wget_output=="wget: server returned error: HTTP/1.0 400 Bad Request"
then exit 0
else exit 1
fi
i=0
while [ "$i" -lt 30 ]; do
wget_output=$(wget -q "$MANAGER_METRICS_SERVICE_CLUSTERIP:$MANAGER_METRICS_SERVICE_PORT" 2>&1 || true)
if [ "$wget_output" = "wget: server returned error: HTTP/1.0 400 Bad Request" ]; then
exit 0
fi
Comment on lines +29 to +32
i=$((i + 1))
sleep 2
done
echo "$wget_output"
exit 1
{{- with .Values.testFramework.securityContext }}
securityContext: {{ toYaml . | nindent 12 }}
{{- end }}
Expand All @@ -55,7 +61,7 @@ spec:
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "opentelemetry-operator.fullname" . }}-webhook"
name: "{{ include "opentelemetry-operator.fullname" . }}-webhook-test"
namespace: {{ template "opentelemetry-operator.namespace" . }}
labels:
{{- include "opentelemetry-operator.labels" . | nindent 4 }}
Expand All @@ -77,11 +83,17 @@ spec:
# The following shell script tests if the webhook service is up. If the service is up, when we try
# to wget its exposed port, we will get an HTTP error 400.
- |
wget_output=$(wget -q "$WEBHOOK_SERVICE_CLUSTERIP:$WEBHOOK_SERVICE_PORT")
if wget_output=="wget: server returned error: HTTP/1.0 400 Bad Request"
then exit 0
else exit 1
fi
i=0
while [ "$i" -lt 30 ]; do
wget_output=$(wget -q "$WEBHOOK_SERVICE_CLUSTERIP:$WEBHOOK_SERVICE_PORT" 2>&1 || true)
if [ "$wget_output" = "wget: server returned error: HTTP/1.0 400 Bad Request" ]; then
exit 0
fi
Comment on lines +88 to +91
i=$((i + 1))
sleep 2
done
echo "$wget_output"
exit 1
{{- with .Values.testFramework.securityContext }}
securityContext: {{ toYaml . | nindent 12 }}
{{- end }}
Expand Down
8 changes: 8 additions & 0 deletions charts/otel-operator/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,14 @@
"examples": [
false
]
},
"operator.collector.usedefaulttelemetryshape": {
"type": "boolean",
"default": false,
"title": "Use collector defaults for injected Prometheus telemetry metric names",
"examples": [
false
]
}
},
"examples": [
Expand Down
2 changes: 1 addition & 1 deletion charts/otel-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ manager:
imagePullPolicy: IfNotPresent
collectorImage:
repository: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-k8s
tag: 0.153.0
tag: 0.156.0
opampBridgeImage:
repository: ""
tag: ""
Expand Down
Loading