From c9beaf52cea51d00d80848d64836aaac2f34c6ed Mon Sep 17 00:00:00 2001 From: yangzhenyu <11121697+zyyangct@user.noreply.gitee.com> Date: Tue, 15 Nov 2022 02:07:27 +0000 Subject: [PATCH] update rollouts/helloworld-canary-with-analysis/argo-rollouts-with-analysis.yaml. Signed-off-by: yangzhenyu <11121697+zyyangct@user.noreply.gitee.com> --- .../argo-rollouts-with-analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollouts/helloworld-canary-with-analysis/argo-rollouts-with-analysis.yaml b/rollouts/helloworld-canary-with-analysis/argo-rollouts-with-analysis.yaml index d8db933..3abb101 100644 --- a/rollouts/helloworld-canary-with-analysis/argo-rollouts-with-analysis.yaml +++ b/rollouts/helloworld-canary-with-analysis/argo-rollouts-with-analysis.yaml @@ -72,7 +72,7 @@ spec: spec: containers: - name: spring-boot-helloworld - image: ikubernetes/spring-boot-helloworld:v0.8.0 + image: ikubernetes/spring-boot-helloworld:v0.9.2 ports: - name: http containerPort: 80 -- Gitee