mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/jaeger] update images from 0.6 to 0.8 (#2379)
This commit is contained in:
committed by
Reinhard Nägele
parent
82d50bfae6
commit
35f5ae3996
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: 0.6.0
|
||||
appVersion: 0.8.0
|
||||
description: A Jaeger Helm chart for Kubernetes
|
||||
name: jaeger
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
keywords:
|
||||
- jaeger
|
||||
- opentracing
|
||||
|
||||
@@ -26,14 +26,14 @@ cassandra:
|
||||
schema:
|
||||
annotations: {}
|
||||
image: jaegertracing/jaeger-cassandra-schema
|
||||
tag: 0.6
|
||||
tag: 0.8
|
||||
pullPolicy: IfNotPresent
|
||||
# Acceptable values are test and prod. Default is for production use.
|
||||
mode: prod
|
||||
agent:
|
||||
annotations: {}
|
||||
image: jaegertracing/jaeger-agent
|
||||
tag: 0.6
|
||||
tag: 0.8
|
||||
pullPolicy: IfNotPresent
|
||||
cmdlineParams: {}
|
||||
service:
|
||||
@@ -55,7 +55,7 @@ agent:
|
||||
collector:
|
||||
annotations: {}
|
||||
image: jaegertracing/jaeger-collector
|
||||
tag: 0.6
|
||||
tag: 0.8
|
||||
pullPolicy: IfNotPresent
|
||||
dnsPolicy: ClusterFirst
|
||||
cmdlineParams: {}
|
||||
@@ -79,7 +79,7 @@ collector:
|
||||
query:
|
||||
annotations: {}
|
||||
image: jaegertracing/jaeger-query
|
||||
tag: 0.6
|
||||
tag: 0.8
|
||||
pullPolicy: IfNotPresent
|
||||
dnsPolicy: ClusterFirst
|
||||
cmdlineParams: {}
|
||||
|
||||
Reference in New Issue
Block a user