diff --git a/k8s/20-petclinic-Deployments-postgre.yaml b/k8s/20-petclinic-Deployments-postgre.yaml index 1a3d451b3..9af2dd969 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: 723926525504.dkr.ecr.ap-northeast-2.amazonaws.com/eks/petclinic:298b12d + image: 723926525504.dkr.ecr.ap-northeast-2.amazonaws.com/eks/petclinic:abf222f # DB 설정은 ConfigMap / Secret에서 그대로 가져오기 envFrom: diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 72ef44e8d..836ee628a 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=A-4.0.0-298b12d \ No newline at end of file +app.version=A-4.0.0-abf222f \ No newline at end of file