Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
3cef6c1
chore(chart-deps): update otel-operator to version 0.99.2
svcAPLBot Nov 21, 2025
f792e9f
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Nov 21, 2025
3062f04
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Nov 21, 2025
7d6f9d9
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Nov 21, 2025
53315c1
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Nov 25, 2025
7f13337
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Nov 25, 2025
fcdbdf9
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Nov 26, 2025
f4c62ec
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Nov 26, 2025
73be4d1
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Nov 27, 2025
5ec3930
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Nov 27, 2025
3487d6e
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Nov 27, 2025
f6f380b
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 1, 2025
5a00819
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 1, 2025
fd76e10
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 1, 2025
ba50c0a
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 1, 2025
8d8594f
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 1, 2025
734de83
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 1, 2025
7858ac3
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 1, 2025
a5934af
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 1, 2025
a727aa0
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 1, 2025
c5a7ee7
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 1, 2025
2dcb5d1
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 1, 2025
41cab2c
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 2, 2025
6982b6b
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 2, 2025
df3ba1b
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 2, 2025
726251e
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 2, 2025
459a5f7
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 2, 2025
1840a22
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 3, 2025
d6ea081
Merge branch 'main' into ci-update-otel-operator-to-0.99.2
svcAPLBot Dec 3, 2025
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 chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies:
repository: https://oauth2-proxy.github.io/manifests
- name: opentelemetry-operator
alias: otel-operator
version: 0.99.1
version: 0.99.2
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
- name: policy-reporter
version: 3.7.0
Expand Down
2 changes: 1 addition & 1 deletion charts/otel-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ name: opentelemetry-operator
sources:
- https://github.com/open-telemetry/opentelemetry-operator
type: application
version: 0.99.1
version: 0.99.2
2 changes: 1 addition & 1 deletion charts/otel-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ kubeRBACProxy:
enabled: true
image:
repository: quay.io/brancz/kube-rbac-proxy
tag: v0.19.1
tag: v0.20.0
ports:
proxyPort: 8443
resources: {}
Expand Down