File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ if [ "$K8S_DRIVER" != "tmc" ] && [ "$K8S_DRIVER" != "gke" ]; then
103
103
;;
104
104
" postgresql" )
105
105
# TODO get version from yaml spec.template.spec.containers[0].image
106
- sh " $SCDIR /load-image.sh" " postgres" " 14.8 "
106
+ sh " $SCDIR /load-image.sh" " postgres" " 14"
107
107
;;
108
108
* )
109
109
echo " DATABASE=$DATABASE not supported"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ metadata:
17
17
data :
18
18
SPRING_DATASOURCE_URL : ' jdbc:postgresql://postgresql:5432/dataflow'
19
19
SPRING_DATASOURCE_DRIVER_CLASS_NAME : ' org.postgresql.Driver'
20
- SPRING_JPA_DATABASE_PLATFORM : ' org.hibernate.dialect.ProgressDialect '
20
+ SPRING_JPA_DATABASE_PLATFORM : ' org.hibernate.dialect.PostgreSQL10Dialect '
21
21
SPRING_DATASOURCE_TEST_ON_BORROW : ' true'
22
22
SPRING_DATASOURCE_VALIDATION_QUERY : " SELECT 1"
23
23
SPRING_DATASOURCE_HIKARI_DATA_SOURCE_PROPERTIES_USE_UNICODE : ' true'
You can’t perform that action at this time.
0 commit comments