From 4b42ca91c51ef3af554b36b240688081d1723d90 Mon Sep 17 00:00:00 2001 From: marcel-dempers Date: Sat, 26 Feb 2022 12:02:03 +1100 Subject: [PATCH] update --- kubernetes/portainer/example-application/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/portainer/example-application/deployment.yaml b/kubernetes/portainer/example-application/deployment.yaml index b66f5d1..5f2fa7a 100644 --- a/kubernetes/portainer/example-application/deployment.yaml +++ b/kubernetes/portainer/example-application/deployment.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: example-app - image: aimvector/python:1.0.3 + image: aimvector/python:1.0.4 imagePullPolicy: Always ports: - containerPort: 5000