From 3bb65cab330a489c1c10787fb9491c7e465b67c6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 6 Dec 2025 09:46:14 +0000 Subject: [PATCH] chore: update petclinic image to A-4.0.0-298b12d --- k8s/20-petclinic-Deployments-postgre.yaml | 2 +- src/main/resources/application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/20-petclinic-Deployments-postgre.yaml b/k8s/20-petclinic-Deployments-postgre.yaml index e68098b19..1a3d451b3 100644 --- a/k8s/20-petclinic-Deployments-postgre.yaml +++ b/k8s/20-petclinic-Deployments-postgre.yaml @@ -29,7 +29,7 @@ spec: containers: - name: petclinic-container - image: insulin90/petclinic:v0.2 + image: 723926525504.dkr.ecr.ap-northeast-2.amazonaws.com/eks/petclinic:298b12d # DB 설정은 ConfigMap / Secret에서 그대로 가져오기 envFrom: diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 00851c180..72ef44e8d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -24,4 +24,4 @@ logging.level.org.springframework=INFO # Maximum time static resources should be cached spring.web.resources.cache.cachecontrol.max-age=12h -app.version=local \ No newline at end of file +app.version=A-4.0.0-298b12d \ No newline at end of file