From 31eac9adcd96544f4179ced512277e0c195d1709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=A2=A6=E6=83=B3=E5=89=8D=E8=A1=8C?= <7659221+luck95@user.noreply.gitee.com> Date: Mon, 8 Jan 2024 09:01:45 +0000 Subject: [PATCH] update helloworld/dev/02-deployment.yaml. test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 向梦想前行 <7659221+luck95@user.noreply.gitee.com> --- helloworld/dev/02-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld/dev/02-deployment.yaml b/helloworld/dev/02-deployment.yaml index d86dd12..155568d 100644 --- a/helloworld/dev/02-deployment.yaml +++ b/helloworld/dev/02-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: spring-boot-helloworld - image: ikubernetes/spring-boot-helloworld:v0.8.0 + image: zhplucky/spring-boot-helloworld:v0.9-20240102-045812 ports: - name: http containerPort: 80 -- Gitee