From 6d892ac8b102aa94fb6e39185d9ef605b5772d03 Mon Sep 17 00:00:00 2001 From: Romanow Date: Mon, 10 Jun 2024 14:44:08 +0300 Subject: [PATCH] configure Jaeger all-in-one --- charts/common-job/Chart.yaml | 2 +- charts/common-job/README.md | 2 +- charts/frontend/Chart.yaml | 2 +- charts/frontend/README.md | 2 +- charts/jaeger/Chart.yaml | 2 +- charts/jaeger/README.md | 4 ++-- charts/jaeger/values.yaml | 2 +- charts/java-service/Chart.yaml | 2 +- charts/java-service/README.md | 2 +- charts/node-exporter/Chart.yaml | 2 +- charts/node-exporter/README.md | 2 +- charts/prometheus/Chart.yaml | 2 +- charts/prometheus/README.md | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/charts/common-job/Chart.yaml b/charts/common-job/Chart.yaml index ef05557..8d16088 100644 --- a/charts/common-job/Chart.yaml +++ b/charts/common-job/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: common-job type: application description: Helm chart for job -version: 1.5.1 +version: 1.6.0 appVersion: "1.0" home: https://github.com/Romanow/helm-charts/tree/master/charts/common-job icon: https://raw.githubusercontent.com/Romanow/helm-charts/master/icons/job.png diff --git a/charts/common-job/README.md b/charts/common-job/README.md index f5c440b..4c3a0c2 100644 --- a/charts/common-job/README.md +++ b/charts/common-job/README.md @@ -1,6 +1,6 @@ # Helm Chart for common-job -![Version: 1.5.1](https://img.shields.io/badge/Version-1.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square) +![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square) Helm chart for job diff --git a/charts/frontend/Chart.yaml b/charts/frontend/Chart.yaml index a00328e..2d5f275 100644 --- a/charts/frontend/Chart.yaml +++ b/charts/frontend/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: frontend type: application description: Frontend application running in nginx, based on create-react-app. -version: 1.5.0 +version: 1.6.0 appVersion: "1.0" home: https://github.com/Romanow/helm-charts/tree/master/charts/frontend icon: https://raw.githubusercontent.com/Romanow/helm-charts/master/icons/react.png diff --git a/charts/frontend/README.md b/charts/frontend/README.md index 46f9a67..19cd81f 100644 --- a/charts/frontend/README.md +++ b/charts/frontend/README.md @@ -1,6 +1,6 @@ # Helm Chart for frontend -![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square) +![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square) Frontend application running in nginx, based on create-react-app. diff --git a/charts/jaeger/Chart.yaml b/charts/jaeger/Chart.yaml index 3bfa855..3a38b41 100644 --- a/charts/jaeger/Chart.yaml +++ b/charts/jaeger/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: jaeger type: application description: Jaeger is a distributed tracing system released as open source project. It is used for monitoring and troubleshooting microservices-based distributed systems. -version: 1.6.0 +version: 1.6.1 appVersion: "1.57.0" home: https://github.com/Romanow/helm-charts/tree/master/charts/jaeger icon: https://raw.githubusercontent.com/Romanow/helm-charts/master/icons/jaeger.png diff --git a/charts/jaeger/README.md b/charts/jaeger/README.md index 5bc291a..3d14aeb 100644 --- a/charts/jaeger/README.md +++ b/charts/jaeger/README.md @@ -1,6 +1,6 @@ # Helm Chart for jaeger -![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.57.0](https://img.shields.io/badge/AppVersion-1.57.0-informational?style=flat-square) +![Version: 1.6.1](https://img.shields.io/badge/Version-1.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.57.0](https://img.shields.io/badge/AppVersion-1.57.0-informational?style=flat-square) Jaeger is a distributed tracing system released as open source project. It is used for monitoring and troubleshooting microservices-based distributed systems. @@ -38,7 +38,7 @@ helm uninstall jaeger
 {
   "pullPolicy": "IfNotPresent",
-  "repository": "jaegertracing//all-in-one",
+  "repository": "jaegertracing/all-in-one",
   "tag": "1.57.0"
 }
 
diff --git a/charts/jaeger/values.yaml b/charts/jaeger/values.yaml index cd60426..d03ab14 100644 --- a/charts/jaeger/values.yaml +++ b/charts/jaeger/values.yaml @@ -1,7 +1,7 @@ # -- Image name and version image: pullPolicy: IfNotPresent - repository: jaegertracing//all-in-one + repository: jaegertracing/all-in-one tag: 1.57.0 # -- Jaeger ports diff --git a/charts/java-service/Chart.yaml b/charts/java-service/Chart.yaml index 6e41def..c66357b 100644 --- a/charts/java-service/Chart.yaml +++ b/charts/java-service/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: java-service type: application description: Helm chart for Spring Boot application with logging and tracing -version: 1.6.0 +version: 1.6.1 appVersion: "1.0" home: https://github.com/Romanow/helm-charts/tree/master/charts/java-service icon: https://raw.githubusercontent.com/Romanow/helm-charts/master/icons/spring-boot.png diff --git a/charts/java-service/README.md b/charts/java-service/README.md index edca3cb..8c3106f 100644 --- a/charts/java-service/README.md +++ b/charts/java-service/README.md @@ -1,6 +1,6 @@ # Helm Chart for java-service -![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square) +![Version: 1.6.1](https://img.shields.io/badge/Version-1.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square) Helm chart for Spring Boot application with logging and tracing diff --git a/charts/node-exporter/Chart.yaml b/charts/node-exporter/Chart.yaml index 15b98c1..8815d23 100644 --- a/charts/node-exporter/Chart.yaml +++ b/charts/node-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: node-exporter type: application description: Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors. -version: 1.5.0 +version: 1.6.0 appVersion: "1.8.1" home: https://github.com/Romanow/helm-charts/tree/master/charts/node-exporter icon: https://raw.githubusercontent.com/Romanow/helm-charts/master/icons/prometheus.png diff --git a/charts/node-exporter/README.md b/charts/node-exporter/README.md index af7e3b3..95c42c7 100644 --- a/charts/node-exporter/README.md +++ b/charts/node-exporter/README.md @@ -1,6 +1,6 @@ # Helm Chart for node-exporter -![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.1](https://img.shields.io/badge/AppVersion-1.8.1-informational?style=flat-square) +![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.1](https://img.shields.io/badge/AppVersion-1.8.1-informational?style=flat-square) Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors. diff --git a/charts/prometheus/Chart.yaml b/charts/prometheus/Chart.yaml index 1155cec..7bd0b66 100644 --- a/charts/prometheus/Chart.yaml +++ b/charts/prometheus/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: prometheus type: application description: Prometheus collects and stores its metrics as time series data, i.e. metrics information is stored with the timestamp at which it was recorded, alongside optional key-value pairs called labels. -version: 1.5.0 +version: 1.6.0 appVersion: "2.52.0" home: https://github.com/Romanow/helm-charts/tree/master/charts/prometheus icon: https://raw.githubusercontent.com/Romanow/helm-charts/master/icons/prometheus.png diff --git a/charts/prometheus/README.md b/charts/prometheus/README.md index a46b9ad..45d5f4f 100644 --- a/charts/prometheus/README.md +++ b/charts/prometheus/README.md @@ -1,6 +1,6 @@ # Helm Chart for prometheus -![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.52.0](https://img.shields.io/badge/AppVersion-2.52.0-informational?style=flat-square) +![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.52.0](https://img.shields.io/badge/AppVersion-2.52.0-informational?style=flat-square) Prometheus collects and stores its metrics as time series data, i.e. metrics information is stored with the timestamp at which it was recorded, alongside optional key-value pairs called labels.