Redis proxy upgrade to match Istio 1.9
This commit is contained in:
parent
f85d842267
commit
92a3bc06a3
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezero-redis
|
name: kubezero-redis
|
||||||
description: KubeZero Umbrella Chart for Redis HA
|
description: KubeZero Umbrella Chart for Redis HA
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.0
|
version: 0.2.1
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
keywords:
|
keywords:
|
||||||
@ -23,4 +23,4 @@ dependencies:
|
|||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: redis-cluster.enabled
|
condition: redis-cluster.enabled
|
||||||
|
|
||||||
kubeVersion: ">= 1.16.0"
|
kubeVersion: ">= 1.18.0"
|
||||||
|
@ -22,7 +22,7 @@ spec:
|
|||||||
value:
|
value:
|
||||||
name: envoy.redis_proxy
|
name: envoy.redis_proxy
|
||||||
typed_config:
|
typed_config:
|
||||||
"@type": type.googleapis.com/envoy.config.filter.network.redis_proxy.v2.RedisProxy
|
"@type": type.googleapis.com/envoy.extensions.filters.network.redis_proxy.v3.RedisProxy
|
||||||
stat_prefix: redis_stats
|
stat_prefix: redis_stats
|
||||||
prefix_routes:
|
prefix_routes:
|
||||||
catch_all_route:
|
catch_all_route:
|
||||||
|
Loading…
Reference in New Issue
Block a user