From 4a01fc992a8972d9b34bbd267fb7b87920df1df3 Mon Sep 17 00:00:00 2001 From: daniv-msft <48293037+daniv-msft@users.noreply.github.com> Date: Tue, 27 Aug 2019 12:41:19 -0700 Subject: [PATCH] Update charts tags to match latest builds --- .../BikeSharingWeb/charts/bikesharingweb/values.yaml | 2 +- samples/BikeSharingApp/Bikes/charts/bikes/values.yaml | 2 +- samples/BikeSharingApp/Billing/charts/billing/values.yaml | 2 +- samples/BikeSharingApp/Gateway/charts/gateway/values.yaml | 2 +- .../PopulateDatabase/charts/populatedatabase/values.yaml | 2 +- .../BikeSharingApp/Reservation/charts/reservation/values.yaml | 2 +- .../ReservationEngine/charts/reservationengine/values.yaml | 2 +- samples/BikeSharingApp/Users/charts/users/values.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/BikeSharingApp/BikeSharingWeb/charts/bikesharingweb/values.yaml b/samples/BikeSharingApp/BikeSharingWeb/charts/bikesharingweb/values.yaml index 89dccadb3..a4a738d5c 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.20190424.1 + tag: build.20190426.1 pullPolicy: IfNotPresent imagePullSecrets: [] # Optionally specify an array of imagePullSecrets. diff --git a/samples/BikeSharingApp/Bikes/charts/bikes/values.yaml b/samples/BikeSharingApp/Bikes/charts/bikes/values.yaml index ac59a7a52..c39e54dbc 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.20190516.1 + tag: build.20190601.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 051dcc258..0595709be 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.20190424.1 + tag: build.20190426.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 6b2b4a65b..f23707b8c 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.20190424.1 + tag: build.20190730.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 a4f7de209..bf00a529f 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.20190424.1 + tag: build.20190827.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 0ced00ef8..74db0fb41 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.20190424.1 + tag: build.20190426.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 d474ccbdb..177163f4f 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.20190424.1 + tag: build.20190426.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 4a01db267..42ca4ce9d 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.20190424.1 + tag: build.20190426.1 pullPolicy: IfNotPresent imagePullSecrets: [] # Optionally specify an array of imagePullSecrets.