Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Update TAS deployment pod to use 0.6.0 image
Browse files Browse the repository at this point in the history
Signed-off-by: Madalina Lazar <[email protected]>
  • Loading branch information
madalazar committed Aug 14, 2023
1 parent e72fc46 commit c135733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry-aware-scheduling/deploy/tas-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c135733

Please sign in to comment.