Skip to content

Commit

Permalink
configure Jaeger all-in-one
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanow committed Jun 10, 2024
1 parent 0c2c3f5 commit 6d892ac
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/common-job/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/common-job/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/frontend/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion charts/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/jaeger/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -38,7 +38,7 @@ helm uninstall jaeger
<td><pre lang="json">
{
"pullPolicy": "IfNotPresent",
"repository": "jaegertracing//all-in-one",
"repository": "jaegertracing/all-in-one",
"tag": "1.57.0"
}
</pre>
Expand Down
2 changes: 1 addition & 1 deletion charts/jaeger/values.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/java-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/java-service/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/node-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/node-exporter/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 6d892ac

Please sign in to comment.