From e3485c3e03c9db47f225d49c60cc8368357276de Mon Sep 17 00:00:00 2001 From: Tsvi Zandany Date: Wed, 24 Jan 2024 08:30:50 -0600 Subject: [PATCH] Update spring-app-container image version 2 tag to 159 --- deployments/spring-app-deployment-v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/spring-app-deployment-v2.yaml b/deployments/spring-app-deployment-v2.yaml index 4f67cf3..06481c6 100644 --- a/deployments/spring-app-deployment-v2.yaml +++ b/deployments/spring-app-deployment-v2.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: spring-app-container - image: ghcr.io/octodemo/java-springboot-demo:155 + image: ghcr.io/octodemo/java-springboot-demo:159 ports: - containerPort: 8086 env: