From c135733d91a6c75e6f28728ba730436b1d1ff737 Mon Sep 17 00:00:00 2001 From: Madalina Lazar Date: Fri, 11 Aug 2023 11:55:57 +0100 Subject: [PATCH] Update TAS deployment pod to use 0.6.0 image Signed-off-by: Madalina Lazar --- telemetry-aware-scheduling/deploy/tas-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telemetry-aware-scheduling/deploy/tas-deployment.yaml b/telemetry-aware-scheduling/deploy/tas-deployment.yaml index adec14b..7f6157b 100644 --- a/telemetry-aware-scheduling/deploy/tas-deployment.yaml +++ b/telemetry-aware-scheduling/deploy/tas-deployment.yaml @@ -25,7 +25,7 @@ spec: - --key=/tas/cert/tls.key - --cacert=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt - --v=2 - image: intel/telemetry-aware-scheduling:0.5.0 + image: intel/telemetry-aware-scheduling:0.6.0 imagePullPolicy: IfNotPresent securityContext: capabilities: