diff --git a/bindings/deploy/node.yaml b/bindings/deploy/node.yaml index 882fc39a..bb0c1f10 100644 --- a/bindings/deploy/node.yaml +++ b/bindings/deploy/node.yaml @@ -36,7 +36,7 @@ spec: spec: containers: - name: node - image: docker.io/dapriosamples/bindings-nodeapp:edge + image: docker.io/dapriosamples/bindings-nodeapp:latest ports: - containerPort: 3000 imagePullPolicy: Always diff --git a/bindings/deploy/python.yaml b/bindings/deploy/python.yaml index bf717114..053b4a5f 100644 --- a/bindings/deploy/python.yaml +++ b/bindings/deploy/python.yaml @@ -19,4 +19,4 @@ spec: spec: containers: - name: python - image: docker.io/dapriosamples/bindings-pythonapp:edge + image: docker.io/dapriosamples/bindings-pythonapp:latest diff --git a/distributed-calculator/deploy/dotnet-subtractor.yaml b/distributed-calculator/deploy/dotnet-subtractor.yaml index 38cdaf6f..cdc65e5b 100644 --- a/distributed-calculator/deploy/dotnet-subtractor.yaml +++ b/distributed-calculator/deploy/dotnet-subtractor.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: subtract - image: dapriosamples/distributed-calculator-csharp:edge + image: dapriosamples/distributed-calculator-csharp:latest ports: - containerPort: 80 imagePullPolicy: Always diff --git a/distributed-calculator/deploy/go-adder.yaml b/distributed-calculator/deploy/go-adder.yaml index 702307c6..acb8517a 100644 --- a/distributed-calculator/deploy/go-adder.yaml +++ b/distributed-calculator/deploy/go-adder.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: add - image: dapriosamples/distributed-calculator-go:edge + image: dapriosamples/distributed-calculator-go:latest ports: - containerPort: 6000 imagePullPolicy: Always diff --git a/distributed-calculator/deploy/node-divider.yaml b/distributed-calculator/deploy/node-divider.yaml index bebf4436..a63fb6ce 100644 --- a/distributed-calculator/deploy/node-divider.yaml +++ b/distributed-calculator/deploy/node-divider.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: divide - image: dapriosamples/distributed-calculator-node:edge + image: dapriosamples/distributed-calculator-node:latest ports: - containerPort: 4000 imagePullPolicy: Always diff --git a/distributed-calculator/deploy/python-multiplier.yaml b/distributed-calculator/deploy/python-multiplier.yaml index 88e4ef5b..d31438bf 100644 --- a/distributed-calculator/deploy/python-multiplier.yaml +++ b/distributed-calculator/deploy/python-multiplier.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: multiply - image: dapriosamples/distributed-calculator-python:edge + image: dapriosamples/distributed-calculator-python:latest ports: - containerPort: 5000 imagePullPolicy: Always diff --git a/distributed-calculator/deploy/react-calculator.yaml b/distributed-calculator/deploy/react-calculator.yaml index d3e47b33..6f37d997 100644 --- a/distributed-calculator/deploy/react-calculator.yaml +++ b/distributed-calculator/deploy/react-calculator.yaml @@ -37,7 +37,7 @@ spec: spec: containers: - name: calculator-front-end - image: dapriosamples/distributed-calculator-react-calculator:edge + image: dapriosamples/distributed-calculator-react-calculator:latest ports: - containerPort: 8080 imagePullPolicy: Always diff --git a/hello-kubernetes/deploy/node.yaml b/hello-kubernetes/deploy/node.yaml index d071eb49..23185a69 100644 --- a/hello-kubernetes/deploy/node.yaml +++ b/hello-kubernetes/deploy/node.yaml @@ -36,7 +36,7 @@ spec: spec: containers: - name: node - image: dapriosamples/hello-k8s-node:edge + image: dapriosamples/hello-k8s-node:latest ports: - containerPort: 3000 imagePullPolicy: Always diff --git a/hello-kubernetes/deploy/python.yaml b/hello-kubernetes/deploy/python.yaml index 088779a7..6365c62f 100644 --- a/hello-kubernetes/deploy/python.yaml +++ b/hello-kubernetes/deploy/python.yaml @@ -19,4 +19,4 @@ spec: spec: containers: - name: python - image: dapriosamples/hello-k8s-python:edge + image: dapriosamples/hello-k8s-python:latest diff --git a/middleware/deploy/echoapp.yaml b/middleware/deploy/echoapp.yaml index e49d7be2..8c2a63cd 100644 --- a/middleware/deploy/echoapp.yaml +++ b/middleware/deploy/echoapp.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: echo - image: dapriosamples/middleware-echoapp:edge + image: dapriosamples/middleware-echoapp:latest ports: - containerPort: 3000 imagePullPolicy: Always diff --git a/observability/deploy/python-multiplier.yaml b/observability/deploy/python-multiplier.yaml index a247d8bb..93f898af 100644 --- a/observability/deploy/python-multiplier.yaml +++ b/observability/deploy/python-multiplier.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: multiply - image: dapriosamples/distributed-calculator-slow-python:edge + image: dapriosamples/distributed-calculator-slow-python:latest ports: - containerPort: 5000 imagePullPolicy: Always diff --git a/pub-sub/deploy/node-subscriber.yaml b/pub-sub/deploy/node-subscriber.yaml index baef1606..de1b8483 100644 --- a/pub-sub/deploy/node-subscriber.yaml +++ b/pub-sub/deploy/node-subscriber.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: node-subscriber - image: dapriosamples/pubsub-node-subscriber:edge + image: dapriosamples/pubsub-node-subscriber:latest ports: - containerPort: 3000 imagePullPolicy: Always \ No newline at end of file diff --git a/pub-sub/deploy/python-subscriber.yaml b/pub-sub/deploy/python-subscriber.yaml index c3b7dee6..e8e9497c 100644 --- a/pub-sub/deploy/python-subscriber.yaml +++ b/pub-sub/deploy/python-subscriber.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: python-subscriber - image: dapriosamples/pubsub-python-subscriber:edge + image: dapriosamples/pubsub-python-subscriber:latest ports: - containerPort: 5000 imagePullPolicy: Always \ No newline at end of file diff --git a/pub-sub/deploy/react-form.yaml b/pub-sub/deploy/react-form.yaml index 96bad879..3b1b93f0 100644 --- a/pub-sub/deploy/react-form.yaml +++ b/pub-sub/deploy/react-form.yaml @@ -36,7 +36,7 @@ spec: spec: containers: - name: react-form - image: dapriosamples/pubsub-react-form:edge + image: dapriosamples/pubsub-react-form:latest ports: - containerPort: 8080 imagePullPolicy: Always diff --git a/secretstore/deploy/node.yaml b/secretstore/deploy/node.yaml index 9fb1a1ac..38b4df5c 100644 --- a/secretstore/deploy/node.yaml +++ b/secretstore/deploy/node.yaml @@ -36,7 +36,7 @@ spec: spec: containers: - name: node - image: dapriosamples/secretstorenode:edge + image: dapriosamples/secretstorenode:latest env: - name: SECRET_STORE value: "kubernetes"