diff --git a/canary-app-timed/rollout.yaml b/canary-app-timed/rollout.yaml index 084d21fdf..4c0209371 100644 --- a/canary-app-timed/rollout.yaml +++ b/canary-app-timed/rollout.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: webserver-simple - image: docker.io/kostiscodefresh/gitops-canary-app:v1.0 + image: docker.io/kostiscodefresh/gitops-canary-app:v2.0 imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/simple-app/deployment.yml b/simple-app/deployment.yml index 7d8f54dfd..c845c3d90 100644 --- a/simple-app/deployment.yml +++ b/simple-app/deployment.yml @@ -15,6 +15,6 @@ spec: spec: containers: - name: webserver-simple - image: docker.io/kostiscodefresh/gitops-simple-app:v1.0 + image: docker.io/kostiscodefresh/gitops-simple-app:v2.0 ports: - containerPort: 8080