mirror of https://git.rancher.io/charts
adding jaeger 1.47
parent
16656f19d0
commit
b6eb59d210
|
@ -5,8 +5,8 @@ annotations:
|
||||||
catalog.rancher.io/namespace: istio-system
|
catalog.rancher.io/namespace: istio-system
|
||||||
catalog.rancher.io/release-name: rancher-tracing
|
catalog.rancher.io/release-name: rancher-tracing
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 1.43.0
|
appVersion: 1.47.0
|
||||||
description: A quick start Jaeger Tracing installation using the all-in-one demo.
|
description: A quick start Jaeger Tracing installation using the all-in-one demo.
|
||||||
This is not production qualified. Refer to https://www.jaegertracing.io/ for details.
|
This is not production qualified. Refer to https://www.jaegertracing.io/ for details.
|
||||||
name: rancher-tracing
|
name: rancher-tracing
|
||||||
version: 1.43.0
|
version: 1.47.0
|
||||||
|
|
|
@ -20,6 +20,7 @@ global:
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
arch:
|
arch:
|
||||||
|
arm64: 2
|
||||||
amd64: 2
|
amd64: 2
|
||||||
s390x: 2
|
s390x: 2
|
||||||
ppc64le: 2
|
ppc64le: 2
|
||||||
|
@ -30,7 +31,7 @@ global:
|
||||||
|
|
||||||
jaeger:
|
jaeger:
|
||||||
repository: rancher/mirrored-jaegertracing-all-in-one
|
repository: rancher/mirrored-jaegertracing-all-in-one
|
||||||
tag: 1.43.0
|
tag: 1.47.0
|
||||||
# spanStorageType value can be "memory" and "badger" for all-in-one image
|
# spanStorageType value can be "memory" and "badger" for all-in-one image
|
||||||
spanStorageType: badger
|
spanStorageType: badger
|
||||||
resources:
|
resources:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
url: local
|
url: local
|
||||||
version: 103.0.0
|
version: 103.1.0
|
||||||
doNotRelease: true
|
doNotRelease: true
|
Loading…
Reference in New Issue