From d8bd0cdd8ba40b72e28724978c98447a55bde2dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Nov 2024 17:26:12 +0000 Subject: [PATCH] Update GitHub template files --- manifest/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/deployment.yaml b/manifest/deployment.yaml index 766ae9f..61bf55e 100644 --- a/manifest/deployment.yaml +++ b/manifest/deployment.yaml @@ -17,5 +17,5 @@ spec: spec: containers: - name: starlight-plugin-show-latest-version - image: "trueberryless/starlight-plugin-show-latest-version:0.1.1" + image: "trueberryless/starlight-plugin-show-latest-version" imagePullPolicy: Always