From 51dc97ae00852c9fc51c4dbe6238f843540cb44d Mon Sep 17 00:00:00 2001 From: trueberryless Date: Wed, 4 Dec 2024 10:25:57 +0000 Subject: [PATCH] update deployment.json container image (automated) --- manifest/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/deployment.yaml b/manifest/deployment.yaml index 706ab9a..7d5d0f3 100644 --- a/manifest/deployment.yaml +++ b/manifest/deployment.yaml @@ -17,5 +17,5 @@ spec: spec: containers: - name: trueberryless - image: "trueberryless/trueberryless:0.1.2" + image: "trueberryless/trueberryless:0.1.3" imagePullPolicy: Always