diff --git a/charts/tracing-apps/Chart.yaml b/charts/tracing-apps/Chart.yaml index b0b354ac5..c9dc33a9f 100644 --- a/charts/tracing-apps/Chart.yaml +++ b/charts/tracing-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tracing-apps description: Argo CD app-of-apps config for tracing applications type: application -version: 0.26.1 +version: 0.27.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/tracing-apps sources: - https://github.com/adfinis/helm-charts @@ -17,7 +17,9 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "update argoconfig dependency" + description: "jaeger-operator: update from 1.43.0 to 1.52.0" links: - - name: Github PR - url: https://github.com/adfinis/helm-charts/pull/1172 + - name: Changelog + url: https://github.com/jaegertracing/jaeger-operator/blob/main/CHANGELOG.md + - kind: changed + description: "jaeger-operator: update chart from 2.43.0 to 2.50.1" diff --git a/charts/tracing-apps/README.md b/charts/tracing-apps/README.md index a13645cd7..946377fb1 100644 --- a/charts/tracing-apps/README.md +++ b/charts/tracing-apps/README.md @@ -1,6 +1,6 @@ # tracing-apps -![Version: 0.26.1](https://img.shields.io/badge/Version-0.26.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.27.0](https://img.shields.io/badge/Version-0.27.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for tracing applications @@ -28,7 +28,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | jaegerOperator.destination.namespace | string | `"infra-jaeger"` | Namespace | | jaegerOperator.enabled | bool | `false` | Enable jaeger-operator | | jaegerOperator.repoURL | string | [repo](https://jaegertracing.github.io/helm-charts) | Repo URL | -| jaegerOperator.targetRevision | string | `"2.43.0"` | [jaeger-operator Helm chart](https://github.com/jaegertracing/helm-charts/tree/main/charts/jaeger-operator) | +| jaegerOperator.targetRevision | string | `"2.50.1"` | [jaeger-operator Helm chart](https://github.com/jaegertracing/helm-charts/tree/main/charts/jaeger-operator) | | jaegerOperator.values | object | [upstream values](https://github.com/jaegertracing/helm-charts/blob/main/charts/jaeger-operator/values.yaml) | Helm values | | opentelemetryCollector | object | - | [opentelemetry-collector](https://opentelemetry.io/docs/collector/) ([example](./examples/opentelemetryCollector.yaml)) | | opentelemetryCollector.chart | string | `"opentelemetry-collector"` | Chart | diff --git a/charts/tracing-apps/values.yaml b/charts/tracing-apps/values.yaml index 8522ca06b..152e10b9b 100644 --- a/charts/tracing-apps/values.yaml +++ b/charts/tracing-apps/values.yaml @@ -13,7 +13,7 @@ jaegerOperator: # -- Chart chart: "jaeger-operator" # -- [jaeger-operator Helm chart](https://github.com/jaegertracing/helm-charts/tree/main/charts/jaeger-operator) - targetRevision: "2.43.0" + targetRevision: "2.50.1" # -- Helm values # @default -- [upstream values](https://github.com/jaegertracing/helm-charts/blob/main/charts/jaeger-operator/values.yaml) values: {}