Skip to content

Commit

Permalink
Merge pull request #1 from carlosjgp/zipkin-goes-helm3
Browse files Browse the repository at this point in the history
feat: zipkin chart is now helm 3 (api v2)
  • Loading branch information
Carlos Juan Gómez Peñalver authored Apr 5, 2020
2 parents ea52b32 + 6b957d7 commit 573d301
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/zipkin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
apiVersion: v1
apiVersion: v2
type: application
name: zipkin
home: https://zipkin.io
description: |-
Zipkin is a distributed tracing system. It helps gather timing
data needed to troubleshoot latency problems in service architectures.
Features include both the collection and lookup of this data.
icon: https://zipkin.io/public/img/logo_png/zipkin_vertical_grey_gb.png
version: 0.1.0
version: 0.2.0
appVersion: 2.21.0
keywords:
- tracing
Expand All @@ -19,6 +20,5 @@ sources:
- https://github.com/carlosjgp/zipkin-chart
- https://github.com/carlosjgp/open-charts
maintainers:
- name: Carlos Juan Gómez Peñalver
- name: carlosjgp
email: carlosjuangp@gmail.com
url: https://github.com/carlosjgp
4 changes: 2 additions & 2 deletions charts/zipkin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ collector:

image:
repository: openzipkin/zipkin
tag: # defaults to Chart.AppVersion unless this is set
tag: # defaults to Chart.AppVersion unless this is set
pullPolicy: IfNotPresent

serviceAccount:
Expand Down Expand Up @@ -77,7 +77,7 @@ ui:

image:
repository: openzipkin/zipkin-ui
tag: # defaults to Chart.AppVersion unless this is set
tag: # defaults to Chart.AppVersion unless this is set
pullPolicy: IfNotPresent
# https://github.com/openzipkin/zipkin/tree/master/zipkin-server#configuration
env: []
Expand Down

0 comments on commit 573d301

Please sign in to comment.