From f92e6c4967c633f16e814712d1c1d92880858fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Fri, 12 Jun 2026 13:11:44 +0800 Subject: [PATCH] Incorrect image name --- k8s/deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deployments.yaml b/k8s/deployments.yaml index 24565da..aff4259 100644 --- a/k8s/deployments.yaml +++ b/k8s/deployments.yaml @@ -16,7 +16,7 @@ spec: - name: registry-auth containers: - name: web - image: registry.k8s.astropenguin.net/resolver-go:IMAGE_TAG + image: registry.k8s.astropenguin.net/astrojs:IMAGE_TAG securityContext: runAsGroup: 1001 runAsNonRoot: true