Bumped authservice chart version
Compare changes
+ 1
− 1
UNCLASSIFIED - NO CUI
Summary
This pins the current envoyfilter to Istio 1.7 and then creates a new envoy filter for 1.8 with the new naming scheme. Also changes to the 1.8 filter include typed config upgrades as well as filter names.
Follows naming scheme istio uses
+ kubectl get envoyfilter -A
NAMESPACE NAME AGE
istio-system metadata-exchange-1.6 5d18h
istio-system metadata-exchange-1.7 5d18h
istio-system stats-filter-1.6 5d18h
istio-system stats-filter-1.7 5d18h
istio-system tcp-metadata-exchange-1.6 5d18h
istio-system tcp-metadata-exchange-1.7 5d18h
istio-system tcp-stats-filter-1.6 5d18h
istio-system tcp-stats-filter-1.7 5d18h
UNCLASSIFIED - NO CUI