From a486adf6ca888d914f825dac952ba579d2d24b4b Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 15 Dec 2025 06:29:41 +0000 Subject: [PATCH] chore: update petclinic image to dd15e79 [skip ci] --- k8s/gcp/20-petclinic-Deployments-postgre.yaml | 2 +- src/main/resources/application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/gcp/20-petclinic-Deployments-postgre.yaml b/k8s/gcp/20-petclinic-Deployments-postgre.yaml index fe0e23547..1d142dc1e 100644 --- a/k8s/gcp/20-petclinic-Deployments-postgre.yaml +++ b/k8s/gcp/20-petclinic-Deployments-postgre.yaml @@ -29,7 +29,7 @@ spec: containers: - name: petclinic-container - image: asia-northeast3-docker.pkg.dev/kdt2-final-project-t2/petclinic/petclinic:bddba7c + image: asia-northeast3-docker.pkg.dev/kdt2-final-project-t2/petclinic/petclinic:dd15e79 # DB 설정은 ConfigMap / Secret에서 그대로 가져오기 envFrom: diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 583949c1b..f890decfc 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=G-4.0.0-bddba7c \ No newline at end of file +app.version=G-4.0.0-dd15e79 \ No newline at end of file