diff --git a/samples/BikeSharingApp/BikeSharingWeb/charts/bikesharingweb/values.yaml b/samples/BikeSharingApp/BikeSharingWeb/charts/bikesharingweb/values.yaml index 22a9455ad..89dccadb3 100644 --- a/samples/BikeSharingApp/BikeSharingWeb/charts/bikesharingweb/values.yaml +++ b/samples/BikeSharingApp/BikeSharingWeb/charts/bikesharingweb/values.yaml @@ -8,7 +8,7 @@ fullnameOverride: bikesharingweb replicaCount: 1 image: repository: azdspublic/bikesharing-bikesharingweb - tag: build.20190418.2 + tag: build.20190424.1 pullPolicy: IfNotPresent imagePullSecrets: [] # Optionally specify an array of imagePullSecrets. diff --git a/samples/BikeSharingApp/BikeSharingWeb/package.json b/samples/BikeSharingApp/BikeSharingWeb/package.json index 12167bb2b..a34695d22 100644 --- a/samples/BikeSharingApp/BikeSharingWeb/package.json +++ b/samples/BikeSharingApp/BikeSharingWeb/package.json @@ -24,12 +24,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ContosoBikeRental/BikeSharingSampleApp.git" + "url": "git+https://github.com/Azure/dev-spaces.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/ContosoBikeRental/BikeSharingSampleApp/issues" + "url": "https://github.com/Azure/dev-spaces/issues" }, - "homepage": "https://github.com/ContosoBikeRental/BikeSharingSampleApp#readme" + "homepage": "https://github.com/Azure/dev-spaces#readme" } diff --git a/samples/BikeSharingApp/Bikes/charts/bikes/values.yaml b/samples/BikeSharingApp/Bikes/charts/bikes/values.yaml index fd8cb8fdd..5b1d083e7 100644 --- a/samples/BikeSharingApp/Bikes/charts/bikes/values.yaml +++ b/samples/BikeSharingApp/Bikes/charts/bikes/values.yaml @@ -5,7 +5,7 @@ fullnameOverride: bikes replicaCount: 1 image: repository: azdspublic/bikesharing-bikes - tag: build.20190418.1 + tag: build.20190424.1 pullPolicy: IfNotPresent imagePullSecrets: [] # Optionally specify an array of imagePullSecrets. diff --git a/samples/BikeSharingApp/Billing/charts/billing/values.yaml b/samples/BikeSharingApp/Billing/charts/billing/values.yaml index d7c2107d5..051dcc258 100644 --- a/samples/BikeSharingApp/Billing/charts/billing/values.yaml +++ b/samples/BikeSharingApp/Billing/charts/billing/values.yaml @@ -5,7 +5,7 @@ fullnameOverride: billing replicaCount: 1 image: repository: azdspublic/bikesharing-billing - tag: build.20190418.1 + tag: build.20190424.1 pullPolicy: IfNotPresent imagePullSecrets: [] # Optionally specify an array of imagePullSecrets. diff --git a/samples/BikeSharingApp/Gateway/charts/gateway/values.yaml b/samples/BikeSharingApp/Gateway/charts/gateway/values.yaml index f5829b71d..6b2b4a65b 100644 --- a/samples/BikeSharingApp/Gateway/charts/gateway/values.yaml +++ b/samples/BikeSharingApp/Gateway/charts/gateway/values.yaml @@ -5,7 +5,7 @@ fullnameOverride: gateway replicaCount: 1 image: repository: azdspublic/bikesharing-gateway - tag: build.20190418.2 + tag: build.20190424.1 pullPolicy: IfNotPresent imagePullSecrets: [] # Optionally specify an array of imagePullSecrets. diff --git a/samples/BikeSharingApp/PopulateDatabase/charts/populatedatabase/values.yaml b/samples/BikeSharingApp/PopulateDatabase/charts/populatedatabase/values.yaml index e5fb11ce9..a4f7de209 100644 --- a/samples/BikeSharingApp/PopulateDatabase/charts/populatedatabase/values.yaml +++ b/samples/BikeSharingApp/PopulateDatabase/charts/populatedatabase/values.yaml @@ -5,7 +5,7 @@ fullnameOverride: populatedatabase replicaCount: 1 image: repository: azdspublic/bikesharing-populatedatabase - tag: build.20190418.2 + tag: build.20190424.1 pullPolicy: IfNotPresent imagePullSecrets: [] # Optionally specify an array of imagePullSecrets. diff --git a/samples/BikeSharingApp/Reservation/charts/reservation/values.yaml b/samples/BikeSharingApp/Reservation/charts/reservation/values.yaml index f470d8af8..0ced00ef8 100644 --- a/samples/BikeSharingApp/Reservation/charts/reservation/values.yaml +++ b/samples/BikeSharingApp/Reservation/charts/reservation/values.yaml @@ -5,7 +5,7 @@ fullnameOverride: reservation replicaCount: 1 image: repository: azdspublic/bikesharing-reservation - tag: build.20190418.1 + tag: build.20190424.1 pullPolicy: IfNotPresent imagePullSecrets: [] # Optionally specify an array of imagePullSecrets. diff --git a/samples/BikeSharingApp/ReservationEngine/charts/reservationengine/values.yaml b/samples/BikeSharingApp/ReservationEngine/charts/reservationengine/values.yaml index c837089a9..d474ccbdb 100644 --- a/samples/BikeSharingApp/ReservationEngine/charts/reservationengine/values.yaml +++ b/samples/BikeSharingApp/ReservationEngine/charts/reservationengine/values.yaml @@ -5,7 +5,7 @@ fullnameOverride: reservationengine replicaCount: 1 image: repository: azdspublic/bikesharing-reservationengine - tag: build.20190418.2 + tag: build.20190424.1 pullPolicy: IfNotPresent imagePullSecrets: [] # Optionally specify an array of imagePullSecrets. diff --git a/samples/BikeSharingApp/Users/charts/users/values.yaml b/samples/BikeSharingApp/Users/charts/users/values.yaml index 795162a9e..4a01db267 100644 --- a/samples/BikeSharingApp/Users/charts/users/values.yaml +++ b/samples/BikeSharingApp/Users/charts/users/values.yaml @@ -5,7 +5,7 @@ fullnameOverride: users replicaCount: 1 image: repository: azdspublic/bikesharing-users - tag: build.20190418.1 + tag: build.20190424.1 pullPolicy: IfNotPresent imagePullSecrets: [] # Optionally specify an array of imagePullSecrets. diff --git a/samples/BikeSharingApp/Users/package.json b/samples/BikeSharingApp/Users/package.json index 074dce6b1..4924b8931 100644 --- a/samples/BikeSharingApp/Users/package.json +++ b/samples/BikeSharingApp/Users/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ContosoBikeRental/BikeSharingSampleApp.git" + "url": "git+https://github.com/Azure/dev-spaces.git" }, "author": "", "license": "ISC", @@ -27,7 +27,7 @@ "nodemon": "^1.18.10" }, "bugs": { - "url": "https://github.com/ContosoBikeRental/BikeSharingSampleApp/issues" + "url": "https://github.com/Azure/dev-spaces/issues" }, - "homepage": "https://github.com/ContosoBikeRental/BikeSharingSampleApp#readme" + "homepage": "https://github.com/Azure/dev-spaces#readme" }