From fc30fdf08a211ca4e66331b1d83999fe760445b1 Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Thu, 21 Mar 2024 17:32:16 +0300 Subject: [PATCH 1/2] Fix image name --- kubernetes/ams-with-turn-server/ams-k8s-deployment-origin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/ams-with-turn-server/ams-k8s-deployment-origin.yaml b/kubernetes/ams-with-turn-server/ams-k8s-deployment-origin.yaml index cc503fe8..5146252e 100644 --- a/kubernetes/ams-with-turn-server/ams-k8s-deployment-origin.yaml +++ b/kubernetes/ams-with-turn-server/ams-k8s-deployment-origin.yaml @@ -28,7 +28,7 @@ spec: containers: - name: ant-media-server imagePullPolicy: IfNotPresent # change this value accordingly. It can be Never, Always or IfNotPresent - image: muratugureminoglu/antmedia:2.4.3-coturn-1 #change this value according to your image. + image: antmedia/enterprise:latest #change this value according to your image. # By default, mongodb deployment is used. If you're using mongodb somewhere else, specify it with server url(-h) below. # You may also need to add -u and -p parameters for # specifying mongodb username and passwords respectively From 71a5a4189dfa5ed83ba96faba86ce41c118e464a Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Thu, 21 Mar 2024 17:32:53 +0300 Subject: [PATCH 2/2] Fix image name --- kubernetes/ams-with-turn-server/ams-k8s-deployment-edge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/ams-with-turn-server/ams-k8s-deployment-edge.yaml b/kubernetes/ams-with-turn-server/ams-k8s-deployment-edge.yaml index 972c03b6..9b6130b9 100644 --- a/kubernetes/ams-with-turn-server/ams-k8s-deployment-edge.yaml +++ b/kubernetes/ams-with-turn-server/ams-k8s-deployment-edge.yaml @@ -28,7 +28,7 @@ spec: containers: - name: ant-media-server imagePullPolicy: IfNotPresent # change this value accordingly. It can be Never, Always or IfNotPresent - image: muratugureminoglu/antmedia:2.4.3-coturn-1 #change this value according to your image. + image: antmedia/enterprise:latest #change this value according to your image. # By default, mongodb deployment is used. If you're using mongodb somewhere else, specify it with server url(-h) below. # You may also need to add -u and -p parameters for # specifying mongodb username and passwords respectively