Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #710 from cloudfoundry/istio-1-14-0
Browse files Browse the repository at this point in the history
Upgrade Istio to 1.14.0
  • Loading branch information
Birdrock authored Jun 1, 2022
2 parents bd5e753 + cd19528 commit cce0bbb
Show file tree
Hide file tree
Showing 4 changed files with 873 additions and 213 deletions.
38 changes: 0 additions & 38 deletions build/istio/overlays/kapp-compatible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,6 @@

#! These overlays are required to make Istio compatible with kapp deploy

#! remove empty caBundle key to avoid having kapp consider it
#! as a change from what cluster automatically fills in
#@overlay/match by=overlay.subset({"kind":"MutatingWebhookConfiguration", "metadata":{"name": "istio-sidecar-injector"}})
---
webhooks:
#@overlay/match by="name"
- name: rev.namespace.sidecar-injector.istio.io
clientConfig:
#@overlay/remove
caBundle:

#@overlay/match by=overlay.subset({"kind":"MutatingWebhookConfiguration", "metadata":{"name": "istio-sidecar-injector"}})
---
webhooks:
#@overlay/match by="name"
- name: rev.object.sidecar-injector.istio.io
clientConfig:
#@overlay/remove
caBundle:

#@overlay/match by=overlay.subset({"kind":"MutatingWebhookConfiguration", "metadata":{"name": "istio-sidecar-injector"}})
---
webhooks:
#@overlay/match by="name"
- name: namespace.sidecar-injector.istio.io
clientConfig:
#@overlay/remove
caBundle:

#@overlay/match by=overlay.subset({"kind":"MutatingWebhookConfiguration", "metadata":{"name": "istio-sidecar-injector"}})
---
webhooks:
#@overlay/match by="name"
- name: object.sidecar-injector.istio.io
clientConfig:
#@overlay/remove
caBundle:

#! PodDisruptionBudget cannot be updated in place, so allow kapp to replace for upgrade
#@overlay/match by=overlay.subset({"kind": "PodDisruptionBudget"}), expects="1+"
---
Expand Down
2 changes: 1 addition & 1 deletion build/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#! These values cannot be changed later when rendering cf-for-k8s templates.
#! Values related to CF should NOT be in this file.

istio_version: 1.13.4
istio_version: 1.14.0

fluentbit:
image: cloudfoundry/cf-k8s-networking-fluentbit@sha256:64d67dc076d4160c351272261d7730c08c1b906a881d1812778b6da93871d4e4
Loading

0 comments on commit cce0bbb

Please sign in to comment.