Skip to content

Commit

Permalink
Merge pull request wso2#27 from Manuri/bbg-changes-0.980.0
Browse files Browse the repository at this point in the history
Update employee_db_service.bal and README.md
  • Loading branch information
keizer619 committed Jul 17, 2018
2 parents 570bbf8 + eca1d5a commit e54f942
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ endpoint mysql:Client employeeDB {
@kubernetes:Deployment {
image:"ballerina.guides.io/employee_database_service:v1.0",
name:"ballerina-guides-employee-database-service",
baseImage:"ballerina/ballerina-platform:0.975.0",
baseImage:"ballerina/ballerina-platform:0.980.0",
copyFiles:[{target:"/ballerina/runtime/bre/lib",
source:<path_to_JDBC_jar>}]
}
Expand All @@ -585,7 +585,7 @@ eg:
@kubernetes:Deployment {
image:"ballerina.guides.io/employee_database_service:v1.0",
name:"ballerina-guides-employee-database-service",
baseImage:"ballerina/ballerina-platform:0.975.0",
baseImage:"ballerina/ballerina-platform:0.980.0",
copyFiles:[{target:"/ballerina/runtime/bre/lib",
source:<path_to_JDBC_jar>}],
dockerHost:"tcp://<MINIKUBE_IP>:<DOCKER_PORT>",
Expand Down
4 changes: 2 additions & 2 deletions guide/data_backed_service/employee_db_service.bal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import ballerina/config;
// registry:"ballerina.guides.io",
// name:"employee_database_service",
// tag:"v1.0",
// baseImage:"ballerina/ballerina-platform:0.975.0"
// baseImage:"ballerina/ballerina-platform:0.980.0"
//}
//
//@docker:CopyFiles{
Expand All @@ -49,7 +49,7 @@ import ballerina/config;
//
//@kubernetes:Deployment {
// image:"ballerina.guides.io/employee_database_service:v1.0",
// baseImage:"ballerina/ballerina-platform:0.975.0",
// baseImage:"ballerina/ballerina-platform:0.980.0",
// name:"ballerina-guides-employee-database-service",
// copyFiles:[{target:"/ballerina/runtime/bre/lib",
// source:<path_to_JDBC_jar>}]
Expand Down

0 comments on commit e54f942

Please sign in to comment.