UNCLASSIFIED

Commits (4)
......@@ -2,6 +2,14 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.10.3-bb.0]
### Changed
- Update to Istio 1.10.3
## [1.9.7-bb.1]
### Added
- Default configuration to hold application start until istio proxy is ready
## [1.9.7-bb.0]
### Changed
- Update to Istio 1.9.7
......
apiVersion: v2
name: istio
version: 1.9.7-bb.0
version: 1.10.3-bb.0
......@@ -78,6 +78,7 @@ spec:
tracing:
sampling: {{ .Values.tracing.sampling }}
zipkinAddress: {{ .Values.tracing.address }}:{{.Values.tracing.port}}
holdApplicationUntilProxyStarts: true
{{- if .Values.meshConfig }}
{{- toYaml .Values.meshConfig | nindent 4 }}
{{- end }}
......
......@@ -4,7 +4,7 @@ profile: default
# The hub to use for the image (note: the image is built as ".Values.hub/<component>:.Values.tag"
hub: registry1.dso.mil/ironbank/opensource/istio
# The tag to use for the image
tag: 1.9.7
tag: 1.10.3
# The domain to use for the default gateway
domain: bigbang.dev
......@@ -139,8 +139,8 @@ tracing:
cni:
image:
name: install-cni
hub: registry1.dso.mil/ironbank/opensource/istio/install-cni
tag: 1.9.7
hub: registry1.dso.mil/ironbank/opensource/istio
tag: 1.10.3
# k8s pod annotations. https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
podAnnotations: {}
# k8s nodeSelector. https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
......