Skip to content

Commit

Permalink
Update TAS deployment to use 0.7.0 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
madalazar committed Feb 23, 2024
1 parent 3a63b6b commit a319005
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.6.0
image: intel/telemetry-aware-scheduling:0.7.0
imagePullPolicy: IfNotPresent
securityContext:
capabilities:
Expand Down

0 comments on commit a319005

Please sign in to comment.