From cbc463cf667ee76839f2d26d29d559bc50b40bef Mon Sep 17 00:00:00 2001 From: bobjwalker Date: Tue, 17 Oct 2023 17:10:26 -0500 Subject: [PATCH] Updating to always pull latest container --- k8s/base/trident-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/base/trident-deployment.yaml b/k8s/base/trident-deployment.yaml index 64559c9..2aa0e8d 100644 --- a/k8s/base/trident-deployment.yaml +++ b/k8s/base/trident-deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: trident-web - image: bobjwalker99/trident + image: bobjwalker99/trident:latest imagePullPolicy: "Always" ports: - containerPort: 5000