Unverified Commit b3c3e263 by GC Committed by GitHub

added specific image tag for istio v0.7.1 charts (#28)

parent 680c0e4f
name: istio
version: 1.0.0
version: 1.0.0
appVersion: 0.7.1
description: Helm chart for all istio components
home: https://istio.io/
keywords:
- istio
- security
- sidecar-injector
- mixer
- pilot
maintainers:
- email: guangbo@rancher.com
name: guangbochen
sources:
- http://github.com/istio/istio
engine: gotpl
......
......@@ -16,11 +16,13 @@ questions:
description: "The security image repository"
type: string
label: Security Image Repository
required: true
- variable: security.image.tag
default: "0.7.1"
description: "The security image tag"
type: string
label: Security Image Tag
required: true
- variable: global.proxy.image
default: "istio/proxy"
description: "The image of istio proxy"
......@@ -44,71 +46,85 @@ questions:
description: "The mixer component image repository"
type: string
label: Mixer Image Repository
required: true
- variable: mixer.image.tag
default: "0.7.1"
description: "The mixer image tag"
type: string
label: Mixer Image Tag
required: true
- variable: mixer.prometheusStatsdExporter.repository
default: "prom/statsd-exporter"
description: "The prometheus stas exporter image repository"
type: string
label: Prometheus Exporter Image Repository
required: true
- variable: mixer.prometheusStatsdExporter.tag
default: "latest"
default: "v0.6.0"
description: "The prometheus stas exporter image tag"
type: string
label: Prometheus Exporter Image Tag
required: true
- variable: pilot.image.repository
default: "istio/pilot"
description: "The pilot component image repository"
type: string
label: Pilot Image Repository
required: true
- variable: pilot.image.tag
default: "0.7.1"
description: "The pilot image tag"
type: string
label: Pilot Image Tag
required: true
- variable: servicegraph.image.repository
default: "istio/servicegraph"
description: "The servicegraph component image repository"
type: string
label: Servicegraph Image Repository
required: true
- variable: servicegraph.image.tag
default: "0.7.1"
description: "The servicegraph image tag"
type: string
label: Servicegraph Image Tag
required: true
- variable: zipkin.image.repository
default: "openzipkin/zipkin"
description: "The zipkin component image repository"
type: string
label: Zipkin Image Repository
required: true
- variable: zipkin.image.tag
default: "latest"
default: "2.10.1"
description: "The zipkin image tag"
type: string
label: Zipkin Image Tag
required: true
- variable: grafana.image.repository
default: "istio/grafana"
description: "The grafana component image repository"
type: string
label: Grafana Image Repository
required: true
- variable: grafana.image.tag
default: "0.7.1"
description: "The grafana image tag"
type: string
label: Grafana Image Tag
required: true
- variable: prometheus.image.repository
default: "prom/prometheus"
description: "The prometheuscomponent image repository"
type: string
label: Prometheus Image Repository
required: true
- variable: prometheus.image.tag
default: "latest"
default: "v2.3.1"
description: "The prometheus image tag"
type: string
label: Prometheus Image Tag
required: true
- variable: servicegraph.enabled
default: "true"
description: "Enabled the servicegraph component of istio"
......
......@@ -2,27 +2,36 @@ dependencies:
- name: sidecar-injector
version: 0.5.0
condition: sidecar-injector.enabled
repository: "file://../charts/sidecar-injector"
- name: ingress
version: 0.5.0
condition: ingress.enabled
repository: "file://../charts/ingress"
- name: mixer
version: 0.5.0
condition: mixer.enabled
repository: "file://../charts/mixer"
- name: pilot
version: 0.5.0
condition: pilot.enabled
repository: "file://../charts/pilot"
- name: security
version: 0.5.0
condition: global.securityEnabled
repository: "file://../charts/security"
- name: grafana
version: 0.1.0
condition: grafana.enabled
repository: "file://../charts/grafana"
- name: prometheus
version: 0.1.0
condition: prometheus.enabled
repository: "file://../charts/prometheus"
- name: servicegraph
version: 0.1.0
condition: servicegraph.enabled
repository: "file://../charts/servicegraph"
- name: zipkin
version: 0.1.0
condition: zipkin.enabled
repository: "file://../charts/zipkin"
......@@ -74,7 +74,7 @@ ingress:
#
sidecar-injector:
enabled: false
serviceAccountName: default # used only if RBAC is not enabled
serviceAccountName: default # used only if RBAC is not enabled
replicaCount: 1
image:
repository: istio/sidecar_injector
......@@ -101,7 +101,7 @@ sidecar-injector:
#
mixer:
enabled: true
serviceAccountName: default # used only if RBAC is not enabled
serviceAccountName: default # used only if RBAC is not enabled
replicaCount: 1
image:
repository: istio/mixer
......@@ -118,7 +118,7 @@ mixer:
prometheusStatsdExporter:
repository: prom/statsd-exporter
tag: latest
tag: v0.6.0
imagePullPolicy: IfNotPresent
resources: {}
......@@ -127,7 +127,7 @@ mixer:
#
pilot:
enabled: true
serviceAccountName: default # used only if RBAC is not enabled
serviceAccountName: default # used only if RBAC is not enabled
replicaCount: 1
image:
repository: istio/pilot
......@@ -146,7 +146,7 @@ pilot:
# security configuration
#
security:
serviceAccountName: default # used only if RBAC is not enabled
serviceAccountName: default # used only if RBAC is not enabled
replicaCount: 1
image:
repository: istio/istio-ca
......@@ -165,7 +165,7 @@ security:
# addons configuration
#
grafana:
enabled: false
enabled: false
replicaCount: 1
image:
repository: istio/grafana
......@@ -177,7 +177,7 @@ grafana:
externalPort: 3000
internalPort: 3000
ingress:
enabled: false
enabled: false
# Used to create an Ingress record.
hosts:
- grafana.local
......@@ -200,11 +200,11 @@ grafana:
nodeSelector: {}
prometheus:
enabled: false
enabled: false
replicaCount: 1
image:
repository: prom/prometheus
tag: latest
tag: v2.3.1
pullPolicy: IfNotPresent
ingress:
enabled: false
......@@ -229,11 +229,11 @@ prometheus:
nodeSelector: {}
service:
nodePort:
enabled: true
enabled: true
# port: 32090
servicegraph:
enabled: true
enabled: true
replicaCount: 1
image:
repository: istio/servicegraph
......@@ -245,7 +245,7 @@ servicegraph:
externalPort: 8088
internalPort: 8088
ingress:
enabled: false
enabled: false
# Used to create an Ingress record.
hosts:
- servicegraph.local
......@@ -269,11 +269,11 @@ servicegraph:
prometheusAddr: http://prometheus:9090
zipkin:
enabled: true
enabled: true
replicaCount: 1
image:
repository: openzipkin/zipkin
tag: latest
tag: 2.10.1
pullPolicy: IfNotPresent
service:
name: http
......@@ -281,7 +281,7 @@ zipkin:
externalPort: 9411
internalPort: 9411
ingress:
enabled: false
enabled: false
# Used to create an Ingress record.
hosts:
- zipkin.local
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment