diff --git a/argo/example-app/deployments/deployment.yaml b/argo/example-app/deployments/deployment.yaml index ccb044b..4655c84 100644 --- a/argo/example-app/deployments/deployment.yaml +++ b/argo/example-app/deployments/deployment.yaml @@ -22,7 +22,7 @@ spec: spec: containers: - name: example-app - image: aimvector/python:1.0.0 + image: aimvector/python:1.0.1 imagePullPolicy: Always ports: - containerPort: 5000