diff --git a/.github/workflows/logzio-telemetry-test.yaml b/.github/workflows/logzio-telemetry-test.yaml index 2f93969c..71c5ee40 100644 --- a/.github/workflows/logzio-telemetry-test.yaml +++ b/.github/workflows/logzio-telemetry-test.yaml @@ -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 diff --git a/charts/logzio-telemetry/Chart.yaml b/charts/logzio-telemetry/Chart.yaml index 1d133ee1..cc618640 100644 --- a/charts/logzio-telemetry/Chart.yaml +++ b/charts/logzio-telemetry/Chart.yaml @@ -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 diff --git a/charts/logzio-telemetry/README.md b/charts/logzio-telemetry/README.md index 729d5f66..8a0957f5 100644 --- a/charts/logzio-telemetry/README.md +++ b/charts/logzio-telemetry/README.md @@ -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 diff --git a/charts/logzio-telemetry/values.yaml b/charts/logzio-telemetry/values.yaml index 59023b32..759f2850 100644 --- a/charts/logzio-telemetry/values.yaml +++ b/charts/logzio-telemetry/values.yaml @@ -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 @@ -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