Skip to content

Commit

Permalink
Upgrade opentelemetry image to v0.102.1
Browse files Browse the repository at this point in the history
- Upgrade `logzio-k8s-telemetry` and `logzio-logs-colector charts` sub charts image version to `v0.102.1`
  • Loading branch information
ralongit committed Jun 18, 2024
1 parent 3d06dd0 commit 1a72f04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/logzio-logs-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
name: logzio-logs-collector
version: 1.0.4
version: 1.0.5
description: kubernetes logs collection agent for logz.io based on opentelemetry collector
type: application
home: https://logz.io/
maintainers:
- name: yotam loewenbach
email: yotam.loewenbach@logz.io
appVersion: 0.80.0
appVersion: 0.102.1
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
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

0 comments on commit 1a72f04

Please sign in to comment.