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