diff --git a/k8s/gcp/20-petclinic-Deployments-postgre.yaml b/k8s/gcp/20-petclinic-Deployments-postgre.yaml index 4103e10ab..fe0e23547 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: 723926525504.dkr.ecr.ap-northeast-2.amazonaws.com/eks/petclinic:e6690f6 + image: asia-northeast3-docker.pkg.dev/kdt2-final-project-t2/petclinic/petclinic:bddba7c # DB 설정은 ConfigMap / Secret에서 그대로 가져오기 envFrom: diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index af3471bae..583949c1b 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-138ba75 \ No newline at end of file +app.version=G-4.0.0-bddba7c \ No newline at end of file