From b45008fe28d8ec93786a20b82a01bb04e4879371 Mon Sep 17 00:00:00 2001 From: trueberryless Date: Fri, 20 Dec 2024 16:40:38 +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 065e347..6357a46 100644 --- a/manifest/deployment.yaml +++ b/manifest/deployment.yaml @@ -17,5 +17,5 @@ spec: spec: containers: - name: starlight-plugins-docs-components - image: "trueberryless/starlight-plugins-docs-components" + image: "trueberryless/starlight-plugins-docs-components:0.3.0" imagePullPolicy: Always