From 1597babf25dd8f3285495cb4d9b7f00ae0e8fbbd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Oct 2019 03:17:58 +0000 Subject: [PATCH] Update staging file with c55dfe3 commit --- infra/kube/workloads/staging/deployment.yaml | 4 ++-- infra/kube/workloads/staging/service.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/kube/workloads/staging/deployment.yaml b/infra/kube/workloads/staging/deployment.yaml index b87df6c86..31c47a7cf 100644 --- a/infra/kube/workloads/staging/deployment.yaml +++ b/infra/kube/workloads/staging/deployment.yaml @@ -12,12 +12,12 @@ spec: metadata: labels: app: pet-clinic - version: pet-829376a + version: pet-c55dfe3 spec: containers: - name: pet-clinic - image: "jenkinsdemosacr.azurecr.io/pet-clinic:pet-829376a" + image: "jenkinsdemosacr.azurecr.io/pet-c55dfe3" ports: - containerPort: 8080 imagePullSecrets: diff --git a/infra/kube/workloads/staging/service.yaml b/infra/kube/workloads/staging/service.yaml index 9b2ee190e..50f06da97 100644 --- a/infra/kube/workloads/staging/service.yaml +++ b/infra/kube/workloads/staging/service.yaml @@ -4,11 +4,11 @@ metadata: name: pet-clinic namespace: staging labels: - version: pet-829376a + version: pet-c55dfe3 spec: selector: app: auth-service - version: pet-829376a + version: pet-c55dfe3 ports: - port: 80 targetPort: 8080