Skip to content

Commit

Permalink
Updating to always pull latest container
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Oct 17, 2023
1 parent 5c1bfc4 commit cbc463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/base/trident-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: trident-web
image: bobjwalker99/trident
image: bobjwalker99/trident:latest
imagePullPolicy: "Always"
ports:
- containerPort: 5000
Expand Down

0 comments on commit cbc463c

Please sign in to comment.