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