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