diff --git a/production/deployment.yaml b/production/deployment.yaml index 4fe6739..27c8962 100644 --- a/production/deployment.yaml +++ b/production/deployment.yaml @@ -15,9 +15,9 @@ spec: app: quarkus-petclinic spec: containers: - - image: quay.io/dsanchor/quarkus-petclinic:1.0.0 + - image: quay.io/dsanchor/quarkus-petclinic:1.0.1 imagePullPolicy: Always name: quarkus-petclinic ports: - containerPort: 8080 - protocol: TCP \ No newline at end of file + protocol: TCP