Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions samples/BikeSharingApp/BikeSharingWeb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion samples/BikeSharingApp/Bikes/charts/bikes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion samples/BikeSharingApp/Billing/charts/billing/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion samples/BikeSharingApp/Gateway/charts/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion samples/BikeSharingApp/Users/charts/users/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions samples/BikeSharingApp/Users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}