Skip to content

Commit

Permalink
Revert "Upgrade opentelemetry image to v0.102.1"
Browse files Browse the repository at this point in the history
This reverts commit a39596e.
  • Loading branch information
ralongit committed Jun 18, 2024
1 parent 41ee0f5 commit 5283fd5
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.5
version: 1.0.4
description: kubernetes logs collection agent for logz.io based on opentelemetry collector
type: application
home: https://logz.io/
maintainers:
- name: yotam loewenbach
email: [email protected]
appVersion: 0.102.1
appVersion: 0.80.0
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.4
version: 4.2.3

# 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.102.1
appVersion: 0.97.0
maintainers:
- name: yotamloe
email: [email protected]
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.102.1"
tag: "0.97.0"
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.102.1"
tag: "0.97.0"
imagePullSecrets: []

# OpenTelemetry Collector executable
Expand Down

0 comments on commit 5283fd5

Please sign in to comment.