Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
df0b7c2
chore(chart-deps): update otel-operator to version 0.119.0
svcAPLBot Jul 9, 2026
079ae99
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 9, 2026
a43b19b
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 10, 2026
499fbc0
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 13, 2026
f43b692
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 15, 2026
225986f
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 16, 2026
7c438e3
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 20, 2026
8c44e11
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 21, 2026
d8c6a3d
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 21, 2026
d5d4fe4
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 22, 2026
9816e50
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 27, 2026
2e402df
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 28, 2026
118d227
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 28, 2026
b92379e
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 28, 2026
dc76b43
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 28, 2026
66d26ba
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 28, 2026
e8b04a8
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 29, 2026
54c7cb3
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 29, 2026
47e56d3
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 29, 2026
5b685f2
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 29, 2026
df0d760
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 30, 2026
36ea513
Merge branch 'main' into ci-update-otel-operator-to-0.119.0
svcAPLBot Jul 31, 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.154.0
repo: https://github.com/open-telemetry/opentelemetry-operator
Comment on lines 221 to 224
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.119.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.154.0
description: OpenTelemetry Operator Helm chart for Kubernetes
Comment on lines 1 to 3
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.119.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 +209 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
i=$((i + 1))
sleep 2
done
echo "$wget_output"
exit 1
Comment on lines +27 to +37
{{- 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
i=$((i + 1))
sleep 2
done
echo "$wget_output"
exit 1
Comment on lines +27 to +37
{{- 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
i=$((i + 1))
sleep 2
done
echo "$wget_output"
exit 1
Comment on lines +86 to +96
{{- 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.154.0
opampBridgeImage:
repository: ""
tag: ""
Expand Down
Loading