Skip to content

Commit

Permalink
Update deployment example with v0.1.0 tagged operator image
Browse files Browse the repository at this point in the history
This commit updates example deployment to deploy a v0.1.0
tagged operator image as a prestep to tagging the repository.

Signed-off-by: Adrian Chiris <adrianc@mellanox.com>
  • Loading branch information
adrianchiris committed Aug 20, 2020
1 parent 423d79d commit cb262be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
containers:
- name: network-operator
# Replace this with the built image name
image: mellanox/network-operator
image: mellanox/network-operator:v0.1.0
command:
- network-operator
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit cb262be

Please sign in to comment.