Commit a0ca05ad by Caleb Bron

Istio 1.4.400

parent 491694be
labels:
rancher.istio.v1.4.300: 1.4.3
rancher_min_version: 2.3.4-rc1
rancher_max_version: 2.3.4-rc1
apiVersion: v1
appVersion: 1.4.3
name: rancher-istio
version: 1.4.400
appVersion: 1.4.4
description: Helm chart for all istio components
engine: gotpl
icon: https://istio.io/favicons/android-192x192.png
......@@ -10,8 +12,6 @@ keywords:
- mixer
- pilot
- galley
name: rancher-istio
sources:
- http://github.com/istio/istio
tillerVersion: '>=2.7.2-0'
version: 1.4.300
......@@ -3,4 +3,4 @@ appVersion: 0.6.2
description: A Helm chart for Kubernetes
name: certmanager
tillerVersion: '>=2.7.2'
version: 1.4.3
version: 1.4.4
apiVersion: v1
appVersion: 1.4.3
appVersion: 1.4.4
description: Helm chart for galley deployment
engine: gotpl
icon: https://istio.io/favicons/android-192x192.png
......@@ -10,4 +10,4 @@ name: galley
sources:
- http://github.com/istio/istio
tillerVersion: '>=2.7.2'
version: 1.4.3
version: 1.4.4
apiVersion: v1
appVersion: 1.4.3
appVersion: 1.4.4
description: Helm chart for deploying Istio gateways
engine: gotpl
icon: https://istio.io/favicons/android-192x192.png
......@@ -12,4 +12,4 @@ name: gateways
sources:
- http://github.com/istio/istio
tillerVersion: '>=2.7.2'
version: 1.4.3
version: 1.4.4
apiVersion: v1
appVersion: 1.4.3
appVersion: 1.4.4
description: A Helm chart for Kubernetes
name: grafana
tillerVersion: '>=2.7.2'
version: 1.4.3
version: 1.4.4
......@@ -3,4 +3,4 @@ appVersion: "0.1"
description: Istio CoreDNS provides DNS resolution for services in multicluster setups.
name: istiocoredns
tillerVersion: '>=2.7.2'
version: 1.4.3
version: 1.4.4
apiVersion: v1
appVersion: 1.4.3
appVersion: 1.4.4
description: Helm chart for mixer deployment
engine: gotpl
icon: https://istio.io/favicons/android-192x192.png
......@@ -10,4 +10,4 @@ name: mixer
sources:
- http://github.com/istio/istio
tillerVersion: '>=2.7.2'
version: 1.4.3
version: 1.4.4
apiVersion: v1
appVersion: 1.4.3
appVersion: 1.4.4
description: Helm chart for nodeagent deployment
engine: gotpl
icon: https://istio.io/favicons/android-192x192.png
......@@ -10,4 +10,4 @@ name: nodeagent
sources:
- http://github.com/istio/istio
tillerVersion: '>=2.7.2'
version: 1.4.3
version: 1.4.4
apiVersion: v1
appVersion: 1.4.3
appVersion: 1.4.4
description: Helm chart for pilot deployment
engine: gotpl
icon: https://istio.io/favicons/android-192x192.png
......@@ -10,4 +10,4 @@ name: pilot
sources:
- http://github.com/istio/istio
tillerVersion: '>=2.7.2'
version: 1.4.3
version: 1.4.4
......@@ -3,4 +3,4 @@ appVersion: 2.8.0
description: A Helm chart for Kubernetes
name: prometheus
tillerVersion: '>=2.7.2'
version: 1.4.3
version: 1.4.4
apiVersion: v1
appVersion: 1.4.3
appVersion: 1.4.4
description: Helm chart for istio authentication
engine: gotpl
icon: https://istio.io/favicons/android-192x192.png
......@@ -10,4 +10,4 @@ name: security
sources:
- http://github.com/istio/istio
tillerVersion: '>=2.7.2'
version: 1.4.3
version: 1.4.4
apiVersion: v1
appVersion: 1.4.3
appVersion: 1.4.4
description: Helm chart for sidecar injector webhook deployment
engine: gotpl
icon: https://istio.io/favicons/android-192x192.png
......@@ -10,4 +10,4 @@ name: sidecarInjectorWebhook
sources:
- http://github.com/istio/istio
tillerVersion: '>=2.7.2'
version: 1.4.3
version: 1.4.4
......@@ -3,4 +3,4 @@ appVersion: 1.5.1
description: A Helm chart for Kubernetes
name: tracing
tillerVersion: '>=2.7.2'
version: 1.4.3
version: 1.4.4
......@@ -13,7 +13,7 @@ global:
nodeagent:
enabled: true
repository: rancher/istio-node-agent-k8s
tag: 1.4.3
tag: 1.4.4
env:
# The IP address and the port number of a publicly accessible example Vault server.
CA_ADDR: "https://34.83.129.211:8200"
......
......@@ -21,7 +21,7 @@ global:
nodeagent:
enabled: true
repository: rancher/istio-node-agent-k8s
tag: 1.4.3
tag: 1.4.4
env:
CA_PROVIDER: "GoogleCA"
CA_ADDR: "meshca.googleapis.com:443"
......
labels:
rancher.istio.v1.4.300: 1.4.3
rancher.istio.v1.4.400: 1.4.4
rancher_min_version: 2.3.4-rc1
dependencies:
- name: sidecarInjectorWebhook
version: 1.4.3
version: 1.4.4
condition: sidecarInjectorWebhook.enabled
- name: security
version: 1.4.3
version: 1.4.4
condition: security.enabled
- name: gateways
version: 1.4.3
version: 1.4.4
condition: gateways.enabled
- name: mixer
version: 1.4.3
version: 1.4.4
condition: or mixer.policy.enabled mixer.telemetry.enabled
- name: nodeagent
version: 1.4.3
version: 1.4.4
condition: nodeagent.enabled
- name: pilot
version: 1.4.3
version: 1.4.4
condition: pilot.enabled
- name: grafana
version: 1.4.3
version: 1.4.4
condition: grafana.enabled
- name: prometheus
version: 1.4.3
version: 1.4.4
condition: prometheus.enabled
- name: tracing
version: 1.4.3
version: 1.4.4
condition: tracing.enabled
- name: galley
version: 1.4.3
version: 1.4.4
condition: galley.enabled
- name: kiali
version: 1.4.3
version: 1.4.4
condition: kiali.enabled
- name: istiocoredns
version: 1.4.3
version: 1.4.4
condition: istiocoredns.enabled
- name: certmanager
version: 1.4.3
version: 1.4.4
condition: certmanager.enabled
......@@ -18,7 +18,7 @@ global:
nodeagent:
enabled: true
repository: rancher/istio-node-agent-k8s
tag: 1.4.3
tag: 1.4.4
env:
CA_PROVIDER: "Citadel"
CA_ADDR: "istio-citadel:8060"
......
......@@ -15,7 +15,7 @@ global:
nodeagent:
enabled: true
repository: rancher/istio-node-agent-k8s
tag: 1.4.3
tag: 1.4.4
env:
CA_PROVIDER: "Citadel"
CA_ADDR: "istio-citadel:8060"
......
......@@ -15,7 +15,7 @@ global:
nodeagent:
enabled: true
repository: rancher/istio-node-agent-k8s
tag: 1.4.3
tag: 1.4.4
env:
CA_PROVIDER: "Citadel"
CA_ADDR: "istio-citadel:8060"
......
......@@ -23,7 +23,7 @@ gateways:
#
sidecarInjectorWebhook:
repository: rancher/istio-sidecar_injector
tag: 1.4.3
tag: 1.4.4
enabled: true
#
......@@ -32,7 +32,7 @@ sidecarInjectorWebhook:
#
galley:
repository: rancher/istio-galley
tag: 1.4.3
tag: 1.4.4
enabled: true
#
......@@ -41,7 +41,7 @@ galley:
# @see charts/mixer/values.yaml for all values
mixer:
repository: rancher/istio-mixer
tag: 1.4.3
tag: 1.4.4
policy:
# if policy is enabled the global.disablePolicyChecks has affect.
enabled: true
......@@ -54,7 +54,7 @@ mixer:
# @see charts/pilot/values.yaml
pilot:
repository: rancher/istio-pilot
tag: 1.4.3
tag: 1.4.4
enabled: true
#
......@@ -62,7 +62,7 @@ pilot:
#
security:
repository: rancher/istio-citadel
tag: 1.4.3
tag: 1.4.4
enabled: true
#
......@@ -159,7 +159,7 @@ global:
hub: docker.io/rancher
# Default tag for Istio images.
tag: 1.4.3
tag: 1.4.4
# Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>
# The control plane has different scopes depending on component, but can configure default log level across all components
......@@ -169,7 +169,7 @@ global:
kubectl:
repository: rancher/istio-kubectl
tag: 1.4.3
tag: 1.4.4
# monitoring port used by mixer, pilot, galley and sidecar injector
monitoringPort: 15014
......@@ -203,7 +203,7 @@ global:
memory: 10Mi
# use fully qualified image names for alternate path to proxy.
repository: rancher/istio-proxyv2
tag: 1.4.3
tag: 1.4.4
# cluster domain. Default value is "cluster.local".
clusterDomain: "cluster.local"
......@@ -362,7 +362,7 @@ global:
proxy_init:
# Base name for the istio-init container, used to configure iptables.
repository: rancher/istio-proxyv2
tag: 1.4.3
tag: 1.4.4
# imagePullPolicy is applied to istio control plane components.
# local tests require IfNotPresent, to avoid uploading to dockerhub.
......@@ -590,7 +590,7 @@ global:
nodeagent:
repository: rancher/istio-node-agent-k8s
tag: 1.4.3
tag: 1.4.4
sds:
# SDS enabled. IF set to true, mTLS certificates for the sidecars will be
# distributed through the SecretDiscoveryService instead of using K8S secrets to mount the certificates.
......
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