Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade opentelemetry image to v0.102.1 #502

Merged
merged 8 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 .github/workflows/logzio-telemetry-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- 'charts/logzio-k8s-telemetry/**'
- 'charts/logzio-telemetry/**'
jobs:
test-helm-chart:
name: Test Helm Chart on Kind
Expand Down
4 changes: 2 additions & 2 deletions charts/logzio-telemetry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ dependencies:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.2.3
version: 4.2.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.97.0
appVersion: 0.102.1
maintainers:
- name: yotamloe
email: yotam.loewenbach@logz.io
Expand Down
2 changes: 2 additions & 0 deletions charts/logzio-telemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,8 @@ If you don't want the sub charts to installed add the relevant flag per sub char


## Change log
* 4.2.4
- Upgrade `otel/opentelemetry-collector-contrib` image to `v0.102.1`
* 4.2.3
- Disable Kubernetes objects receiver by default.
* 4.2.2
Expand Down
4 changes: 2 additions & 2 deletions charts/logzio-telemetry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ image:
repository: otel/opentelemetry-collector-contrib
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.97.0"
tag: "0.102.1"
nginxWindowsImage:
# Reverse proxy image to enable metrics scraping from windows nodes
repository: logzio/logzio-windows-node-reverse-proxy
Expand All @@ -508,7 +508,7 @@ windowsExporterInstallerImage:
spmImage:
repository: otel/opentelemetry-collector-contrib
pullPolicy: IfNotPresent
tag: "0.97.0"
tag: "0.102.1"
imagePullSecrets: []

# OpenTelemetry Collector executable
Expand Down
Loading