Skip to content

Commit

Permalink
TAS deployment pod to use 0.5.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 Apr 19, 2023
1 parent a1b6e59 commit 92ecfd1
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.4.0
image: intel/telemetry-aware-scheduling:0.5.0
imagePullPolicy: IfNotPresent
securityContext:
capabilities:
Expand Down

0 comments on commit 92ecfd1

Please sign in to comment.