UNCLASSIFIED - NO CUI

Skip to content

Bumped authservice chart version

runyontr requested to merge authservice-bump into master

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

Merge request reports