From f87932cc30f0989db5209265f4c2404869097d60 Mon Sep 17 00:00:00 2001 From: Jacob Su Date: Tue, 29 Oct 2024 23:39:23 +0800 Subject: [PATCH] upgrade srs-proxy & oryx images --- oryx-origin-cluster/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oryx-origin-cluster/values.yaml b/oryx-origin-cluster/values.yaml index 5cc6916..5203c7c 100644 --- a/oryx-origin-cluster/values.yaml +++ b/oryx-origin-cluster/values.yaml @@ -5,7 +5,7 @@ image: oryxRepository: zpcat/oryx oryxPullPolicy: IfNotPresent - oryxTag: "5.14.5.cluster" + oryxTag: "5.16.dev1" redisRepository: redis redisPullPolicy: IfNotPresent redisTag: "5.0" @@ -14,7 +14,7 @@ image: srsTag: "7-dev" srsProxyRepository: zpcat/srs-proxy srsProxyPullPolicy: IfNotPresent - srsProxyTag: "1" + srsProxyTag: "3" srsReplicas: 3